Method: Bio::KEGG::MODULE#orthologs_as_strings
- Defined in:
- lib/bio/db/kegg/module.rb
#orthologs_as_strings ⇒ Object
Orthologs described in the ORTHOLOGY lines.
- Returns
-
Array containing String
94 95 96 |
# File 'lib/bio/db/kegg/module.rb', line 94 def orthologs_as_strings lines_fetch('ORTHOLOGY') end |