Class | Bio::KEGG::REACTION |
In: |
lib/bio/db/kegg/reaction.rb
|
Parent: | KEGGDB |
DELIMITER | = | RS = "\n///\n" |
TAGSIZE | = | 12 |
# File lib/bio/db/kegg/reaction.rb, line 20 20: def initialize(entry) 21: super(entry, TAGSIZE) 22: end
DEFINITION
# File lib/bio/db/kegg/reaction.rb, line 35 35: def definition 36: field_fetch('DEFINITION') 37: end
ENTRY
# File lib/bio/db/kegg/reaction.rb, line 25 25: def entry_id 26: field_fetch('ENTRY')[/\S+/] 27: end
EQUATION
# File lib/bio/db/kegg/reaction.rb, line 40 40: def equation 41: field_fetch('EQUATION') 42: end