Closed BenxiaHu closed 3 years ago
Data sparsity is likely the cause. Can you try 100Kb data?
I can successfully run HiCcompare on 10kb matrix. but it can not analyze 40kb matrix.
Then, I'd go with 10kb results. To debug 40kb data, I need a minimal example, code with a subset of data (save as Rds). Another thought - do you use parallelization? If yes, disable and try again.
do you use parallelization? If yes, disable and try again.
yes, I set parallel to True. I am trying to disable parallel and run HiCcompare again. Thanks
it works. thanks a lot.
Now I have another question: does HiCcompare perform quantile normalization for 2 different Hi-C with different sequencing depth?
Yes, HiCcompare accounts for depth differences. You don't need to worry about it, but if you do, see the Total Sum Scaling section.
thanks
The purpose of Loess normalization is to adjust (rescale) the data so the differences between two Hi-C datasets are minimized. So, you always will see rescaled data after normalization. Unless you have wildly different sequencing depth, I won't worry about rescaling and let Loess do its job.
Closed, please, ask in this thread if any other questions.
hello, when I ran HiCcompare to analyze two 40kb contact matrices, I got this error:
do you know how to deal with this issue? Best,