Method: Bio::KEGG::COMPOUND#rpairs
- Defined in:
- lib/bio/db/kegg/compound.rb
#rpairs ⇒ Object
RPAIR
70 71 72 73 74 75 |
# File 'lib/bio/db/kegg/compound.rb', line 70 def rpairs unless @data['RPAIR'] @data['RPAIR'] = fetch('RPAIR').split(/\s+/) end @data['RPAIR'] end |