Class: BELParser::Language::Version2_0::ValueEncodings::RNAAbundance

Inherits:
Abundance
  • Object
show all
Defined in:
lib/bel_parser/language/version2_0/value_encodings/rna_abundance.rb

Overview

RNAAbundance value encoding.

Direct Known Subclasses

MicroRNAAbundance

Class Method Summary collapse

Methods inherited from Any

inherited, raise_not_implemented, subtype_of?, subtypes, transitive_subtypes

Class Method Details

.to_symObject

Note:

This method should be overridden in subclasses.

Return the Symbol value.



12
13
14
15
# File 'lib/bel_parser/language/version2_0/value_encodings/rna_abundance.rb', line 12

def self.to_sym
  raise_not_implemented(__method__) if self != RNAAbundance
  :R
end