You're reading the documentation for a development version. For the latest released version, please have a look at v5.0.4.
Michaelis Menten kinetics¶
Implements Michaelis-Menten reaction kinetics of the form
where \(S\) is the stoichiometric matrix and \(\nu\) a flux vector with
where
\(\nu_{j}\) is the flux of reaction \(j\) and \(\nu_{i,j}\) is the flux of reaction \(j\) with respect to substrate \(i\),
\(N_{sub,j}\) is the number of substrates for reaction \(j\),
\(v_{\mathrm{max},j}\) is the maximum reaction rate in reaction \(j\),
and \(c_{i,j}\) is the concentration of substrate \(i\) in reaction \(j\).
\(K_{\mathrm{M}_{i,j}}\) is the Michaelis constant for substrate \(i\) in reaction \(j\).
The selection of which components act as substrates is controlled via the sign of the entries of the stoichiometric matrix. For more information about the configuration can be found in Michaelis Menten kinetics.
In addition, CADET supports three types of inhibition reactions. In this case the flux \(\nu_{i,j}\) can be modified as one of the following:
Competitive Inhibition¶
In competitive inhibition, the inhibitor binds at the enzyme’s active site. The modified flux expression is:
- where
\(c_{i,j}\) is the substrate component and \(c_{k}\) is one inhibitor acting on substrate \(c_{i,j}\),
\(K^{c}_{I_{k}}\) is the inhibition constant with respect to inhibitor \(c_{k}\) i.e if \(K^{c}_{I_{k}} > 0\), component \(c_{k}\) acts as an inhibitor to substrate \(c_{i,j}\),
\(\mathcal{I}_{i,j}\) is the index set of inhibitors for substrate \(c_{i,j}\), i.e the indices \(k\) where \(K^{c}_{I_{k}} > 0\).
Uncompetitive Inhibition¶
In an uncompetitive inhibition, the inhibitor binds to the enzyme-substrate complex, preventing the reaction from proceeding. The modified flux expression is:
- where
\(c_{i,j}\) is the substrate component and \(c_{k}\) is one inhibitor acting on substrate \(c_{i,j}\).
\(K^{u}_{I_{k}}\) is the inhibition constant with respect to component \(c_{k}\) in reaction \(j\) i.e if \(K^{u}_{I_{k}} > 0\), component \(c_{k}\) acts as an inhibitor to substrate \(c_{i,j}\).
\(\mathcal{I}_{i,j}\) is the index set of inhibitors in reaction \(j\), i.e the indices \(k\) where \(K^{u}_{I_{k}} > 0\).
Mixed Inhibition¶
In non-competitive inhibition, the inhibitor can bind to both the enzyme and the enzyme-substrate complex, preventing the reaction from proceeding. The modified flux expression is:
- where
\(c_{i,j}\) is the substrate component and \(c_{k}\) is one the inhibitor acting on substrate \(c_{i,j}\).
\(K^{c}_{I_{k}}`and :math:`K^{u}_{I_{k}}\) are the inhibition constants with respect to component \(c_{k}\) in reaction \(j\) i.e if \(K^{c}_{I_{k}} > 0\), component \(c_{k}\) acts as an inhibitor to substrate \(c_{i,j}\).
\(\mathcal{I}_{i,j}\) is the index set of inhibitors in reaction \(j\), i.e the indices \(k\) where \(K^{c}_{I_{k}} > 0\).
Non-Competitive Inhibition¶
Non-competitive inhibition is a form of mixed inhibition where the inhibitor binds to both the enzyme and the enzyme-substrate complex with the same affinity.
- where
\(c_{i,j}\) is the substrate component and \(c_{k}\) is one the inhibitor acting on substrate \(c_{i,j}\).
\(K^{n}_{I_{k}}\) is the inhibition constant with respect to component \(c_{k}\) in reaction \(j\) i.e if \(K^{n}_{I_{k}} > 0\), component \(c_{k}\) acts as an inhibitor to substrate \(c_{i,j}\).
\(\mathcal{I}_{i,j}\) is the index set of inhibitors in reaction \(j\), i.e the indices \(k\) where \(K^{n}_{I_{k}} > 0\).
Note that the inhibition constant for the non-competitive inhibition is indirectly given if :math:` K^{c}_{I_{k}} = K^{u}_{I_{k}} = K^{n}_{I_{k}}`
For configuration information please refer to Michaelis Menten kinetics.
Monod Kinetics¶
The Michaelis-Menten model in CADET can also be used to represent Monod kinetics, as the mathematical formulation is identical. The Monod equation is commonly used to describe microbial growth processes and corresponds to Michaelis-Menten kinetics with only one substrate.
The Monod equation for microbial growth has the form:
where:
\(\mu\) is the specific growth rate
\(\mu_{\mathrm{max}}\) is the maximum specific growth rate
\(c_S\) is the substrate concentration
\(K_S\) is the saturation constant (half-saturation constant)
By choosing a Michaelis-Menten kinetics configuration with one substrate and setting the the parameter accordingly, i.e \(\mu_{\mathrm{max}} = v_{\mathrm{max}}\), \(K_S = K_{\mathrm{M},0,0}\) and \(c_S = c_{0,0}\), the Monod equation can be expressed in the same form as the Michaelis-Menten kinetics.
Literature¶
Segel, I. H. (1993). Enzyme kinetics: Behavior and analysis of rapid equilibrium and steady-state enzyme systems. John Wiley & Sons.
Monod, Jacques. 1949. “The Growth of Bacterial Cultures.” Annual Review of Microbiology 3 (1): 371–394. https://doi.org/10.1146/annurev.mi.03.100149.002103