Class: BELParser::Language::Version2_0::Relationships::BiomarkerFor

Inherits:
Object
  • Object
show all
Extended by:
Relationship
Defined in:
lib/bel_parser/language/version2_0/relationships/biomarker_for.rb

Overview

BiomarkerFor: A biomarkerFor P - For term A and process term P, A biomarkerFor P indicates that changes in or detection of A is used in some way to be a biomarker for pathology or biological process P.

Constant Summary collapse

SHORT =
:biomarkerFor
LONG =
:biomarkerFor
DESCRIPTION =
' +A biomarkerFor P+ -  For term A and process
erm P, +A biomarkerFor P+ indicates that changes
n or detection of A is used in some way to be
 biomarker for pathology or biological process
.'.freeze

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

.deprecated?Boolean

Returns:

  • (Boolean)


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

def self.deprecated?
  true
end

.descriptionObject



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

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 39

def self.directed?
  true
end

.longObject



27
28
29
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 27

def self.long
  LONG
end

.shortObject



23
24
25
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 23

def self.short
  SHORT
end