Description Usage Arguments Examples
Returns a response value for given parameters at time, t.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | binding2to1(
t,
t0,
conc,
kon1,
koff1,
rmax1,
kon2,
koff2,
rmax2,
drift = 0,
offset = 0,
doffset = 0
)
|
t |
Time. |
t0 |
Time of dissociation. |
conc |
Analyte concentration. |
kon1 |
Kon binding constant for first component. |
koff1 |
Koff binding constant for first component. |
rmax1 |
Maximum response, Rmax, for first component. |
kon2 |
Kon binding constant for second component. |
koff2 |
Koff binding constant for second component. |
rmax2 |
Maximum response, Rmax, for second component. |
drift |
Optional. Parameter to add a linear baseline drift. |
offset |
Optional. Applies a global offset to the response value. |
doffset |
Optional. Applies an offset at the start of dissociation. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.