fE.progress | R Documentation |
Fits the progress curve of an enzyme-catalyzed reaction.
fE.progress(data, unit_S = 'mM', unit_t = 'min')
data |
a dataframe where the first column is the time and the second column is the substrate concentration. |
unit_S |
concentration unit. |
unit_t |
time unit. |
Returns a list with two elements. The first one contains the fitted kinetic parameters, the second one is a dataframe giving the fitted substrate concentration time course.
Biochem Mol Biol Educ.39:117-25 (10.1002/bmb.20479).
sEprogress(), int.MM()
data <- sE.progress(So = 10, time = 5, Km = 4, Vm = 50, plot = FALSE)
fE.progress(data[, c(1,3)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.