anton-bushuiev / PPIformer

Learning to design protein-protein interactions with enhanced generalization (ICLR24)

Home Page:https://arxiv.org/abs/2310.18515

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibly an interesting structure to test

amin-sagar opened this issue · comments

Hello.
This is similar to #1

I used both PPIformer and RDE-PPI for predicting the effect of an Alanine scan on the chains B and C of PDB ID: 8TCG
The residue D12 in chain C is involved in multiple hydrogens with chain B and is known to be absolutely essential for binding as it forms the conserved RGD motif.

image

RDE-PPI predicts that mutating this D to A will actually stabilize the interaction.https://github.com/luost26/RDE-PPI/issues/6

PPIformer does predict it to be destabilizing but the ddg is very small (0.3). Here is the complete scan.
image

And the zoom to the more important region.
image

Many other mutations are predicted to be much more destabilizing than D12A.
May be this is just because all the mutations can't be predicted correctly and this is within the margin of error. But, if you have some suggestions, I would be very grateful.

Otherwise, I am just putting it here to hopefully contribute to improving the algorithm.

Best,
Amin.

Hi Amin!

Thank you very much for this analysis! This is extremely valuable. It will be a great case study to test with a new version of the model. I will let you know if I have any interesting update on this.

Best,
Anton