Package org.biopax.paxtools.model.level3
Interface KPrime
- All Superinterfaces:
BioPAXElement,ChemicalConstant,Cloneable,Level3Element,Serializable,UtilityClass
- All Known Implementing Classes:
KPrimeImpl
The apparent equilibrium constant, K', and associated values. Concentrations in the equilibrium constant equation
refer to the total concentrations of all forms of particular biochemical reactants. For example,
in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic
phosphate:
K' = [ADP][Pi]/[ATP].
The concentration of ATP refers to the total concentration of all of the following species:
[ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] +
[MgHATP-] + [Mg2ATP].
The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the
terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T),
ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified to be precise,
and values for KEQ for biochemical reactions may be represented as 5-tuples of the form (K' T I pH pMg). This
property may have multiple values, representing different measurements for K' 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
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
-
getKPrime
float getKPrime()The apparent equilibrium constant K'. Concentrations in the equilibrium constant equation refer to the total concentrations of all forms of particular biochemical reactants. For example, in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic phosphate: K' = [ADP][Pi]/[ATP], The concentration of ATP refers to the total concentration of all of the following species: [ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] + [MgHATP-] + [Mg2ATP]. The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]).- Returns:
- The apparent equilibrium constant K'
-
setKPrime
void setKPrime(float kPrime) The apparent equilibrium constant K'. Concentrations in the equilibrium constant equation refer to the total concentrations of all forms of particular biochemical reactants. For example, in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic phosphate: K' = [ADP][Pi]/[ATP], The concentration of ATP refers to the total concentration of all of the following species: [ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] + [MgHATP-] + [Mg2ATP]. The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). (Definition from EcoCyc)- Parameters:
kPrime- The apparent equilibrium constant K'
-