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

/delta G scorer code #19

Open
Yaoyaolingbro opened this issue Mar 26, 2024 · 2 comments
Open

/delta G scorer code #19

Yaoyaolingbro opened this issue Mar 26, 2024 · 2 comments

Comments

@Yaoyaolingbro
Copy link

How can I singly run the /delta G scorer code? or where is it? (If I can extract it)

@kxz18
Copy link
Collaborator

kxz18 commented Mar 27, 2024

We have provided two methods to score ddG instead of dG. One is through an end-to-end deep neural network, the codes of which is here and depend on the modules here. Another one uses foldx to predict dG of the wild type and the mutant, and calculate the difference as ddG. The codes for using foldx is here, but you need to first download the executable binary of foldx from its official website. Also, it is recommended to first use openmm to relax the structure, and then use foldx to optimize the structural energy.

@Yaoyaolingbro
Copy link
Author

Thanks for your patient reply!

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