View source: R/deltaCaptureC.R
plotSignificantRegions | R Documentation |
This function takes a input the GRanges object produced by getSignificant regions and produces a ggplot of significant features
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
plotOfSignificantRegions = plotSignificantRegions(significantRegions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.