DESeq2 (version 1.12.3)

design: Accessors for the 'design' slot of a DESeqDataSet object.

Description

The design holds the R formula which expresses how the counts depend on the variables in colData. See DESeqDataSet for details.

Usage

"design"(object)
"design"(object) <- value

Arguments

object
a DESeqDataSet object
value
a formula used for estimating dispersion and fitting Negative Binomial GLMs

Examples

Run this code

dds <- makeExampleDESeqDataSet(m=4)
design(dds) <- formula(~ 1)

Run the code above in your browser using DataCamp Workspace