Package org.biopax.paxtools.model.level2
Interface biochemicalReaction
- All Superinterfaces:
BioPAXElement,Cloneable,conversion,entity,interaction,InteractionParticipant,Level2Element,pathwayComponent,physicalInteraction,process,Serializable,XReferrable
- All Known Subinterfaces:
transportWithBiochemicalReaction
A conversion interaction in which one or more entities (substrates) undergo
ovalent changes to become one or more other entities (products). The substrates
of biochemical reactions are defined in terms of sums of species.
This is convention in biochemistry, and, in principle, all of the EC
reactions should be biochemical reactions.
Examples: ATP + H2O = ADP + Pi
Comment: In the example reaction above, ATP is considered to be an
equilibrium mixture of several species, namely ATP4-, HATP3-, H2ATP2-,
MgATP2-, MgHATP-, and Mg2ATP. Additional species may also need to be
considered if other ions (e.g. Ca2+) that bind ATP are present.
Similar considerations apply to ADP and to inorganic phosphate (Pi).
When writing biochemical reactions, it is not necessary to attach charges to
the biochemical reactants or to include ions such as H+ and Mg2+ in the
equation. The reaction is written in the direction specified by the EC
nomenclature system, if applicable, regardless of the physiological
direction(s) in which the reaction proceeds. Polymerization reactions
involving large polymers whose structure is not explicitly captured should
generally be represented as unbalanced reactions in which the monomer is
consumed but the polymer remains unchanged, e.g. glycogen + glucose =
glycogen.
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDELTA_G(deltaGprimeO DELTA_G) voidaddDELTA_H(double DELTA_H) voidaddDELTA_S(double DELTA_S) voidaddEC_NUMBER(String EC_NUMBER) voidgetKEQ()voidremoveDELTA_G(deltaGprimeO DELTA_G) voidremoveDELTA_H(double DELTA_H) voidremoveDELTA_S(double DELTA_S) voidremoveEC_NUMBER(String EC_NUMBER) voidvoidsetDELTA_G(Set<deltaGprimeO> DELTA_G) voidsetDELTA_H(Set<Double> DELTA_H) voidsetDELTA_S(Set<Double> DELTA_S) voidsetEC_NUMBER(Set<String> EC_NUMBER) voidMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level2.conversion
addLEFT, addRIGHT, getLEFT, getRIGHT, getSPONTANEOUS, removeLEFT, removeRIGHT, setLEFT, setRIGHT, setSPONTANEOUSMethods inherited from interface org.biopax.paxtools.model.level2.entity
addAVAILABILITY, addDATA_SOURCE, addSYNONYMS, getAVAILABILITY, getDATA_SOURCE, getNAME, getSHORT_NAME, getSYNONYMS, removeAVAILABILITY, removeDATA_SOURCE, removeSYNONYMS, setAVAILABILITY, setDATA_SOURCE, setNAME, setSHORT_NAME, setSYNONYMSMethods inherited from interface org.biopax.paxtools.model.level2.interaction
addPARTICIPANTS, getPARTICIPANTS, removePARTICIPANTS, setPARTICIPANTSMethods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSofMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.physicalInteraction
addINTERACTION_TYPE, getINTERACTION_TYPE, removeINTERACTION_TYPE, setINTERACTION_TYPEMethods inherited from interface org.biopax.paxtools.model.level2.process
addEVIDENCE, getEVIDENCE, isCONTROLLEDOf, isPATHWAY_COMPONENTSof, isSTEP_INTERACTIONSOf, removeEVIDENCE, setEVIDENCEMethods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
-
Method Details
-
getDELTA_G
Set<deltaGprimeO> getDELTA_G() -
setDELTA_G
-
addDELTA_G
-
removeDELTA_G
-
getDELTA_H
-
setDELTA_H
-
addDELTA_H
void addDELTA_H(double DELTA_H) -
removeDELTA_H
void removeDELTA_H(double DELTA_H) -
getDELTA_S
-
setDELTA_S
-
addDELTA_S
void addDELTA_S(double DELTA_S) -
removeDELTA_S
void removeDELTA_S(double DELTA_S) -
getEC_NUMBER
-
setEC_NUMBER
-
addEC_NUMBER
-
removeEC_NUMBER
-
getKEQ
-
setKEQ
-
addKEQ
-
removeKEQ
-