Description Usage Arguments Value Examples
View source: R/plotSummaryStats.R
Plot a bar chart of the number of interactions supported by different numbers of reads in your data.
1 | 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
1 2 3 | 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.