estimateDispByGroup | R Documentation |
This takes a DGEList and a grouping factor and estimates the dispersion
estimateDispByGroup( dge, group = as.factor(dge$samples$group), batch, ..., BPPARAM = BiocParallel::bpparam() )
dge |
A DGEList object. |
group |
A factor to use in spliting the samples in |
batch |
A vector or list of multiple vectors to be treated as batch effects when estimating dispersions. |
... |
Additional arguments are passed to
|
BPPARAM |
A BiocParallelParam instance to be used for parallelization. |
A named list with one DGEList for each group. Each DGEList contains the samples and estimated dispersions for that group.
edgeR::estimateDisp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.