Closed jaclyn-marie closed 1 year ago
Hi, Maybe I misanderstood what you want to do but I think you can use hicNormalize to multiply by a constant that you can obtain with hicInfo.
Hi @lldelisle,
Thank you for the suggestion! I will give this a try. This is a much easier fix than the idea I had : )
Jaclyn
Thank you @lldelisle, hicNormalize is what was looking for!
Hi!
Thank you for developing a great suite of tools, and for the excellent documentation. If you have a moment, I have a question regarding editing one/two of your .py scripts.
I would like to try to scale my matrix (HiChIP data) in a CPM: (counts/total counts)*100000. I can understand most of the code, but I am still a beginner. Would editing parts of your utilities/hicTransform code be a quick way to achieve this? I think these would be the chunks of code I would have to combine into a new .py or .sh (importing all dependencies accordingly).
I understand if this is beyond your interest, but any tips would be greatly appreciated!
Sincerely, Jaclyn
hicTransform (editing obs/exp to cpm accordingly)
Utils (edit the function accordingly) import...