powered by
Simulates the evolution of the substrate concentration along time.
sE.progress(So, time, Km, Vm, unit_S = 'mM', unit_t = 'min', I = 0, Kic = Inf, Kiu = Inf, replicates = 3, error = 'a', sd = 0.005, plot = TRUE)
Returns a dataframe where the two first columns are time and St (without error). The two last columns are the mean and sd of the variable St.
initial substrate concentration.
reaction timespan.
Michaelis constant.
maximal velocity.
concentration unit.
time unit.
inhibitor concentration.
competitive inhibition constant.
uncompetitive inhibition constant.
number of replicates for the dependent variable
it should be one among c('absolute', 'relative').
standard deviation of the error.
logical. If TRUE, the progress curve is plotted.
When sd is different to 0, then an absolute error normally distributed is added to the variable St.
fE.progress()
sE.progress(So = 10, time = 5, Km = 4, Vm = 50, plot = FALSE)
Run the code above in your browser using DataLab