baseline | R Documentation |
Align BLI traces with the baseline step right before the association step. The start and end times of baseline are input arguments.
baseline(obj, tStart, tEnd)
obj |
|
tStart |
start time of the baseline |
tEnd |
end time of the baseline |
This step follows doubleBlank
step. The output "Bli" object contains the traces
aligned with baselines, and the status
of "baseline" set to "TRUE". Also the traces number will be checked. If it does not equal the number of ligand concentration, a warning will be raised: "ligand concentrations mis-match trace number".
S4 object of "Bli" class
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.