You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload your assay datasets for use with our platform's property predictors module.
5
+
6
+
Assaydata
7
+
---------
8
+
Endpoints to upload a dataset to OpenProtein.AI’s engineering platform for training, predicting and evaluating tasks. The expected format of each dataset as 2 column CSV:
9
+
10
+
- The full sequence of each variant (mutation codes are also accepted)
11
+
- 1+ columns with your measured properties (missing values are acceptable)
Kickoff your Property Regression by using the endpoints to enable analyzing datasets, training sequence-to-function prediction models, using those models to predict properties for new sequences, and designing optimized libraries of sequence variants.
24
+
Upload your assay datasetsfor use with our platform's property predictors module.
25
25
26
26
The endpoints include:
27
27
28
28
- Assaydata
29
-
- Train
30
-
- Predict
31
-
- Design
32
-
- Jobs
33
-
- Embeddings
34
-
- Predictor
35
-
36
-
`PoET <./poet.rst>`_
37
-
--------------------
38
-
Design *de novo* sequences using these endpoints, without functional measurements of the protein of interest. Our proprietary models enable generation of single substitution, combinatorial variant libraries, or a high-diversity library.
39
-
40
-
The endpoints include:
41
-
42
-
- PoET
43
29
44
30
`Foundation Models <./embeddings.rst>`_
45
31
---------------------------------------
@@ -85,7 +71,7 @@ The endpoints include:
85
71
86
72
`Design <./design.rst>`_
87
73
------------------------------------
88
-
Design de novo sequences and structures on our platform! You can either start from your assays and design sequences which optimize targets using your trained property predictors, or you can start from a target structure and use RFdiffusion to generate a structure based on your input structure.
74
+
Design de novo sequences and structures on our platform! You can either start from your assays and design sequences which optimize targets using your trained property predictors, or you can start from a target structure and use RFdiffusion or BoltzGen to generate a structure based on your input structure.
89
75
90
76
The endpoints include:
91
77
@@ -104,12 +90,11 @@ To start accessing our suite of APIs, refer to these articles to get started:
104
90
:hidden:
105
91
:maxdepth:1
106
92
107
-
Authentication and Jobs <authentication-and-jobs>
108
-
Property Regression <property-regression>
109
-
PoET <poet>
110
-
Align <align>
111
-
Prompt <prompt>
112
-
Embeddings <embeddings>
113
-
Fold <fold>
114
-
Predictor <predictor>
115
-
Design <design>
93
+
Authentication and Jobs <./authentication-and-jobs.rst>
0 commit comments