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

Binding Score #14

Open
mesdaghi opened this issue May 28, 2024 · 1 comment
Open

Binding Score #14

mesdaghi opened this issue May 28, 2024 · 1 comment

Comments

@mesdaghi
Copy link

Hi, great work. I've managed to succefully run a prediction and obtained the following confidence scores:

model_2_ptm_ft_plddt
model_2_ptm_ft_pae
model_2_ptm_ft_plddt_0
model_2_ptm_ft_pae_0_0
model_2_ptm_ft_pae_0_1
model_2_ptm_ft_plddt_1
model_2_ptm_ft_pae_1_0
model_2_ptm_ft_pae_1_1

How are these converted to the 'binding score' that is described in the paper? Thank you.

@phbradley
Copy link
Owner

Hi there, the MHC-peptide PAE can be computed from the .npy file that Alphafold saves with all the residue-residue PAE scores. Or you can take the average of model_2_ptm_ft_pae_0_1 (ie, the chain 0 to chain 1 PAE) and model_2_ptm_ft_pae_1_0 (ie, the chain 1 to chain 0 PAE):

0.5 * (model_2_ptm_ft_pae_0_1 + model_2_ptm_ft_pae_1_0)

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