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 · 3 comments
Open

About comparison with Original HiC matrix #31

ahmedabbas811 opened this issue Aug 4, 2023 · 3 comments

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.

@ahmedabbas811
Copy link
Author

Thanks for your answer.

I am asking now about comparison with DeepC

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?

Thanks

@tanjimin
Copy link
Owner

Hi @ahmedabbas811 , check out this section "Performance comparison with previous methods" in our methods: https://www.nature.com/articles/s41587-022-01612-8#Sec11

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