regions {srnadiff}R Documentation

Get the output regions

Description

Get the output regions

Usage

regions(object, pvalue = 0.05)

## S4 method for signature 'sRNADiff,numeric'
regions(object, pvalue = 0.05)

## S4 method for signature 'sRNADiff,ANY'
regions(object)

Arguments

object

An srnadiff object.

pvalue

A minimum p-value

Value

The selected regions

Examples

exp <- sRNADiffExample()
regions(exp)


[Package srnadiff version 1.0.0 Index]