Method: Bio::KEGG::COMPOUND#glycans
- Defined in:
- lib/bio/db/kegg/compound.rb
#glycans ⇒ Object
GLYCAN
54 55 56 57 58 59 |
# File 'lib/bio/db/kegg/compound.rb', line 54 def glycans unless @data['GLYCAN'] @data['GLYCAN'] = fetch('GLYCAN').split(/\s+/) end @data['GLYCAN'] end |