Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
This function takes a input the GRanges object produced by getSignificant regions and produces a ggplot of significant features
1 2 | plotSignificantRegions(significantRegions, significanceType = "abs",
title = "Significant Regions", xLabel = "viewpoint", legend = TRUE)
|
significantRegions |
a GRanges object as produced by getSignificantRegions |
significanceType |
= 'abs' a variable indicating whether to plot significance according to min, max or abs. |
title |
a title for the plot |
xLabel |
= 'viewpoint' supplies an xlabel |
legend |
= TRUE whether or not to show the legend |
a ggplot object
1 | plotOfSignificantRegions = plotSignificantRegions(significantRegions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.