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? 
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?