estimateDispersions
and
used by varianceStabilizingTransformation
. Parametric dispersion
fits store the coefficients of the fit as attributes in this slot.dispersionFunction(object, ...)dispersionFunction(object, ...) <- value
## S3 method for class 'DESeqDataSet':
dispersionFunction(object)
## S3 method for class 'DESeqDataSet,`function`':
dispersionFunction(object,
estimateVar = TRUE) <- value
DESeqDataSet
object.function
estimateDispersionsMAP
when
called on a subset of the full dataset in parallel execution.mcols(object)$dispFit
and the estimate
the variance of dispersion residuals, see estimateVar
below.estimateDispersions
dds <- makeExampleDESeqDataSet(m=4)
dds <- estimateSizeFactors(dds)
dds <- estimateDispersions(dds)
dispersionFunction(dds)
Run the code above in your browser using DataLab