Understand LigandMPNN Output Formats and Confidence Scores
mainLigandMPNN outputs both .fasta and .pdb files. It is recommended to use the .pdb files as they preserve chain letters and residue indices.
Confidence Metrics in FASTA files
The model writes two confidence metrics to the FASTA files:
overall_confidence: The average confidence/probability (with $T=1.0$) over the redesigned residues, calculated asexp[-mean_over_residues(log_probs)]. Values range from0.0to1.0. Higher values indicate higher model confidence.ligand_confidence: Reflects the confidence specifically regarding the ligand.
Sequence recovery is calculated only over the redesigned residues.