from utils import plot_image Traceback (most recent call last): File “ex1.py”, line 29, in from utils import plot_image ImportError: cannot import name ‘plot_image’ from ‘utils’ (/usr/local/lib/python3.7/dist-packag…
importfanchic=fanc.load("HiCfiles/fileX.hic@1mb") You can check the available resolutions like this (bp_resolutionsis the list of resolutions you need): bp_resolutions,fragment_resolutions=hic.resolutions() and you can check if a normalisation exists for a chromosome using ...