You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the example you give to predict GM12878 HiC contact map in a certain region of 2MB
To measure the correlation between this prediction and the original HiC matrix of the same region, I understand that I have to perform (log(ICE normalized counts + 1)) on the original 2MB size HiC matrix, and then measure the correlation directly with the predictions.
Is that true?
Thanks
The text was updated successfully, but these errors were encountered:
When you compare with actual Hi-C, you can either perform log1p of the original Hi-C or perform exp(x) - 1 to the prediction to bring them to the same scale.
DeepC predicts the outputs in the format of Hi-C skeleton. Can I know how you got the original interactions (without skeleton format transforming) so that you can make the ICE normalization after that?
Dear all,
I followed the example you give to predict GM12878 HiC contact map in a certain region of 2MB
To measure the correlation between this prediction and the original HiC matrix of the same region, I understand that I have to perform
(log(ICE normalized counts + 1))
on the original 2MB size HiC matrix, and then measure the correlation directly with the predictions.Is that true?
Thanks
The text was updated successfully, but these errors were encountered: