powered by
Returns a response value for given parameters at time, t.
binding2to1( t, t0, conc, kon1, koff1, rmax1, kon2, koff2, rmax2, drift = 0, offset = 0, doffset = 0 )
Time.
Time of dissociation.
Analyte concentration.
Kon binding constant for first component.
Koff binding constant for first component.
Maximum response, Rmax, for first component.
Kon binding constant for second component.
Koff binding constant for second component.
Maximum response, Rmax, for second component.
Optional. Parameter to add a linear baseline drift.
Optional. Applies a global offset to the response value.
Optional. Applies an offset at the start of dissociation.
# NOT RUN { time <- seq(1,2000) curve <- binding2to1(time,1000,900e-9,10000,0.01,0.4,2000,0.0003,0.5) plot(curve) # }
Run the code above in your browser using DataLab