Method: Bio::KEGG::PATHWAY#modules_as_hash
- Defined in:
- lib/bio/db/kegg/pathway.rb
#modules_as_hash ⇒ Object Also known as: modules
Returns MODULE field as a Hash. Each key of the hash is KEGG MODULE ID, and each value is the name of the Pathway Module.
- Returns
-
Hash
63 |
# File 'lib/bio/db/kegg/pathway.rb', line 63 def modules_as_hash; super; end |