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

dispersionsR Documentation

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

## S4 method for signature 'DESeqDataSet'
dispersions(object)

## S4 replacement method for signature 'DESeqDataSet,numeric'
dispersions(object) <- value

Arguments

object

a DESeqDataSet object.

...

additional arguments

value

the dispersions to use for the Negative Binomial modeling

Author(s)

Simon Anders

See Also

estimateDispersions


mikelove/DESeq2 documentation built on March 10, 2024, 10:32 a.m.