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

Confusion about Coupling Molecular Dynamics and Deep Learning to Mine Protein Conformational Space #3

Closed
ABChh26 opened this issue Dec 7, 2021 · 2 comments
Labels
question Further information is requested

Comments

@ABChh26
Copy link

ABChh26 commented Dec 7, 2021

Hi, there! I was reading about Coupling Molecular Dynamics and Deep Learning to Mine Protein Conformational Space and I saw that simulated conformations of open and closed states are used as input, is the data from both states mixed and used as input to the model? Or is one state of protein input to the model alone for training? If it is a mixture of both states, wouldn't the generated results combine the features of both states of the conformation?

@SCMusson
Copy link
Collaborator

SCMusson commented Dec 7, 2021

The dataset fed to the neural network features examples from both the open and closed state, without any artificial intermediates. The architecture we use is an autoencoder (see here) which we use to extract collective variables / generate a low dimensional representation of the data. We then can use the autoencoder to generate structures corresponding to interpolations between the two states along those collective variables in hope that we can capture transition structures. The autoencoder should be capable of reproducing the input structures pretty closely and interpolations between those structures would, as you put, 'combine the features of both states'. However, this is exactly what we would be looking for in structures along the transition pathway. A transition structure is halfway between two states and we would therefore expect it to combine features of both states.
I will add that this repository is primarily concerned with our latest paper where we build on the paper you're reading by minimizing bond, angle, torsion, and nonbonded energies so that the network learns to combine the features of both states in a way that is more reasonable from the perspective of molecular physics.

@SCMusson SCMusson added the question Further information is requested label Dec 7, 2021
@ABChh26
Copy link
Author

ABChh26 commented Dec 8, 2021 via email

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

No branches or pull requests

2 participants