Learn R Programming

pbm (version 1.2.1)

binding1to1: Generate a 1:1 Binding Curve

Description

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

Usage

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

Run this code
# NOT RUN {
time <- seq(1,2000)
curve <- binding1to1(time,1000,6e-9,1000,0.01,0.6)
plot(curve)
# }

Run the code above in your browser using DataLab