-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balancing for mcool files while loading contacts? #361
Comments
Hi, I am having the same concern as I am loading my .mcool files that have already been normalized externally. Because we are not using KR normalization for our data, I would like to import them with our custom normalization and I am wondering wether the balancing = FALSE will do that or load the raw data without the weight information? If it loads the raw data, is there any option that would allow specifying the weight vector please? Thanks a lot, Sarah Manoury-Battais |
If |
Thank you so much for your reactivity and for your help! When setting balancing=FALSE, I realized the matrix had decimal values, doesn't that mean that it already took the balanced data? Thank you |
It might just be the |
That makes sense, thank you! And congratulations for this tools, it's really nice to work with. Best |
Hi,
I recently worked on multiple cool files between GENOVA and HiCExplorer.
I first converted the matrix file from raw hic-pro format to cool file without Normalizing,
Then i use HiCExplorer's hicNormalize and hicCorrectMatrix (--correctionMethod KR),
what i did using hicNormalize is this:
then what i did using hicCorrectMatrix (--correctionMethod KR) is this:
so i now have mcool files normalized using KR amongst multiple samples,what i confused is how do i set some of these parameters
1,do i need to set scale_bp=NULL which was mentioned in #356,
2,do i need to set balancing=FALSE cause i see description "
balancing | TRUE (default) will perform matrix balancing for .cooler and KR for.hic."
but i have already done KR normalizing to mcool files ?
Or are there any other Settings I need to be aware of
Thanks a lot,
Best
The text was updated successfully, but these errors were encountered: