class BELParser::Language::Version1_0::Relationships::TranscribedTo
TranscribedTo: +G :> R+ - For rnaAbundance term R and geneAbundance term G, +G transcribedTo R+ or +G :> R+ indicates that members of R are produced by the transcription of members of G. For example: +g(HGNC:AKT1) :> r(HGNC:AKT1)+ indicates that the human AKT1 RNA is transcribed from the human AKT1 gene.
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
description()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 35 def self.description DESCRIPTION end
direct?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 39 def self.direct? true end
directed?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 43 def self.directed? true end
genomic?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 47 def self.genomic? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 31 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/transcribed_to.rb, line 27 def self.short SHORT end