plotScalogram | R Documentation |
Plotting scalograms
plotScalogram(x, ylim = c(500, 1e+05))
x |
GRanges, the output of |
ylim |
Range of distances to use for y-axis in scalograms |
ggplot
contacts_yeast <- HiCExperiment::contacts_yeast()
pairsFile(contacts_yeast) <- HiContactsData::HiContactsData(
'yeast_wt', format = 'pairs.gz'
)
scalo <- scalogram(contacts_yeast['II'])
plotScalogram(scalo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.