-
Notifications
You must be signed in to change notification settings - Fork 13
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
Question regarding poses.csv output #6
Comments
Hi Hunter, the POSE column gives the index of the pose that was selected by combind and the remaining RMSD columns provide the RMSD to the native pose of the combind pose, glide pose, and the best (lowest-rmsd) pose in the pose list. An RMSD of -1 reflects that no native structure was provided for that ligand in the "combind featurize" step. So having many -1's is common. If you thought that you had provided native poses for the other ligands, there is probably a mismatch between the file names of the native poses and the entry titles in the docking results. Hope that helps! |
Thank you! And should I interpret pose 0 as meaning that Glide would have selected these as the top pose without the combind correction factor? |
Yes exactly. In this example, the poses for all but ligand_8 are unchanged from the Glide prediction. |
Great, thank you for all the quick replies! I really enjoyed the paper! |
@jpaggi one other question. In the SI of the paper it sounded like you only use the shape similarity features for virtual screening, but I noticed in the code and README that shape similarity is used in addition to MCSS similarity for normal docking pose prediction. Do you have any guidance for whether I should be using both or just one? Can I ignore shape similarity if I am using MCSS? |
I ran combind and received the following output for poses.csv
Should I be concerned that only one ligand has RMSD's that are not -1? Can you help me understand what this output means. Thank you!
The text was updated successfully, but these errors were encountered: