View source: R/plotSummaryStats.R
plotCounts | R Documentation |
Plot a bar chart of the number of interactions supported by different numbers of reads in your data.
plotCounts(GIObject, normalise = FALSE, cut = 10)
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. |
A ggplot2 plot
data(hic_example_data) plotCounts(hic_example_data) plotCounts(hic_example_data, normalise=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.