Description Usage Arguments Value Examples
Fit a negative binomial (NB) distribution to the counts per gene over all samples using, if available, the precomputed control factors. If no normalization factors are provided only the sizeFactors are used.
1 2 |
object |
An OutriderDataSet |
BPPARAM |
by default bpparam() |
... |
Currently not used. |
An OutriderDataSet object with the fitted model. Accessible through:
mcols(ods)[,c('mu', 'theta')]
.
1 2 3 4 5 | ods <- makeExampleOutriderDataSet()
ods <- estimateSizeFactors(ods)
ods <- fit(ods)
mcols(ods)[1:10,c('mu', 'theta')]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.