Class: BELParser::Language::Version2_0::Relationships::RateLimitingStepOf
- Inherits:
-
Object
- Object
- BELParser::Language::Version2_0::Relationships::RateLimitingStepOf
show all
- Extended by:
- Relationship
- Defined in:
- lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb
Overview
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>
Constant Summary
collapse
- SHORT =
:rateLimitingStepOf
- LONG =
:rateLimitingStepOf
- DESCRIPTION =
"RateLimitingStepOf: +A rateLimitingStepOf B+ - For process,\nactivity, or transformation term A and process term B, +A\nrateLimitingStepOf B+ indicates +A subProcessOf B+ and +A ->\nB+. For example, the catalytic activity of HMG CoA reductase\nis a rate-limiting step for cholesterol biosynthesis: <pre>\n<code> cat(p(HGNC:HMGCR)) rateLimitingStepOf\\ bp(GO:\"cholesterol\nbiosynthetic process\") </code> </pre>\n"
Class Method Summary
collapse
==, =~, causal?, correlative?, decreasing?, deprecated?, description, direct?, directed?, genomic?, increasing?, indirect?, injected?, listable?, long, self?, short, to_h, to_s, to_sym
Class Method Details
.description ⇒ Object
39
40
41
|
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 39
def self.description
DESCRIPTION
end
|
.directed? ⇒ Boolean
43
44
45
|
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 43
def self.directed?
true
end
|
.increasing? ⇒ Boolean
47
48
49
|
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 47
def self.increasing?
true
end
|
.long ⇒ Object
35
36
37
|
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 35
def self.long
LONG
end
|
.short ⇒ Object
31
32
33
|
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 31
def self.short
SHORT
end
|