Method: Bio::KEGG::ORTHOLOGY#definition

Defined in:
lib/bio/db/kegg/orthology.rb

#definitionObject

Returns DEFINITION field of the entry.



51
52
53
# File 'lib/bio/db/kegg/orthology.rb', line 51

def definition
  field_fetch('DEFINITION')
end