class BELParser::Language::Version1_0::Relationships::RateLimitingStepOf
RateLimitingStepOf: +A rateLimitingStepOf B+ - For process, activity, or transformation term A and process term B, +A rateLimitingStepOf B+ indicates +A subProcessOf B+ and +A -> B+. For example, the catalytic activity of HMG CoA reductase is a rate-limiting step for cholesterol biosynthesis: <pre> cat(p(HGNC:HMGCR)) rateLimitingStepOf\ bp(GO:"cholesterol biosynthetic process")
</pre>
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
description()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/rate_limiting_step_of.rb, line 39 def self.description DESCRIPTION end
directed?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/rate_limiting_step_of.rb, line 43 def self.directed? true end
increasing?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/rate_limiting_step_of.rb, line 47 def self.increasing? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/rate_limiting_step_of.rb, line 35 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/rate_limiting_step_of.rb, line 31 def self.short SHORT end