DeepRank / deeprank2

An open-source deep learning framework for data mining of protein-protein interfaces or single-residue variants.
https://deeprank2.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
32 stars 10 forks source link

Allow for multiple-chain graphs #547

Open gcroci2 opened 8 months ago

gcroci2 commented 8 months ago
github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 30 days with no activity.

lloydtripp commented 6 months ago

I think I just ran into this this now. I have a 4 chain protein that I'd like to train a net on. Looks like the query collection programs are only set up for a single chain or two chain complex. What should I do in this case?

DaniBodor commented 6 months ago

Hi @lloydtripp , thanks for reaching out!

Just checking in to see what exactly you are trying to do, as it may be possible already in the current setup, even with a 4-chain structure. Can you let us know whether you want to train for protein-protein interfaces or a single residue variants?

Is your use case not covered above? Please let us know and we can see if we can help you out or whether it is something we can add to the todo list :)

lloydtripp commented 6 months ago

Hi @DaniBodor ,

I'm looking to train a model that predicts pathogenicity based on residue substitutions on a single chain for a protein that exists as a tetramer. I agree with you that the SRV makes more sense for my case. I initially assumed that PPI was the correct query but that's not the case. Problem solved!

DaniBodor commented 6 months ago

Try it out and let us know if you run into any snags.

Glad you commented on this. It made us realize that we should (and will) update the README to make things clearer (#585).

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity.