Description Usage Arguments Value Examples
Makes summary plots of the counts, interaction distances, interaction annotations, and percentage of cis and trans interactions for a GenomicInteractions object.
1 | plotSummaryStats(GIObject, other = 5, cut = 10)
|
GIObject |
A GenomicInteractions object. |
other |
Numeric scalar passed to |
cut |
Numeric scalar passed to |
A plot is made on the current graphics device.
The output of marrangeGrob
is returned.
1 2 3 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
plotSummaryStats(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.