biopython v1.71.0 Bio.KEGG.KGML.KGML_pathway.Reaction
A specific chemical reaction with substrates and products.
This describes a specific chemical reaction between one or more substrates and one or more products.
Attributes:
- id Pathway graph node ID of the entry
- names List of KEGG identifier(s) from the REACTION database
- type String: reversible or irreversible
- substrate Entry object of the substrate
- product Entry object of the product
Link to this section Summary
Functions
Initialize the class
Return an informative human-readable string
Add a product, identified by its node ID, to the reaction
Add a substrate, identified by its node ID, to the reaction
Return KGML element describing the Reaction
Return the Entry corresponding to this reaction
Return list of product Entry elements
Return a list of substrate and product reactant IDs
Return list of substrate Entry elements
Link to this section Functions
Initialize the class.
Return an informative human-readable string.
Add a product, identified by its node ID, to the reaction.
Add a substrate, identified by its node ID, to the reaction.
Return KGML element describing the Reaction.
Return the Entry corresponding to this reaction.
Return list of product Entry elements.
Return a list of substrate and product reactant IDs.
Return list of substrate Entry elements.