GangCaoLab / CoolBox

Jupyter notebook based genomic data visualization toolkit.
https://gangcaolab.github.io/CoolBox/index.html
GNU General Public License v3.0
224 stars 37 forks source link

plot entire genome #87

Open aminakur opened 1 year ago

aminakur commented 1 year ago

Is it possible to plot the entire genome? For example like this (Juicebox):

image

frame = XAxis() + HiCMat(f"test.mcool", style='matrix', color_bar='horizontal') frame.plot(TEST_RANGE)

What would the test range be?