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 =
<<-DOC
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.
DOC

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)


37
38
39
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 37

def self.deprecated?
  true
end

.descriptionObject



33
34
35
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 33

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 41

def self.directed?
  true
end

.longObject



29
30
31
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 29

def self.long
  LONG
end

.shortObject



25
26
27
# File 'lib/bel_parser/language/version2_0/relationships/biomarker_for.rb', line 25

def self.short
  SHORT
end