plotCumulativePartitions: Plot the cumulative distribution of regions in features

View source: R/partition-plots.R

plotCumulativePartitionsR Documentation

Plot the cumulative distribution of regions in features

Description

This function plots the cumulative distribution of regions across a feature set.

Usage

plotCumulativePartitions(assignedPartitions, feature_names = NULL)

Arguments

assignedPartitions

Results from calcCumulativePartitions

feature_names

An optional character vector of feature names, in the same order as the GenomicRanges or GenomicRangesList object.

Value

A ggplot object of the cumulative distribution of regions in features.

Examples

p = calcCumulativePartitionsRef(vistaEnhancers, "hg19")
cumuPlot = plotCumulativePartitions(p)

databio/GenomicDistributions documentation built on April 30, 2024, 4:34 a.m.