scalogram | R Documentation |
Compute a scalogram of contacts
scalogram(x, dist_min = 0, nbins = 250, probs = c(0.25, 0.5, 0.75))
x |
A |
dist_min |
Minimum distance for interactions to be considered. |
nbins |
Number of bins to divide each chromosome |
probs |
Quantiles of interactions |
a tibble
a tibble
contacts_yeast <- HiCExperiment::contacts_yeast()
pairsFile(contacts_yeast) <- HiContactsData::HiContactsData(
'yeast_wt', format = 'pairs.gz'
)
scalo <- scalogram(contacts_yeast['II'])
scalo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.