regions | R Documentation |
This function extracts the differentially expressed regions from
srnadiffExp
object ranked by p-value.
## S4 method for signature 'srnadiffExp' regions(object, pvalue = 1)
object |
An |
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. |
A GenomicRanges
object of the selected differentially
expressed regions.
srnaExp <- srnadiffExample() srnaExp <- srnadiff(srnaExp) regions(srnaExp, pvalue = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.