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