tracks | R Documentation |
Aligning tracks with HiCExperiment objects
## S4 method for signature 'HiCExperiment'
coverage(x, use.pairs = FALSE, bin.size = resolution(x))
x |
A |
use.pairs |
logical. Whether to use pairsFile to compute Hi-C coverage |
bin.size |
if |
A HiCExperiment
object with 2 added columns in regions(x)
mcool_file <- HiContactsData::HiContactsData('yeast_wt', format = 'mcool')
hic <- import(mcool_file, format = 'mcool', resolution = 1000)
coverage(hic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.