View source: R/partition-plots.R
plotCumulativePartitions | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.