Method: Bio::KEGG::COMPOUND#reactions
- Defined in:
- lib/bio/db/kegg/compound.rb
#reactions ⇒ Object
REACTION
62 63 64 65 66 67 |
# File 'lib/bio/db/kegg/compound.rb', line 62 def reactions unless @data['REACTION'] @data['REACTION'] = fetch('REACTION').split(/\s+/) end @data['REACTION'] end |