binding1to1: Generate a 1:1 Binding Curve

Description Usage Arguments Examples

View source: R/binding.r

Description

Returns a response value for given parameters at time, t.

Usage

1
binding1to1(t, t0, conc, kon, koff, rmax, drift = 0, offset = 0, doffset = 0)

Arguments

t

Time.

t0

Time of dissociation.

conc

Analyte concentration.

kon

Kon binding constant.

koff

Koff binding constant.

rmax

Maximum response, Rmax.

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.

Examples

1
2
3
time <- seq(1,2000)
curve <- binding1to1(time,1000,6e-9,1000,0.01,0.6)
plot(curve)

jonathanrd/pbm documentation built on April 1, 2021, 11:30 p.m.