class BELParser::Language::Version2_0::Relationships::Regulates
Regulates: +A regulates B+ - For terms A and B, A regulates B or A reg B indicate that A is reported to have an effect on B, but information is missing about whether A increases B or A decreases B. This relationship provides more information than association, because the upstream entity (source term) and downstream entity (target term) can be assigned.
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
causal?()
click to toggle source
# File lib/bel_parser/language/version2_0/relationships/regulates.rb, line 41 def self.causal? true end
description()
click to toggle source
# File lib/bel_parser/language/version2_0/relationships/regulates.rb, line 37 def self.description DESCRIPTION end
directed?()
click to toggle source
# File lib/bel_parser/language/version2_0/relationships/regulates.rb, line 45 def self.directed? true end
long()
click to toggle source
# File lib/bel_parser/language/version2_0/relationships/regulates.rb, line 33 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version2_0/relationships/regulates.rb, line 29 def self.short SHORT end