Arcs coverageΒΆ

[1]:
import coolbox
from coolbox.api import *
[2]:
coolbox.__version__
[2]:
'0.3.5'
[3]:
arcs1 = "../../../tests/test_data/bedpe_chr9_4000000_6000000.bedpe"
arcs2 = "../../../tests/test_data/pairs_chr9_4000000_6000000.pairs"
[4]:
arcs1 = "../../../tests/test_data/bedpe_chr9_4000000_6000000.bedpe"

frame = XAxis() + \
    Arcs(arcs1, line_width=2, color="#3297dc") + TrackHeight(5) + \
    ArcsCoverage(arcs2, line_width=2, color="#dc9732")

frame.plot("chr9:4500000-6000000")
[4]:
../_images/_gallery_arcs_cov_4_0.png