Method: Bio::KEGG::ENZYME#orthologs_as_hash
- Defined in:
- lib/bio/db/kegg/enzyme.rb
#orthologs_as_hash ⇒ Object Also known as: orthologs
Returns a Hash of the orthology ID and definition in ORTHOLOGY field.
33 |
# File 'lib/bio/db/kegg/enzyme.rb', line 33 def orthologs_as_hash; super; end |