Skip to content

Commit 176e491

Browse files
authored
Merge pull request #155 from OpenProteinAI/phap/poet-2-docs
Updated docs: Interpreting PoET Results Table
2 parents 06dc35f + f387d71 commit 176e491

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed
9.01 KB
Loading
7.88 KB
Loading
122 KB
Loading

source/web-app/poet/results-table.rst

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
Interpreting PoET Results Table
22
================================
33

4-
The PoET history page allows you to view and access past jobs, sorted by created date, job type, and status. Clicking the job ID will take you to the results page for that job.
5-
64
This tutorial explains how to interpret the results generated by the PoET Generate Sequences and Rank Sequences tools.
75

86
Results Table
97
^^^^^^^^^^^^^^
108

11-
Your results are presented in a table, with each generated sequence assigned a log-likelihood score. This score reflects how well the generated sequence fits the prompt: a higher score indicates a better fit.
9+
Your results are presented in a table, with each generated sequence assigned a log-likelihood score and other metrics, such as Identity, pLDDT, RMSD, TM Score, depending on the selected Alignment Method. You can customize the displayed columns using the right-click menu from the table header.
1210

13-
Right-click any sequence to access local fitness landscapes through the **Run Substitution Analysis** menu. You can also sort your results and export them using the **Export** button.
11+
Right-click any sequence to assess local fitness landscapes through the **Run Substitution Analysis** menu. You can also sort, filter your results and save them to file using the **Export** button.
1412

1513
.. image:: /_static/tools/poet/results-table.png
1614
:alt: Results Table
@@ -21,16 +19,34 @@ Structure Prediction and Comparison
2119

2220
Once the structure prediction job completes, the structure viewer will appear on the right side of the page. The prediction model can be changed via the **Structure Predictor** dropdown located above the viewer. Hover over a sequence in the results table to preview and compare its structure against the query structure. The viewer also displays key metrics, including:
2321

24-
- **pLDDT (predicted Local Distance Difference Test)**: A per-residue confidence score (commonly scaled from 0-100 or 0.0-1.0) indicating how reliable each residue's predicted position is.
22+
- **Log-likelihood score**: Reflects how well the generated sequence fits the prompt. A higher score indicates a better fit.
23+
24+
- **Identity**: The percentage of matching amino acids between the generated sequence and the reference across the aligned region.
25+
26+
- **pLDDT (predicted Local Distance Difference Test)**: A per-residue confidence score (commonly scaled 0-100) indicating how reliable each residue's predicted position is. In this table, the value shown is the average pLDDT across residues, not per-residue scores.
2527

2628
- **RMSD (Root Mean Square Deviation)**: A measure of structural similarity between two molecules, typically comparing backbone atoms. Lower RMSD values indicate greater structural similarity.
2729

30+
- **TM Score (Template Modeling score)**: A measure of similarity between two protein structures (scaled 0-1), higher means more similar. Compared to RMSD, TM-score is more sensitive to global fold similarity than to local differences.
31+
2832
Click a sequence to expand the structure viewer, which will overlay the results table. In this view, you can examine detailed metrics and sequence-to-prompt alignment for the selected sequence.
2933

3034
.. image:: /_static/tools/poet/results-table-expanded.png
3135
:alt: Sequence structure viewer
3236

3337

38+
Change Alignment Method
39+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40+
41+
The alignment method used for structural comparisons can be changed via the **Alignment Method** toggle buttons located above the results table. Available methods may include:
42+
43+
- **Structure**: Structures are superimposed with TM-Align algorithm, and this superposition is used to compute structure similarity metrics, such as RMSD and TM Score.
44+
45+
- **Sequence**: Sequences are aligned with Needleman-Wunsch algorithm, and then structures are superimposed via Kabsch algorithm using the sequence alignment. This superposition is then used to compute structure similarity metrics.
46+
47+
- **Off**: If sequences are the same length, then they are aligned such that residues at the same position are aligned. Otherwise, no alignment is performed. In the event of a length mismatch, some metrics such as Identity, RMSD, and TM-score are not available.
48+
49+
3450
Change Reference Structure
3551
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3652

0 commit comments

Comments
 (0)