dispersions {DESeq2}R Documentation

Accessor functions for the dispersion estimates in a DESeqDataSet object.

Description

The dispersions for each row of the DESeqDataSet. Generally, these should be set only 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

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

Arguments

object

a DESeqDataSet object.

value

the dispersions to use for the negative binomial modeling

Author(s)

Simon Anders

See Also

estimateDispersions

Examples

example("estimateDispersions")
dispersions(dds)

[Package DESeq2 version 1.4.5 Index]