Description Usage Arguments Details See Also Examples
Accessor functions for the 'minDispersion' slot of a ABSDataSet object.
| 1 2 3 4 5 | ## 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
| 1 2 3 4 5 | data(simuN5)
obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups))
minimalDispersion(obj)
minimalDispersion(obj) <- 0.2
minimalDispersion(obj)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.