Skip to content

Commit 98b6cb5

Browse files
committed
removed duplicated content
1 parent 706e513 commit 98b6cb5

File tree

1 file changed

+21
-90
lines changed

1 file changed

+21
-90
lines changed

source/web-app/poet/prompts.rst

Lines changed: 21 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Creating a Context
7474

7575
You can create a prompt context in three ways:
7676

77-
Use Existing Prompt
78-
^^^^^^^^^^^^^^^^^^^^
77+
1. Use Existing Prompt
78+
~~~~~~~~~~~~~~~~~~~~~~~
7979

8080
If you've previously uploaded prompts, you can reuse them. In the **Prompt Type** dropdown,
8181
select an existing prompt. The sequences from that prompt will automatically load.
@@ -84,8 +84,8 @@ select an existing prompt. The sequences from that prompt will automatically loa
8484
:alt: Use existing prompt
8585

8686

87-
Create Custom Context
88-
^^^^^^^^^^^^^^^^^^^^^^
87+
2. Create Custom Context
88+
~~~~~~~~~~~~~~~~~~~~~~~~~
8989

9090
To create a custom prompt context, in the **Prompt Type** dropdown, select **Create New Prompt** option, and select **Custom** option from the toggle buttons. You can add sequences to your custom context in two ways:
9191

@@ -106,8 +106,8 @@ If a structure file contains multiple chains, you can select which chain to use
106106
:alt: Manage prompts
107107

108108

109-
Build From MSA
110-
^^^^^^^^^^^^^^^
109+
3. Build From MSA
110+
~~~~~~~~~~~~~~~~~~
111111

112112
There are serveral options to create a context from an MSA:
113113

@@ -125,17 +125,17 @@ You can further customize your analysis by:
125125

126126

127127
Uploading and Saving a Sequence-Only Prompt
128-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128+
--------------------------------------------
129129

130130
Without a Project
131-
^^^^^^^^^^^^^^^^^
131+
~~~~~~~~~~~~~~~~~~
132132
On the **Projects** page, select a PoET tool from the navigation bar. Under **Prompt Definition**, click **Select a file** and choose a `.fasta` or `.csv` file. Ensure **Prompt** is selected before uploading.
133133

134134
.. image:: ../../_static/tools/poet/prompt-1.png
135135
:alt: Uploading prompt without a project
136136

137137
Within a Project
138-
^^^^^^^^^^^^^^^^
138+
~~~~~~~~~~~~~~~~~
139139
Prompts can be uploaded via:
140140

141141
- **Project Page:** Click **Upload**, select **Prompt**, and upload your `.fasta` or `.csv` file.
@@ -157,102 +157,35 @@ Prompts can be uploaded via:
157157
:alt: Create prompt from MSA page
158158

159159

160-
What is a Multiple Sequence Alignment?
161-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160+
What is a Multiple Sequence Alignment (MSA)?
161+
---------------------------------------------
162162

163163
Multiple sequence alignment (MSA) is a technique for biological sequence analysis. It consists of a sequence alignment of three or more biological sequences that usually have an evolutionary relationship.
164164

165165
Why is MSA Useful?
166-
^^^^^^^^^^^^^^^^^^
166+
~~~~~~~~~~~~~~~~~~~
167167

168168
The resulting MSA can be used to infer sequence homology and conduct phylogenetic analysis to assess the sequences’ shared evolutionary origins. Biologically sound and accurate alignments show homology and relationships, allowing for new member identification and the comparison of similar sequences. Accuracy is vital because subsequent analyses depend on the MSA results.
169169

170170
When building a prompt from an MSA, include sequences you want to optimize. The model learns the patterns of the proteins and predicts sequences that best fit that list. Since the model views proteins in their entirety, you cannot optimize for a specific property or activity.
171171

172172

173173
Creating a Prompt Using a MSA
174-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
174+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175175

176176
Without a Project
177-
""""""""""""""""""
177+
^^^^^^^^^^^^^^^^^^^
178178
Navigate to any PoET tool under **Prompt Definition**. You can either input the MSA directly or upload an existing `.fa`, `.fasta`, or `.csv` file.
179179

180180
.. image:: ../../_static/tools/poet/prompt-6.png
181181
:alt: Uploading MSA without a project
182182

