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

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
## S4 method for signature 'IsomirDataSeq'
design(object)

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

Arguments

object

A IsomirDataSeq object.

value

A formula to pass to DESeq2.

Value

design for the experiment

Examples

1
2

isomiRs documentation built on Jan. 31, 2021, 2 a.m.