plotSignificantRegions {deltaCaptureC} | 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)