plotCounts: Plot a bar chart of the number of interactions supported by...

Description Usage Arguments Value Examples

View source: R/plotSummaryStats.R

Description

Plot a bar chart of the number of interactions supported by different numbers of reads in your data.

Usage

1
plotCounts(GIObject, normalise = FALSE, cut = 10)

Arguments

GIObject

A GInteractions object.

normalise

Logical. If TRUE, plots proportion of total reads instead of count.

cut

Numeric, can be NULL. Default: 10. All interactions with counts > cut are consolidated into a single category.

Value

A ggplot2 plot

Examples

1
2
3

GenomicInteractions documentation built on Nov. 8, 2020, 8:19 p.m.