Method: Bio::KEGG::ORTHOLOGY#pathways_as_hash
- Defined in:
- lib/bio/db/kegg/orthology.rb
#pathways_as_hash ⇒ Object Also known as: pathways
Returns a Hash of the pathway ID and name in PATHWAY field.
43 |
# File 'lib/bio/db/kegg/orthology.rb', line 43 def pathways_as_hash; super; end |