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