Description Usage Arguments Details Value Author(s) Examples
View source: R/GenomicRegions2dataframe.R
extract genomic regions information as a dataframe object
1 | GenomicRegions2dataframe(GenomicRegionsObject)
|
GenomicRegionsObject |
Object of class genomic regions |
Extract genomic regions information as a dataframe object
A dataframe object
Francesco Ferrari
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
require(PREDAsampledata)
data(GEanalysisResults)
genomic_regions_UP<-PREDAResults2GenomicRegions(GEanalysisResults
, qval.threshold=0.05, smoothStatistic.tail="upper",
smoothStatistic.threshold=0.5)
dataframe_UPregions<-GenomicRegions2dataframe(
genomic_regions_UP[[1]])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.