ligand<- {smoke} | R Documentation |
Setter for "Bli" slot of ligand concentration
Description
The setter function for "Bli" slot of ligand concentration in BLI experiment.
Usage
ligand(obj) <- value
Arguments
obj |
|
value |
|
Value
S4 object of "Bli" class
Note
The ligand concentrations do not include the blank control (0).
Author(s)
Qingan Sun, Xiaojun Li, James C Sacchettini
Maintainer: Qingan Sun <quinsun@gmail.com>
See Also
Examples
bli1 <- Bli()
ligand(bli1) <- 16/2^(0:6)
[Package smoke version 2.0.1 Index]