chaidiscovery / chai-lab

Chai-1, SOTA model for biomolecular structure prediction
https://www.chaidiscovery.com
Other
1.24k stars 156 forks source link

The pae output #126

Closed Eco-Luozhh closed 3 weeks ago

Eco-Luozhh commented 3 weeks ago

Hi,

I wanted to ask whether it is possible to include the PAE (Predicted Aligned Error) output or Peak values, similar to those in AlphaFold, in the current analysis. Alternatively, do you have any index or metric that could provide insights into potential protein-protein interactions?

Thank you for your time and assistance. I look forward to your response.

wukevin commented 3 weeks ago

The function run_folding_on_context returns a dataclass with the PAE scores included; while we don't write these out by default in predict_structure.py, you can write those scores out with np.save.

https://github.com/chaidiscovery/chai-lab/blob/1ce5045f1a927c748df090ff1abd0ba58699c6b5/chai_lab/chai1.py#L728-L735