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

Questions regarding residue-level prediction #14

Open
thomasgho opened this issue Aug 31, 2022 · 0 comments
Open

Questions regarding residue-level prediction #14

thomasgho opened this issue Aug 31, 2022 · 0 comments

Comments

@thomasgho
Copy link

thomasgho commented Aug 31, 2022

Hello, thanks for the work.

I was wondering about residue-level prediction - PredictionPoint2Residue.py is using a different method to that outlined by the paper. It seems like its finding the closest three nearest neighbor point cloud points to the average residue position below a cutoff distance dt. The paper describes a more hierarchical way (first find nearest neighbors to atoms, then nearest neighbors of those to the average residue position, with no mention of cutoff).

I'm not sure the details of how the point cloud mesh is created (from PyMol as suggested in the paper), but I'm suspecting I'm getting artificially good results due to its relationship with dt. Increasing dt drastically reduces results, and not using dt is not reproducing the results outlined in the paper. I was wondering what method was used to produce the results in the paper, and what the motivation for a particular dt value was if used.

Below is a quick plot of the minimum distance between point cloud points and residue atoms (epipred dataset):
issue

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

1 participant