Skip to content
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

About comparison with Original HiC matrix #31

Open
ahmedabbas811 opened this issue Aug 4, 2023 · 1 comment
Open

About comparison with Original HiC matrix #31

ahmedabbas811 opened this issue Aug 4, 2023 · 1 comment

Comments

@ahmedabbas811
Copy link

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

@tanjimin
Copy link
Owner

Hi @ahmedabbas811, yes I think that's the case. We used log(x + 1) of the original Hi-C matrix as prediction target. See this line:


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants