traces<- {smoke} | R Documentation |
Setter of BLI traces
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
traces(obj) <- value
Arguments
obj |
|
value |
"data.frame" of BLI |
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
Sun Q, Li X, Perez LM, Shi W, Zhang Y, Sacchettini JC (2020). “The molecular basis of pyrazinamide activity on Mycobacterium tuberculosis PanD.” Nature Communications, 11(339).
See Also
Examples
bli <- Bli()
# traces(bli) <- read.csv("traces.csv")