R/partition-plots.R
plotCumulativePartitions.Rd
This function plots the cumulative distribution of regions across a feature set.
plotCumulativePartitions(assignedPartitions, feature_names = NULL)
Results from calcCumulativePartitions
An optional character vector of feature names, in the same order as the GenomicRanges or GenomicRangesList object.
A ggplot object of the cumulative distribution of regions in features.
p = calcCumulativePartitionsRef(vistaEnhancers, "hg19")
cumuPlot = plotCumulativePartitions(p)