class BELParser::Language::Version2_0::Relationships::PrognosticBiomarkerFor

PrognosticBiomarkerFor: +A prognosticBiomarkerFor P+ - For term A and process term P, +A prognosticBiomarkerFor P+ indicates that changes in or detection of A is used in some way to be a prognostic biomarker for the subsequent development of 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/prognostic_biomarker_for.rb, line 39
def self.deprecated?
  true
end
description() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb, line 35
def self.description
  DESCRIPTION
end
directed?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb, line 43
def self.directed?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb, line 31
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb, line 27
def self.short
  SHORT
end