Description Usage Arguments Details Value Author(s) Examples
identify significant genomic regions from a PREDAResults object
1 2 3 4 5 | # PREDAResults2GenomicRegions(.Object, qval.threshold=0.05,
# use.referencePositions=TRUE, smoothStatistic.tail=NULL,
# smoothStatistic.threshold=NULL)
PREDAResults2GenomicRegions(.Object, ...)
|
.Object |
Object of class PREDAResults or PREDADataAndResults |
... |
See below
|
A list og genomic regions objects is returned: one GenomicRegions object for each analysis in the input PREDAresults.
A NULL element is included in the output list whenever no siginifcant regions are identified.
A list of genomic regions objects
Francesco Ferrari
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
require(PREDAsampledata)
data(GEanalysisResults)
genomic_regions_UP<-PREDAResults2GenomicRegions(GEanalysisResults
, qval.threshold=0.05, smoothStatistic.tail="upper",
smoothStatistic.threshold=0.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.