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

# S4 method for IsomirDataSeq
design(object)

# S4 method for IsomirDataSeq,formula
design(object) <- value

Arguments

object

A IsomirDataSeq object.

value

A formula to pass to DESeq2.

Value

design for the experiment

Examples

data(mirData) design(mirData) <- formula(~ 1)