calculateDispersionsddsList: Calculate dispersions

Description Usage Arguments Value Author(s)

View source: R/calculateDispersionsddsList.R

Description

Calculate the dispersions for each data set in a list of DESeqDataSets, using both edgeR and DESeq2.

Usage

1
calculateDispersionsddsList(ddsList, maxNForDisp)

Arguments

ddsList

A list of DESeqDataSets

maxNForDisp

If any data set contains more than maxNForDisp samples, maxNForDisp of them will be randomly sampled before the dispersions are calculated, in order to speed up calculations

Value

A list of the same length as the input list. Each element in the list is itself a list, containing a DGEList and a DESeqDataSet with calculated dispersions.

Author(s)

Charlotte Soneson


countsimQC documentation built on Feb. 5, 2021, 2:02 a.m.