Description Usage Arguments Value Examples
Plot a bar chart of the number of interactions supported by different numbers of reads in a GenomicInteractions object.
1 | plotCounts(GIObject, normalise = FALSE, cut = 10)
|
GIObject |
A GenomicInteractions object. |
normalise |
Logical scalar specifying whether to plot the proportion of total reads instead of the count. |
cut |
Numeric scalar specifying the upper limit on the count,
above which all interactions are aggregated into a single category.
Setting this to |
A ggplot2 plot.
1 2 3 4 5 | data(hic_example_data)
hic_example_data <- updateObject(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.