Class: BELParser::Language::Version1_0::Relationships::BiomarkerFor

Inherits:
Object
  • Object
show all
Extended by:
Relationship
Defined in:
lib/bel_parser/language/version1_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

.descriptionObject



32
33
34
# File 'lib/bel_parser/language/version1_0/relationships/biomarker_for.rb', line 32

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/bel_parser/language/version1_0/relationships/biomarker_for.rb', line 36

def self.directed?
  true
end

.longObject



28
29
30
# File 'lib/bel_parser/language/version1_0/relationships/biomarker_for.rb', line 28

def self.long
  LONG
end

.shortObject



24
25
26
# File 'lib/bel_parser/language/version1_0/relationships/biomarker_for.rb', line 24

def self.short
  SHORT
end