class Bio::KEGG::KGML::Reaction

Bio::KEGG::KGML::Reaction contains a reaction element in the KGML.

Attributes

alt[RW]

alt element (Hash)

direction[RW]

type of this reaction (String or nil). Normally “reversible” or “irreversible”. (‘type’ attribute in ‘reaction’ element)

direction=[RW]

type of this reaction (String or nil). Normally “reversible” or “irreversible”. (‘type’ attribute in ‘reaction’ element)

entry_id[RW]

KEGG-stype ID string of this reaction (String or nil) (‘name’ attribute in ‘reaction’ element)

entry_id=[RW]

KEGG-stype ID string of this reaction (String or nil) (‘name’ attribute in ‘reaction’ element)

id[RW]

ID of this reaction (Integer or nil)

name[RW]

KEGG-stype ID string of this reaction (String or nil) (‘name’ attribute in ‘reaction’ element)

products[RW]

Products. Each product name is the KEGG-style ID string. (Array containing String objects, or nil)

substrates[RW]

Substrates. Each substrate name is the KEGG-style ID string. (Array containing String objects, or nil)

type[RW]

type of this reaction (String or nil). Normally “reversible” or “irreversible”. (‘type’ attribute in ‘reaction’ element)