dispersionFunction {DESeq2} | R Documentation |
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.
dispersionFunction(object) dispersionFunction(object) <- value ## S4 method for signature 'DESeqDataSet' dispersionFunction(object) ## S4 replacement method for signature 'DESeqDataSet,function' dispersionFunction(object)<-value ## S4 method for signature 'DESeqDataSet' dispersionFunction(object)
object |
a |
value |
a |
example("estimateDispersions") dispersionFunction(dds)