Open WillHua127 opened 2 months ago
pTM, ipTM: these scores correspond to those in AF, see their documentation, those are targeting to predict TM score in the absence of reference
clashes: cases when predicted atom positions are too close (i.e. atoms clash). Your input had two chains (or chain and ligand, which will be interpreted as chain in this case). Clashes are computed within chain or when comparing two chains.
aggregated score: see discussion https://github.com/chaidiscovery/chai-lab/discussions/70
I'll leave this issue open so other users could find it easily
pTM, ipTM: these scores correspond to those in AF, see their documentation, those are targeting to predict TM score in the absence of reference
clashes: cases when predicted atom positions are too close (i.e. atoms clash). Your input had two chains (or chain and ligand, which will be interpreted as chain in this case). Clashes are computed within chain or when comparing two chains.
aggregated score: see discussion #70
I notice you did not implement the chain pair pae min (CPPM) in the output? Would perhaps have been helpful.
Would perhaps have been helpful.
Can you give an example when it is helpful and why would you prefer it over other metrics?
Would perhaps have been helpful.
Can you give an example when it is helpful and why would you prefer it over other metrics?
CPPM can help distinguish binding partners from molecules that do not.
CPPM can help distinguish binding partners from molecules that do not.
Can you give me some reference for this? Also, PAE min or PAE mean?
CPPM can help distinguish binding partners from molecules that do not.
Can you give me some reference for this? Also, PAE min or PAE mean?
I saw it on the FAQ of the AlphaFold server, under how to interpret their metrics. Not sure what source they used for this, and I am by no means an expert here. It is chain pair pae min. The lower the value, the better.
CPPM can help distinguish binding partners from molecules that do not.
Can you give me some reference for this? Also, PAE min or PAE mean?
Sorry, it is chain pair pae min: "chain_pair_pae_min: A [num_chains, num_chains] array. Element (i, j) of the array contains the lowest PAE value across rows restricted to chain i and columns restricted to chain j. This has been found to correlate with whether two chains interact or not, and in some cases can be used to distinguish binders from non-binders." - https://alphafoldserver.com/faq#how-do-i-interpret-all-the-outputs-in-the-downloaded-json-files
How do i understand the scores, like aggregate_score, ptm, iptm in the json file?