Learn R Programming

DESeq (version 1.24.0)

dispersions: Accessor functions for the dispersion estimates in a DESeqDataSet object.

Description

The dispersions for each row of the DESeqDataSet. Generally, these are set by estimateDispersions.

Usage

dispersions(object, ...)

dispersions(object, ...) <- value

## S3 method for class 'DESeqDataSet': dispersions(object)

## S3 method for class 'DESeqDataSet,numeric': dispersions(object) <- value

Arguments

object
a DESeqDataSet object.
...
additional arguments
value
the dispersions to use for the Negative Binomial modeling

See Also

estimateDispersions