estimate | R Documentation |
Estimate the initial kinetic parameters, kOn0
and kOff0
, and save in the returned "Bli" object. These parameters can serve as the starting value in the next step, fitKinetics
, to calculate the kinetics binding model of the small-molecule under investigation.
estimate(obj)
obj |
|
S4 object of "Bli" class
kOn0
and kOff0
can also be input manually with the setter functions, kOn0<-
and kOff0<-
.
Qingan Sun, Xiaojun Li, James C Sacchettini
Maintainer: Qingan Sun <quinsun@gmail.com>
pzasmoke
bli1 <- alignLoad(bli, 180, 780)
bli2 <- doubleBlank(bli1)
bli3 <- baseline(bli2, 1080, 1260)
bli4 <- estimate(bli3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.