dauparas / ProteinMPNN

Code for the ProteinMPNN paper
MIT License
934 stars 284 forks source link

Amino acid sequence has too many "A" #46

Closed yikehuaili closed 1 year ago

yikehuaili commented 1 year ago

Dear ProteinMPNN team, Thank you very much for your great efforts.I want to know why the designed amino acid sequence has a long string of A(i.g. APGDAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)It’s looks unusual. Thank you for your helps in advance

dauparas commented 1 year ago

Hello! This might happen if the model is uncertain about the prediction, or the input backbone is of low quality. You could try adding negative alanine bias.

yikehuaili commented 1 year ago

Thank you so much!