View source: R/calculateDispersionsddsList.R
calculateDispersionsddsList | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.