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

Question regarding poses.csv output #6

Open
hnisonoff opened this issue May 12, 2022 · 5 comments
Open

Question regarding poses.csv output #6

hnisonoff opened this issue May 12, 2022 · 5 comments

Comments

@hnisonoff
Copy link

I ran combind and received the following output for poses.csv

ID,POSE,COMBIND_RMSD,GLIDE_RMSD,BEST_RMSD
ligand_6,0,0.883745269850613,0.883745269850613,0.22876830274335147
ligand_7,0,-1.0,-1.0,-1.0
ligand_8,1,-1.0,-1.0,-1.0
ligand_9,0,-1.0,-1.0,-1.0
ligand_a,0,-1.0,-1.0,-1.0
ligand_b,0,-1.0,-1.0,-1.0

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!

@jpaggi
Copy link
Contributor

jpaggi commented May 12, 2022

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!

@hnisonoff
Copy link
Author

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?

@jpaggi
Copy link
Contributor

jpaggi commented May 15, 2022

Yes exactly. In this example, the poses for all but ligand_8 are unchanged from the Glide prediction.

@hnisonoff
Copy link
Author

Great, thank you for all the quick replies! I really enjoyed the paper!

@hnisonoff
Copy link
Author

@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?

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