calculateDispersionsddsList {countsimQC} | R Documentation |
Calculate the dispersions for each data set in a list of DESeqDataSets, using both edgeR and DESeq2.
calculateDispersionsddsList(ddsList, maxNForDisp)
ddsList |
A list of DESeqDataSets |
maxNForDisp |
If any data set contains more than |
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.
Charlotte Soneson