class BELParser::Language::Version1_0::Relationships::BiomarkerFor

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.

Constants

DESCRIPTION
LONG
SHORT

Public Class Methods

description() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/biomarker_for.rb, line 32
def self.description
  DESCRIPTION
end
directed?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/biomarker_for.rb, line 36
def self.directed?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/biomarker_for.rb, line 28
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/biomarker_for.rb, line 24
def self.short
  SHORT
end