class BELParser::Language::Version1_0::ValueEncodings::MicroRNAAbundance

Micro RNA abundance value encoding.

Public Class Methods

to_sym() click to toggle source

Return the {Symbol} value.

@note This method should be overridden in subclasses.

# File lib/bel_parser/language/version1_0/value_encodings/micro_rna_abundance.rb, line 12
def self.to_sym
  raise_not_implemented(__method__) if self != MicroRNAAbundance
  :M
end