fitKinetics | R Documentation |
Fit the BLI traces with a single association-then-dissociation equation.
fitKinetics(obj)
obj |
|
We fit the whole set of BLI traces with a single association-then-dissociation equation \insertCitepzasmoke. The fitting model will be stored in the kinetics
slot, and the status
of "fitKinetics" will be set to "TRUE".
S4 object of "Bli" class
Qingan Sun, Xiaojun Li, James C Sacchettini
Maintainer: Qingan Sun <quinsun@gmail.com>
pzasmoke
kinetics
, plotKinetics
, plotResiduals
bli1 <- alignLoad(bli, 180, 780)
bli2 <- doubleBlank(bli1)
bli3 <- baseline(bli2, 1080, 1260)
bli4 <- estimate(bli3)
bli5 <- fitKinetics(bli4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.