annotReg: Accessors for the 'annotReg' slot of an srnadiffExp object

Description Usage Arguments Value Examples

Description

The annotReg slot holds the annotated regions as a GRanges object.

Usage

1
2
3
4
5
## S4 method for signature 'srnadiffExp'
annotReg(object)

## S4 replacement method for signature 'srnadiffExp'
annotReg(object) <- value

Arguments

object

An srnadiffExp object.

value

Annotated regions as a GRanges object.

Value

The regions given by the user, as a GRanges.

Examples

1
2
srnaExp <- srnadiffExample()
annotReg(srnaExp)

srnadiff documentation built on Jan. 7, 2021, 2 a.m.