Learn R Programming

smoke (version 2.0.1)

baseline: Align BLI traces with baseline step

Description

Align BLI traces with the baseline step right before the association step. The start and end times of baseline are input arguments.

Usage

baseline(obj, tStart, tEnd)

Value

S4 object of "Bli" class

Arguments

obj

obj of "Bli" class

tStart

start time of the baseline

tEnd

end time of the baseline

Author

tools:::Rd_package_author("smoke")

Maintainer: tools:::Rd_package_maintainer("smoke")

Details

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".

References

pzasmoke

Examples

Run this code
bli1 <- alignLoad(bli, 180, 780)
bli2 <- doubleBlank(bli1)
bli3 <- baseline(bli2, 1080, 1260)

Run the code above in your browser using DataLab