Method: Bio::KEGG::GENES#initialize

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

#initialize(entry) ⇒ GENES

Creates a new Bio::KEGG::GENES object.


Arguments:

  • (required) entry: (String) single entry as a string

Returns

Bio::KEGG::GENES object



120
121
122
# File 'lib/bio/db/kegg/genes.rb', line 120

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