class BELParser::Language::Version1_0::Relationships::Orthologous
Orthologous: +A orthologous B+ - For geneAbundance terms A and B, +A orthologousTo B+ indicates that A and B represent abundances of genes in different species which are sequence similar and which are therefore presumed to share a common ancestral gene. For example, +g(HGNC:AKT1) orthologousTo g(MGI:AKT1)+ indicates that the mouse and human AKT1 genes are orthologous.
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
description()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/orthologous.rb, line 38 def self.description DESCRIPTION end
genomic?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/orthologous.rb, line 42 def self.genomic? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/orthologous.rb, line 34 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/orthologous.rb, line 30 def self.short SHORT end