I have this *.hic file and I want to convert it into cool/mcool file.
I used this package hic2cool
to convert the file, it is getting converted successfully but the resulted file doesn't have the weight column.
Without the weight column we cant do the downstream analysis. So is there any way I can add that externally?
Thanks I'll check that too. Actually I found a way to add weight column in the converted mcool file by using cooler package.
I am encountering the same problem. I know I can use "cooler.balance_cooler" to calculate the weight, but couldn't figure out how to add it as a column to the mcool file. Could you share the way how you do it? Thank you so much.