class BELParser::Language::Version2_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

deprecated?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/biomarker_for.rb, line 37
def self.deprecated?
  true
end
description() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/biomarker_for.rb, line 33
def self.description
  DESCRIPTION
end
directed?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/biomarker_for.rb, line 41
def self.directed?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/biomarker_for.rb, line 29
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/biomarker_for.rb, line 25
def self.short
  SHORT
end