Learn R Programming

renz (version 0.2.1)

fE.progress: Fitted Progress Curve for Enzyme-Catalyzed Reaction

Description

Fits the progress curve of an enzyme-catalyzed reaction.

Usage

fE.progress(data, unit_S = 'mM', unit_t = 'min')

Value

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.

Arguments

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.

References

Biochem Mol Biol Educ.39:117-25 (10.1002/bmb.20479).

See Also

sEprogress(), int.MM()

Examples

Run this code
data <- sE.progress(So = 10, time = 5, Km = 4, Vm = 50, plot = FALSE)
fE.progress(data[, c(1,3)])

Run the code above in your browser using DataLab