Package org.biopax.paxtools.model.level3
Interface DeltaG
- All Superinterfaces:
BioPAXElement,ChemicalConstant,Cloneable,Level3Element,Serializable,UtilityClass
- All Known Implementing Classes:
DeltaGImpl
Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants
(sums of species), delta-G'o.
delta-G'o = -RT lnK' and delta-G'o = delta-H'o - T
delta-S'o
delta-G'o has units of kJ/mol. Like K', it is a function of temperature (T), ionic
strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities
must be specified, and values for DELTA-G for biochemical reactions are represented as 5-tuples
of the form (delta-G'o T I pH pMg).
This property may have multiple values, representing different measurements for
delta-G'o obtained under the different experimental conditions listed in the 5-tuple.
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionfloatFor biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.voidsetDeltaGPrime0(float deltaGPrime0) For biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.ChemicalConstant
getIonicStrength, getPh, getPMg, getTemperature, setIonicStrength, setPh, setPMg, setTemperatureMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
-
Method Details
-
getDeltaGPrime0
float getDeltaGPrime0()For biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. delta-G'o = -RT lnK' and delta-G'o = delta-H'o - T delta-S'o delta-G'o has units of kJ/mol. Like K', it is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified, and values for DELTA-G for biochemical reactions are represented as 5-tuples of the form (delta-G'o T I pH pMg).- Returns:
- delta-G'o for this condition
-
setDeltaGPrime0
void setDeltaGPrime0(float deltaGPrime0) For biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. delta-G'o = -RT lnK' and delta-G'o = delta-H'o - T delta-S'o delta-G'o has units of kJ/mol. Like K', it is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified, and values for DELTA-G for biochemical reactions are represented as 5-tuples of the form (delta-G'o T I pH pMg).- Parameters:
deltaGPrime0- delta-G'o for this condition
-