genes with total count (across all samples) below this value will be filtered out before estimating the dispersion.
verbose
logical, if TRUE then the estimated dispersion and BCV will be printed to standard output.
Value
object with the following added components:
common.dispersion
estimate of the common dispersion.
pseudo.counts
numeric matrix of pseudo-counts.
pseudo.lib.size
the common library size to which the pseudo-counts have been adjusted
Details
Implements the conditional maximum likelihood (CML) method proposed by Robinson and Smyth (2008) for estimating a common dispersion parameter.
This method proves to be accurate and nearly unbiased even for small counts and small numbers of replicates.
The CML method involves computing a matrix of quantile-quantile normalized counts, called pseudo-counts.
The pseudo-counts are adjusted in such a way that the library sizes are equal for all samples, while preserving differences between groups and variability within each group.
The pseudo-counts are included in the output of the function, but are intended mainly for internal edgeR use.