Description Usage Arguments Details See Also 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  | dispersionFunction(object, ...)
dispersionFunction(object, ...) <- value
## S4 method for signature 'DESeqDataSet'
dispersionFunction(object)
## S4 replacement method for signature 'DESeqDataSet,'function''
dispersionFunction(object,
  estimateVar = TRUE) <- value
 | 
object | 
 a   | 
... | 
 additional arguments  | 
value | 
 a   | 
estimateVar | 
 whether to estimate the variance of dispersion residuals.
setting to FALSE is needed, e.g. within   | 
Setting this will also overwrite mcols(object)$dispFit and the estimate
the variance of dispersion residuals, see estimateVar below.
1 2 3 4  | dds <- makeExampleDESeqDataSet(m=4)
dds <- estimateSizeFactors(dds)
dds <- estimateDispersions(dds)
dispersionFunction(dds)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.