Skip to content

Commit 2446256

Browse files
committed
updated section "Interpreting your results"
1 parent 46aa558 commit 2446256

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed
594 KB
Loading
112 KB
Loading

source/web-app/poet/generate-sequences.rst

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Set sampling method fields. We suggest you start with the default settings, then
5454
Step 3: Sampling Settings
5555
^^^^^^^^^^^^^^^^^^^^^^^^^^
5656

57-
Set your parameters to control sampling behavior. In particular, **temperature**, **top-p**, and **top-k** provide the ability to focus sampling around highly likely sequences. We recommend that you use either top-p or top-k on a given job, not both.
57+
Set your parameters to control sampling behavior. In particular, **temperature**, **top-p**, and **top-k** provide the ability to focus sampling around highly likely sequences. We recommend that you use either top-p or top-k on a given job, not both. You can choose the default structure prediction model to generate the sequence structures after the job completes.
5858

5959
.. image:: ../../_static/tools/poet/sampling-parameters.png
6060
:alt: Sampling Parameters
@@ -93,15 +93,32 @@ Please contact `OpenProtein.AI support <https://www.openprotein.ai/contact>`_ if
9393
Interpreting your results
9494
-------------------------
9595

96-
Your results are presented as a table, with each generated sequence being assigned a log-likelihood score. This score indicates the fitness of the generated sequence compared to the prompt. The higher the log-likelihood score, the more fit the sequence.
96+
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.
9797

98-
Access local fitness landscapes using the substitution analysis buttons for each sequence. You can sort your results and download them using the **Export** button.
98+
**Results Table**
9999

100-
Note: 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.
100+
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.
101+
102+
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.
101103

102104
.. image:: ../../_static/tools/poet/results-table.png
103105
:alt: Results Table
104106

107+
**Structure Prediction and Comparison**
108+
109+
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:
110+
111+
- **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.
112+
113+
- **RMSD (Root Mean Square Deviation)**: A measure of structural similarity between two molecules, typically comparing backbone atoms.
114+
Lower RMSD values indicate greater structural similarity.
115+
116+
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.
117+
118+
.. image:: ../../_static/tools/poet/results-table-expanded.png
119+
:alt: Sequence structure viewer
120+
121+
105122
Fine-tuning your results
106123
------------------------
107124

0 commit comments

Comments
 (0)