How to load the converted .hic file into Juicerbox #192
|
The hic file regenerated by the order: However the .hic file can not load into the juicerbox, how to resolved the err. |
Replies: 6 comments
|
Hi! I can open the file just fine on my laptop: The .hic files generated by hictk are in .hic v9 format (the latest revision). Can you try to open the files using juiceboxGUI (instead of normal Juicebox): https://github.com/aidenlab/JuiceboxGUI/releases/tag/v3.1.4 According to Juicebox's README newer versions of Juicebox will be published in the JuiceboxGUI repository. |
|
thanks |
|
Did the above suggestion solve your issue? hictk cannot directly convert validpairs to the COO format you are referring to. See the docs for an example of how this can be done (you probably need to run something like |
|
Could this feature be added, as the matrix format generated by HiC-Pro is also important for downstream analysis? |
|
Can you paste here the head of the matrix file you are talking about? If I remember correctly HiC-Pro matrix files are in one-based COO format already. |
|
thanks |

Hi!
I can open the file just fine on my laptop:
The .hic files generated by hictk are in .hic v9 format (the latest revision).
Older versions of juicebox cannot open these files, and I suspect this may be the problem in your case.
Can you try to open the files using juiceboxGUI (instead of normal Juicebox): https://github.com/aidenlab/JuiceboxGUI/releases/tag/v3.1.4
According to Juicebox's README newer versions of Juicebox will be published in the JuiceboxGUI repository.