Description Usage Arguments Value
View source: R/IntersectionHelper.R
Performs region enrichment on a set of regions and returns summarized results.
1 2 3 | multiple_region_enrichment(queries.regions, genome.regions,
query.order = NULL, genome.order = NULL, file.prefix = NULL,
plot.width = 7, plot.height = 7, individual.plots = FALSE)
|
queries.regions |
A list of regions whose enrichment ratios must be calculated. |
genome.regions |
The genome partition indicating which part of the genome fall within which category. Each range should have a 'name' attribute |
file.prefix |
An optional file name prefix for tables and graphical representation. |
plot.width |
The width of any resulting summary plot. |
plot.height |
The height of any resulting summary plot. |
individual.plots |
If true, produce individual plots as well as combined plots. |
factor.order |
An optional ordering of the region types for the produced plot. |
A list of summarized enrichment metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.