minRates {ABSSeq} | R Documentation |
Accessor functions for the 'minRates' slot of a ABSDataSet object.
## S4 method for signature 'ABSDataSet' minRates(object) ## S4 replacement method for signature 'ABSDataSet,numeric' minRates(object)<-value
object |
an |
value |
a positive numeric object |
The 'minRates' is the lower bound of rate for baseline of counts difference esitimation.
data(simuN5) obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups)) minRates(obj) minRates(obj) <- 0.3 minRates(obj)