annotReg {srnadiff}R Documentation

Accessors for the 'annotReg' slot of an srnadiffExp object

Description

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

Usage

## 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

srnaExp <- srnadiffExample()
annotReg(srnaExp)


[Package srnadiff version 1.11.0 Index]