183183
Within a Project
184-
"""""""""""""""""
184+
^^^^^^^^^^^^^^^^^^
185185
MSAs can be uploaded via:
186186

187187
- **Project Page:** Click **Upload**, select **MSA**, and input or upload a `.fa`, `.fasta`, or `.csv` file.
188188

189-
.. image:: ../../_static/tools/poet/prompt-7.png
190-
:alt: Uploading MSA on project page
191-
192-
193-
Uploading And Saving a Sequence Only-Prompt
194-
--------------------------------------------
195-
196-
Without a Project
197-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198-
On the **Projects** page, select a PoET tool from the navigation bar. Under **Prompt Definition**, click **Select a file** and choose a ``.fasta`` or ``.csv`` file. Ensure **Prompt** is selected before uploading.
199-
200-
.. image:: ../../_static/tools/poet/prompt-1.png
201-
:alt: Uploading prompt without a project
202-
203-
Within a Project
204-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205-
Prompts can be uploaded via:
206-
207-
- **Project Page**: Click **Upload**, select **Prompt**, and upload your ``.fasta`` or ``.csv`` file.
208-
.. image:: ../../_static/tools/poet/prompt-2.png
209-
:alt: Uploading prompt from project
210-
211-
- **Left Sidebar**: Click the **Upload** button under the **Prompt** section and select your file.
212-
213-
.. image:: ../../_static/tools/poet/prompt-3.png
214-
:alt: Uploading prompt within a project
215-
216-
.. image:: ../../_static/tools/poet/prompt-4.png
217-
:alt: Uploaded prompt preview
218-
219-
- **From a MSA**: On an existing MSA page, click on **Create Prompt**.
220-
221-
.. image:: ../../_static/tools/poet/prompt-5.png
222-
:alt: create prompt from MSA page
223-
224-
225-
What is a Multiple Sequence Alignment?
226-
--------------------------------------
227-
228-
Multiple sequence alignment (MSA) is a technique for biological sequence analysis. It consists of a sequence alignment of three or more biological sequences that usually have an evolutionary relationship.
229-
230-
Why is MSA Useful?
231-
------------------
232-
233-
The resulting MSA can be used to infer sequence homology and conduct phylogenetic analysis to assess the sequences’ shared evolutionary origins. Biologically sound and accurate alignments show homology and relationships, allowing for new member identification and the comparison of similar sequences. Because subsequent analysis depends on the results of an MSA, accuracy is vital.
234-
235-
When building a prompt from a MSA, you should include sequences you want to optimize for. The model learns the patterns of the proteins and predicts sequences that best fit that list. Since the model views proteins in their entirety, you cannot optimize for a specific property or activity.
236-
237-
238-
Creating a Prompt Using a MSA
239-
---------------------------
240-
241-
Without a Project
242-
~~~~~~~~~~~~~~~~~~~~~
243-
244-
Navigate to any PoET tool under **Prompt Definition**. You can either input the MSA directly or upload an existing ``.fa``, ``.fasta``, or ``.csv`` file.
245-
246-
247-
.. image:: ../../_static/tools/poet/prompt-6.png
248-
:alt: Uploading MSA without a project
249-
250-
Within a Project
251-
~~~~~~~~~~~~~~~~~~~~~
252-
MSAs can be uploaded via:
253-
254-
- **Project Page**: Click **Upload**, select **MSA**, and input or upload a ``.fa``, ``.fasta``, or ``.csv`` file.
255-
256189
.. image:: ../../_static/tools/poet/prompt-7.png
257190
:alt: Uploading MSA on project page
258191

@@ -267,16 +200,17 @@ MSAs can be uploaded via:
267200
.. image:: ../../_static/tools/poet/prompt-10.png
268201
:alt: Uploading MSA popup within a project
269202

203+
270204
What is a Seed Sequence?
271205
---------------------------
272206
A seed sequence is a single protein sequence provided by the user to initiate a homology search. PoET does a homology search using public databases like uniprot to build an MSA from the seed sequence. PoET then creates a prompt by randomly selecting sequences from the MSA.
273207

274208

275209
Creating a Prompt via Homology Search based on a Seed Sequence
276-
----------------------------------------------------------------
210+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277211

278212
Without a Project
279-
~~~~~~~~~~~~~~~~~~~~~
213+
^^^^^^^^^^^^^^^^^^
280214

281215
Navigate to any PoET tool under **Prompt Definition**, input a seed sequence, and select **Single Sequence**.
282216

@@ -285,7 +219,7 @@ Navigate to any PoET tool under **Prompt Definition**, input a seed sequence, an
285219

286220

287221
Within a Project
288-
~~~~~~~~~~~~~~~~~~~~~
222+
^^^^^^^^^^^^^^^^^^
289223

290224
Homology search from a seed sequence can be initiated via:
291225

@@ -308,10 +242,7 @@ Homology search from a seed sequence can be initiated via:
308242

309243

310244
Prompt Sampling Parameters
311-
--------------------------
312-
313-
Prompt Sampling Definitions
314-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
245+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
315246

316247
- **Sampling method**: defines the sampling strategy used for selecting prompt sequences from the homologs found by homology search, or from the provided MSA. The following strategies are available:
317248
- **Top**: Select sequences based on the order in which they occur in the MSA
@@ -325,7 +256,7 @@ Prompt Sampling Definitions
325256
- **Maximum total number of residues**: The maximum total number of residues in all sequences sampled from the MSA to form the prompt. For example, if this is set to 1000, sequences will be sampled from the MSA up to a maximum cumulative length of 1000 residues.
326257

327258
Prompt Sampling Explained
328-
-------------------------
259+
~~~~~~~~~~~~~~~~~~~~~~~~~~
329260

330261
The selection of prompt sequences from the MSA is controlled by several prompt sampling parameters.
331262

0 commit comments

Comments
 (0)