Update README.md
Browse files
README.md
CHANGED
@@ -360,10 +360,12 @@ configs:
|
|
360 |
---
|
361 |
|
362 |
# Mega-scale experimental analysis of protein folding stability in biology and design
|
363 |
-
The
|
364 |
-
cDNA display proteolysis of natural and designed proteins
|
365 |
-
stabilities
|
366 |
-
and 148 de novo designed protein domains 40–72 amino acids in length.
|
|
|
|
|
367 |
|
368 |
*** **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!!** ***
|
369 |
|
@@ -391,7 +393,7 @@ then, from within python load the datasets library
|
|
391 |
|
392 |
### Load model datasets
|
393 |
|
394 |
-
To load one of the `
|
395 |
|
396 |
>>> dataset_tag = "dataset3_single"
|
397 |
>>> dataset3_single = datasets.load_dataset(
|
@@ -447,13 +449,35 @@ which is a column oriented format that can be accessed directly, written to disk
|
|
447 |
|
448 |
|
449 |
|
450 |
-
##
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
|
458 |
### Target Selection
|
459 |
Targets consist of natural, designed, and destabilized wild-type
|
@@ -518,11 +542,6 @@ Each target was analyzed and given a single quality category score G0-G11, which
|
|
518 |
* G10: Poor T-C intercept
|
519 |
* G11: Probably cleaved in folded state(s)
|
520 |
|
521 |
-
The datasets 1-3 with three being the highest quality are defined by:
|
522 |
-
* Dataset 3 (for ddG ML) (G0: 325,132 ΔG measurements at 17,093 sites in 365 domains)
|
523 |
-
* Dataset 2 (for dG ML) (G0+G1: 478 domains)
|
524 |
-
* Dataset 1 (all data)
|
525 |
-
|
526 |
|
527 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
528 |
|
|
|
360 |
---
|
361 |
|
362 |
# Mega-scale experimental analysis of protein folding stability in biology and design
|
363 |
+
The full MegaScale dataset contains 1,841,285 thermodynamic folding stability measurements
|
364 |
+
using cDNA display proteolysis of natural and designed proteins. From these 776,298 high-quality folding
|
365 |
+
stabilities (`dataset2`) cover all single amino acid variants and selected double mutants of 331 natural
|
366 |
+
and 148 de novo designed protein domains 40–72 amino acids in length. Of these mutations, 607,839 have
|
367 |
+
the wild-type ΔG is below 4.75 kcal mol^−1 (`dataset3`) allowing for the estimate of the ΔΔG of mutation.
|
368 |
+
Of these
|
369 |
|
370 |
*** **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!!** ***
|
371 |
|
|
|
393 |
|
394 |
### Load model datasets
|
395 |
|
396 |
+
To load one of the `MegaScale` model datasets, use `datasets.load_dataset(...)`:
|
397 |
|
398 |
>>> dataset_tag = "dataset3_single"
|
399 |
>>> dataset3_single = datasets.load_dataset(
|
|
|
449 |
|
450 |
|
451 |
|
452 |
+
## Overview of Datasets
|
453 |
+
|
454 |
+
**`dataset1`**:
|
455 |
+
The whole dataset 1,841,285 stability measurements
|
456 |
+
* All mutations in G0-G11 (see below)
|
457 |
+
|
458 |
+
**`dataset2`**:
|
459 |
+
The curated a set of `776,298` high-quality folding stabilities covers
|
460 |
+
* All mutations in G0 + G1 (see below)
|
461 |
+
* all single amino acid variants and selected double mutants of `331` natural and `148` de novo designed protein domains `40–72` amino acids in length
|
462 |
+
* comprehensive double mutations at 559 site pairs spread across `190` domains (a total of `210,118` double mutants)
|
463 |
+
* `36` different 3-residue networks
|
464 |
+
* all possible single and double substitutions in both the wild-type background and the background in which the third amino acid was replaced by alanine
|
465 |
+
* (`400` mutants × 3 pairs × 2 backgrounds ≈ `2,400` mutants in total for each triplet)
|
466 |
+
|
467 |
+
**`dataset3`**:
|
468 |
+
Curated set of `325,132` ΔG measurements at `17,093` sites in `365` domains
|
469 |
+
* All mutations in G0
|
470 |
+
* All mutations in `dataset2` where the whil-type ΔG is below 4.75 kcal mol^−1 (`dataset3`) allowing for the estimate of the ΔΔG of mutation.
|
471 |
+
|
472 |
+
**`dataset3_single`**:
|
473 |
+
The single point mutations in `dataset3`
|
474 |
+
* Using the train/val/test splits defined in ThermoMPNN
|
475 |
+
*
|
476 |
+
|
477 |
+
**`dataset3_single_CV`**:
|
478 |
+
The single point mutations in `dataset3`
|
479 |
+
* Using the 5-fold cross validation splits (`train_[0-4]`/`val_[0-4]`/`test_[0-4]`) defined in ThermoMPNN
|
480 |
+
|
481 |
|
482 |
### Target Selection
|
483 |
Targets consist of natural, designed, and destabilized wild-type
|
|
|
542 |
* G10: Poor T-C intercept
|
543 |
* G11: Probably cleaved in folded state(s)
|
544 |
|
|
|
|
|
|
|
|
|
|
|
545 |
|
546 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
547 |
|