-
Hello, I am trying to generate a bias file for FitHiC2 from my .mcool file. |
Beta Was this translation helpful? Give feedback.
Answered by
nvictus
Feb 24, 2024
Replies: 1 comment
-
If the weights are divisive (like "KR"), you would simply need to grab them from the bin table and invert them: multiplicative_weights = 1/clr.bins()["KR"][:] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nvictus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the weights are divisive (like "KR"), you would simply need to grab them from the bin table and invert them: