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

generation of pickle file #2

Open
amrhamedp opened this issue Nov 28, 2019 · 1 comment
Open

generation of pickle file #2

amrhamedp opened this issue Nov 28, 2019 · 1 comment

Comments

@amrhamedp
Copy link

Hi,
where is the script that generates the pickle file? It is interesting to know cause it will affect much the size of the graph. I can see that the protein atoms in your files have small number of atoms so what was the cutoff used to get those atoms and are they selected from native pose only or differ according to the docked pose?

@jaechanglim
Copy link
Owner

Each pickle file is a tuple of two RDKit molecule objects. Each RDKit object corresponds to a ligand and protein. As you pointed, the protein has a large number of atoms, so we chose protein atoms close to the docked ligand. So the selected protein atoms vary depending on 3D binding structures of the ligand. The criteria is 8 angstrom.

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