Description Usage Arguments Examples
The dispersion function is calculated by estimateDispersions
and
used by varianceStabilizingTransformation
. Parametric dispersion
fits store the coefficients of the fit as attributes in this slot.
1 2 3 4 5 6 7 8 9 10 11 12 | dispersionFunction(object, ...)
dispersionFunction(object, ...) <- value
## S4 method for signature 'DESeqDataSet'
dispersionFunction(object)
## S4 replacement method for signature 'DESeqDataSet,function'
dispersionFunction(object,estimateVar)<-value
## S4 method for signature 'DESeqDataSet'
dispersionFunction(object)
|
object |
a |
... |
additional arguments |
value |
a |
estimateVar |
whether to estimate the variance of dispersion residuals.
setting to FALSE is needed, e.g. within |
1 2 | example("estimateDispersions")
dispersionFunction(dds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.