Class: BELParser::Language::Version2_0::Relationships::RateLimitingStepOf

Inherits:
Object
  • Object
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

Methods included from Relationship

==, =~, causal?, correlative?, decreasing?, deprecated?, description, direct?, directed?, genomic?, increasing?, indirect?, injected?, listable?, long, self?, short, to_h, to_s, to_sym

Class Method Details

.descriptionObject



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

Returns:

  • (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

Returns:

  • (Boolean)


47
48
49
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 47

def self.increasing?
  true
end

.longObject



35
36
37
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 35

def self.long
  LONG
end

.shortObject



31
32
33
# File 'lib/bel_parser/language/version2_0/relationships/rate_limiting_step_of.rb', line 31

def self.short
  SHORT
end