regions: Extracts differentially expressed regions of an srnadiffExp...

Description Usage Arguments Value Examples

Description

This function extracts the differentially expressed regions from srnadiffExp object ranked by p-value.

Usage

1
2
## S4 method for signature 'srnadiffExp'
regions(object, pvalue = 1)

Arguments

object

An srnadiffExp object.

pvalue

Numeric cutoff value for adjusted p-values. Only regions with adjusted p-values equal or lower than specified are returned. Default to 1, all regions are returned.

Value

A GenomicRanges object of the selected differentially expressed regions.

Examples

1
2
3
srnaExp <- srnadiffExample()
srnaExp <- srnadiff(srnaExp)
regions(srnaExp, pvalue = 0.05)

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