tExp<- {smoke} | R Documentation |
Setter for BLI times tExp
Description
The setter function for BLI times tExp
, the start time of association and dissociation steps.
Usage
tExp(obj) <- value
Arguments
obj |
|
value |
"numeric" vector for the start time of association and dissociation steps |
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).
Examples
bli <- Bli()
tExp(bli) <- c(1260,1860)
[Package smoke version 2.0.1 Index]