-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Often, when calling the getMatrixZoomData function, I receive an "Error finding block data" error. For example, the following code produces the error:
import hicstraw
hic = hicstraw.HiCFile("https://www.encodeproject.org/files/ENCFF247KEK/@@download/ENCFF247KEK.hic")
resolution = 5000;
chromosome = '1';
startingbp = 10000000;
endingbp = 13000000;
matrix_object_chr1 = hic.getMatrixZoomData(chromosome, chromosome, "observed", "NONE", "BP", resolution)
Metadata
Metadata
Assignees
Labels
No labels