plotCumulativePartitions {GenomicDistributions} | R Documentation |
This function plots the cumulative distribution of regions across a feature set.
plotCumulativePartitions(assignedPartitions, feature_names = NULL)
assignedPartitions |
Results from |
feature_names |
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)