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

Protein-Ligand Interaction Graphs #162

Open
a-r-j opened this issue Apr 20, 2022 · 3 comments
Open

Protein-Ligand Interaction Graphs #162

a-r-j opened this issue Apr 20, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@a-r-j
Copy link
Owner

a-r-j commented Apr 20, 2022

Follow on issue for #155

We'd like to support Protein-Ligand Interaction Graphs eg as shown in this image from this paper.

image

Ideally we can keep this composable under the hood. E.g. we could take a protein graph computed via the graphein.protein API and molecule graph computed with the graphein.molecule API and merge them into one graph (and separate them into two).

The hardest aspect of this is remove non-ligand and non-protein HETATMs from the PDB records. There will be metal ions, crystallographic adjuvants and co-factors that we may wish to exclude. We can maintain common sets of these in our lists of constants and provide an access point for users to supply their own.

A starting point can be this gist from Pat Walters.

@a-r-j a-r-j added enhancement New feature or request help wanted Extra attention is needed labels Apr 20, 2022
@yuanqidu
Copy link
Contributor

I will work on this one :D

@BenCree
Copy link

BenCree commented Jul 31, 2023

I'm interested in this feature, did you ever end up getting it working?

@a-r-j
Copy link
Owner Author

a-r-j commented Aug 23, 2023

Hi @BenCree , apologies, this slipped through the cracks for me. You can checkout this PR: #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants