minimalDispersion {ABSSeq} | R Documentation |
Accessor functions for the 'minDispersion' slot of a ABSDataSet object.
## S4 method for signature 'ABSDataSet' minimalDispersion(object) ## S4 replacement method for signature 'ABSDataSet,numeric' minimalDispersion(object)<-value
object |
an |
value |
a positive numeric object |
The 'minimalDispersion' is the penalty of dispersion estimation. User can set the penalty of dispersion by this function
data(simuN5) obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups)) minimalDispersion(obj) minimalDispersion(obj) <- 0.2 minimalDispersion(obj)