Method: Bio::KEGG::ORTHOLOGY#dblinks
- Defined in:
- lib/bio/db/kegg/orthology.rb
#dblinks ⇒ Object
Returns an Array of a database name and entry IDs in DBLINKS field.
71 72 73 74 75 76 |
# File 'lib/bio/db/kegg/orthology.rb', line 71 def dblinks unless @data['DBLINKS'] @data['DBLINKS'] = lines_fetch('DBLINKS') end @data['DBLINKS'] end |