getDiamondInsulation | R Documentation |
Computes diamond insulation score along the entire genome
getDiamondInsulation(x, window_size = NULL, BPPARAM = BiocParallel::bpparam())
getBorders(x, weak_threshold = 0.2, strong_threshold = 0.5)
x |
A |
window_size |
Which window size to use to compute diamond insulation score (default: 10 * resolution) |
BPPARAM |
BiocParallel parallelization settings |
weak_threshold |
Less stringent cutoff to call borders in the diamond insulation score |
strong_threshold |
More stringent cutoff to call borders in the diamond insulation score |
a HiCExperiment
object with additional insulation
metadata,
containing the diamond insulation score computed
library(HiContacts)
hic <- contacts_yeast() |>
refocus('II:1-300000') |>
zoom(1000)
diams <- getDiamondInsulation(hic)
getDiamondInsulation(diams)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.