|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BiochemicalReaction
Definition: A conversion interaction in which one or more entities (substrates) undergo covalent 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Method Summary | |
|---|---|
void |
addDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. |
void |
addDeltaH(float delta_h)
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction written in terms of biochemical reactants (sums of species), delta-H'o. |
void |
addDeltaS(float delta_s)
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction written in terms of biochemical reactants (sums of species), delta-S'o. |
void |
addECNumber(java.lang.String ec_number)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology. |
void |
addKEQ(KPrime keq)
This quantity is dimensionless and is usually a single number. |
java.util.Set<DeltaG> |
getDeltaG()
Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. |
java.util.Set<java.lang.Float> |
getDeltaH()
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction written in terms of biochemical reactants (sums of species), delta-H'o. |
java.util.Set<java.lang.Float> |
getDeltaS()
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction written in terms of biochemical reactants (sums of species), delta-S'o. |
java.util.Set<java.lang.String> |
getECNumber()
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology. |
java.util.Set<KPrime> |
getKEQ()
This quantity is dimensionless and is usually a single number. |
void |
removeDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. |
void |
removeDeltaH(float delta_h)
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction written in terms of biochemical reactants (sums of species), delta-H'o. |
void |
removeDeltaS(float delta_s)
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction written in terms of biochemical reactants (sums of species), delta-S'o. |
void |
removeECNumber(java.lang.String ec_number)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology. |
void |
removeKEQ(KPrime keq)
This quantity is dimensionless and is usually a single number. |
| Methods inherited from interface org.biopax.paxtools.model.level3.Conversion |
|---|
addLeft, addParticipantStoichiometry, addRight, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, setConversionDirection, setSpontaneous |
| Methods inherited from interface org.biopax.paxtools.model.level3.Interaction |
|---|
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant |
| Methods inherited from interface org.biopax.paxtools.model.level3.Process |
|---|
getControlledOf, getPathwayComponentOf, getStepProcessOf |
| Methods inherited from interface org.biopax.paxtools.model.level3.Entity |
|---|
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSource |
| Methods inherited from interface org.biopax.paxtools.model.level3.Observable |
|---|
addEvidence, getEvidence, removeEvidence |
| Methods inherited from interface org.biopax.paxtools.model.level3.Named |
|---|
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setStandardName |
| Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable |
|---|
addXref, getXref, removeXref |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent |
| Method Detail |
|---|
java.util.Set<DeltaG> getDeltaG()
void addDeltaG(DeltaG deltaG)
deltaG - to be added.void removeDeltaG(DeltaG deltaG)
deltaG - to be removed.java.util.Set<java.lang.Float> getDeltaH()
void addDeltaH(float delta_h)
delta_h - standard transformed enthalpy changevoid removeDeltaH(float delta_h)
delta_h - standard transformed enthalpy changejava.util.Set<java.lang.Float> getDeltaS()
void addDeltaS(float delta_s)
void removeDeltaS(float delta_s)
java.util.Set<java.lang.String> getECNumber()
void addECNumber(java.lang.String ec_number)
ec_number - The unique number assigned to a reaction by the Enzyme Commissionvoid removeECNumber(java.lang.String ec_number)
ec_number - The unique number assigned to a reaction by the Enzyme Commissionjava.util.Set<KPrime> getKEQ()
void addKEQ(KPrime keq)
keq - measured equilibrium constant for a biochemical reactionvoid removeKEQ(KPrime keq)
keq - measured equilibrium constant for a biochemical reaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||