-
Notifications
You must be signed in to change notification settings - Fork 10
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 Preprocessing of data #3
Comments
After running the file get_fragment_vocab.py, we can get the fragment vocabulary. Because we want to use the vocabulary to rebuild a 3D molecule, we align the molecule with the saved fragments. Specifically, a molecule first will be cut into fragments as we did in building vocabulary. Then we search for the molecule fragments from the vocabulary to get their vocabulary index. For each molecule fragment, after getting its index, we align the saved fragment (retrieved from the vocabulary according to the index) to get the corresponding translation vector and rotation matrix, so that we can apply the correct transformation to the saved fragment to rebuild the corresponding molecule fragment. |
Thank you, I get it. |
Hello, when I got its pocket by using CAVITY for a given protein, I found that there are many pockets for a protein. In this experiment, do all pockets detected for a protein need to be considered? thank you very much. |
For each target protein, we only use the cavity with the best drugability score (the score is also provided by CAVITY). |
OK, many thanks to Siyu. |
Hello Siyu,
I'm looking forward for your reply. Thank you. |
Q: What is the difference between “thischains_vacant_xx.pdb” and “thischains_cavity_xx.pdb”? Q: “thischains_cavity_xx.pdb” should be used, isn't it? Q: Why not choose another feature? Moreover, you can check out the issue #2, where I already answer some common questions. |
Hello Siyu, thank you very much. |
Hello, I have a question, when running the file get_fragment_vocab.py, the vocab of the fragment can be saved, why does the fragment need to be re-acquired in the file get_training_data.py, and align it with the previously saved fragment, and finally get the rotation matrix ? why do that? thank you very much.
The text was updated successfully, but these errors were encountered: