Method: Bio::KEGG::ORTHOLOGY#initialize

Defined in:
lib/bio/db/kegg/orthology.rb

#initialize(entry) ⇒ ORTHOLOGY

Reads a flat file format entry of the KO database.



31
32
33
# File 'lib/bio/db/kegg/orthology.rb', line 31

def initialize(entry)
  super(entry, TAGSIZE)
end