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