Description Usage Arguments Value See Also Examples
Supplies a selfStart function to model mixed inhibition of enzyme kinetics.
1 | SSmixedinh(sub, inh, Vmax, Km, Kc, Ku)
|
sub |
A vector of substrate concentrations. |
inh |
A vector of inhibitor concentrations. |
Vmax |
The maximum initial rate of reaction. |
Km |
The Michaelis constant for the enzyme-substrate complex. |
Kc |
The dissociation constant for the enzyme-inhibitor complex. |
Ku |
The dissociation constant for the ternary complex. |
A selfStart
function for use in nonlinear
optimization.
1 2 3 | ## Not run: mixed <- nls(Rate~SSmixedinh(Sub.Con,Inh.Con,Vm,Km,Kc,Ku),
data=EnzymeFrame)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.