Description Usage Arguments Value Examples
Plots a histogram of interaction distances for a GenomicInteractions object.
1 2 |
GIObject |
A GenomicInteractions object. |
breaks |
A numeric vector of breaks for the histogram. |
method |
String specifying the method used for distance between anchors, see |
A ggplot2 plot.
1 2 3 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
plotDists(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.