getBCVTable | R Documentation |
Given a DGEList object, this will extract the average logCPM as well as the common, trended, and genewise dispersion values. In addition, it will re-estimate the dispersions with no empirical Bayes shrinkage (prior.df = 0) to obtain the raw genewise dispersion values.
getBCVTable(y, design, ..., rawdisp)
y |
A DGEList. If it does not already contain dispersion values, they will be estimated. |
design |
A design matrix to use when estimating dispersions.
This is optional if |
... |
Additional arguments are passed to
|
rawdisp |
Another DGEList, which should be identical to (TODO: Take a long hard look at the logic in this function and make sure it matches this documentation.) If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.