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

How to interpret the output? #1

Open
YiweiZhu opened this issue Oct 6, 2023 · 1 comment
Open

How to interpret the output? #1

YiweiZhu opened this issue Oct 6, 2023 · 1 comment

Comments

@YiweiZhu
Copy link

YiweiZhu commented Oct 6, 2023

Hi, @gaochenyi
Thanks for developing this great tool! I learn it from a recently-published paper in Nature Microbiology. I think CC-DCA is very useful for studying bacterial genome epistasis, even if I do not understand its mathematic details. I just reproduce the results in your paper about 3000 S. pneumoniae genomes. Finally, I get a wide table and transpose into a long one. I think the first two columns represent the loci in the MSA file, but what does the third column mean? Do these values indicate the strength of interaction?
1696570016550

@gaochenyi
Copy link
Owner

gaochenyi commented Nov 6, 2023

Yes, the third column lists strength of interaction between locus i and locus j, which is calculated by a formula (see the code or our paper for details).

Note different formula can be used for scoring. And different scoring scheme leads to different scores, so basically you should not think an interaction with score 0.6 is stronger than an interaction with score 0.58. But an interaction with score 1 is highly probably stronger than an interaction with score 0.01.

Predictions by this modeling scheme can only be validated by experiments.

Hope this tool gives you good predictions

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