improve formatting and add call to regster
Browse files
README.md
CHANGED
@@ -30,8 +30,14 @@ cDNA display proteolysis of natural and designed proteins from which 776,298 hig
|
|
30 |
stabilities covering all single amino acid variants and selected double mutants of 331 natural
|
31 |
and 148 de novo designed protein domains 40–72 amino acids in length.
|
32 |
|
|
|
|
|
|
|
|
|
33 |
## Quickstart Usage
|
34 |
|
|
|
|
|
35 |
### Install HuggingFace Datasets package
|
36 |
|
37 |
Each subset can be loaded into python using the Huggingface [datasets](https://huggingface.co/docs/datasets/index) library.
|
@@ -109,27 +115,27 @@ XXX **designed targets** were selected from
|
|
109 |
### Library construction
|
110 |
The cDNA proteolysis screening was conducted as four giant synthetic DNA oligonucleotide libraries
|
111 |
and obtained K50 values for 2,520,337 sequences, 1,841,285 of these measurements are included here:
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
|
134 |
|
135 |
### Bayesian Stability Analysis
|
|
|
30 |
stabilities covering all single amino acid variants and selected double mutants of 331 natural
|
31 |
and 148 de novo designed protein domains 40–72 amino acids in length.
|
32 |
|
33 |
+
*** **IMPORTANT! Please [register your use](https://forms.gle/wuHv8MKmEu4EEMA99) of these data so that we (the Rocklin Lab) can continue to release new useful datasets!! This will take 10 seconds!!** ***
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
## Quickstart Usage
|
38 |
|
39 |
+
|
40 |
+
|
41 |
### Install HuggingFace Datasets package
|
42 |
|
43 |
Each subset can be loaded into python using the Huggingface [datasets](https://huggingface.co/docs/datasets/index) library.
|
|
|
115 |
### Library construction
|
116 |
The cDNA proteolysis screening was conducted as four giant synthetic DNA oligonucleotide libraries
|
117 |
and obtained K50 values for 2,520,337 sequences, 1,841,285 of these measurements are included here:
|
118 |
+
* Library 1:
|
119 |
+
* ~250 designed proteins and ~50 natural proteins that are shorter than 45 amino acids
|
120 |
+
* padding by Gly, Ala and Ser amino acids so that all sequences have 44 amino acids
|
121 |
+
* ~244,000 sequences Purchased from Agilent Technologies, length 230 nt.
|
122 |
+
* Library 2:
|
123 |
+
* ~350 natural proteins that have PDB structures that are in a monomer state and have 72 or less amino acids after removing N and C-terminal linkers
|
124 |
+
* padding by Gly, Ala and Ser amino acids so that all sequences have 72 amino acids
|
125 |
+
* ~650,000 sequences
|
126 |
+
* also includes scramble sequences to construct unfolded state model.
|
127 |
+
* Purchased from Twist Bioscience, length 250 nt.
|
128 |
+
* Library 3:
|
129 |
+
* ~150 designed proteins
|
130 |
+
* comprehensive deletion and Gly or Ala insertion of all wild-type proteins included in Library 1 and Libary 2
|
131 |
+
* amino acid sequences for comprehensive double mutant analysis on polar amino acid pairs
|
132 |
+
* ~840,000 sequences
|
133 |
+
* Purchased from Twist Bioscience, length 250 nt.
|
134 |
+
* Library 4:
|
135 |
+
* Amino acid sequences for exhaustive double mutant analysis on amino acid pairs located in close proximity
|
136 |
+
* overlapped sequences to calibrate effective protease concentration and to check consistency between libraries
|
137 |
+
* ~900,000 sequences
|
138 |
+
* Purchased from Twist Bioscience, length 300 nt.
|
139 |
|
140 |
|
141 |
### Bayesian Stability Analysis
|