traces_-: Setter of BLI 'traces'

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

The setter function of BLI traces. The input "data.frame" contains the times in the first column and the BLI traces in the following columns.

Usage

1
traces(obj) <- value

Arguments

obj

obj of "Bli" class

value

"data.frame" of BLI traces

Details

There may be two kinds of input "data.frame":
The "original" data with times in the first column, and two consecutive sets of BLI traces in the remaining columns. The second set are the traces from the reference biosensor. In both sets, the last trace is from the reference sample (no ligand).
The user may input the traces of which the double references have been subtracted. In this case, the first column is still the time. The rest of the columns contain the traces with the exact number of the length of ligand concentration.

Value

S4 object of "Bli" class

Author(s)

Qingan Sun, Xiaojun Li, James C Sacchettini

Maintainer: Qingan Sun <quinsun@gmail.com>

References

\insertRef

pzasmoke

See Also

doubleBlank

Examples

1
2
bli <- Bli()
# traces(bli) <- read.csv("traces.csv")

smoke documentation built on Jan. 28, 2020, 5:09 p.m.