Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,57 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
## Directory Structure
|
| 7 |
|
| 8 |
```text
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
```
|
| 15 |
|
| 16 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# DMS-Fold2 Benchmark Dataset
|
| 6 |
+
|
| 7 |
+
This repository contains the benchmark datasets used to evaluate **DMS-Fold2**. The files are organized into two benchmark sets:
|
| 8 |
+
|
| 9 |
+
- **CASP/CAMEO targets** (`casp_cameo_targets/`)
|
| 10 |
+
- **Mega-scale targets** (`megascale_targets/`)
|
| 11 |
+
|
| 12 |
+
Each target includes the sequence and experimental data required to reproduce the benchmark inputs.
|
| 13 |
|
| 14 |
## Directory Structure
|
| 15 |
|
| 16 |
```text
|
| 17 |
+
paper_benchmarks/
|
| 18 |
+
├── casp_cameo_targets/
|
| 19 |
+
│ ├── alignments.tar.gz
|
| 20 |
+
│ ├── fastas/
|
| 21 |
+
│ └── sm_csvs/
|
| 22 |
+
└── megascale_targets/
|
| 23 |
+
├── alignments.tar.gz
|
| 24 |
+
├── fastas/
|
| 25 |
+
└── sm_csvs/
|
| 26 |
```
|
| 27 |
|
| 28 |
+
## Contents
|
| 29 |
+
|
| 30 |
+
### `alignments.tar.gz`
|
| 31 |
+
|
| 32 |
+
Compressed archive containing one directory per protein target with precomputed multiple sequence alignments (MSAs).
|
| 33 |
+
|
| 34 |
+
### `fastas/`
|
| 35 |
+
|
| 36 |
+
FASTA sequences for each benchmark protein.
|
| 37 |
+
|
| 38 |
+
### `sm_csvs/`
|
| 39 |
|
| 40 |
+
Single-mutant deep mutational scanning (DMS) datasets used as input to DMS-Fold2.
|
| 41 |
+
|
| 42 |
+
## Benchmark Sets
|
| 43 |
+
|
| 44 |
+
### `megascale_targets`
|
| 45 |
+
|
| 46 |
+
Benchmark proteins selected from the Mega-scale DMS collection.
|
| 47 |
+
|
| 48 |
+
### `casp_cameo_targets`
|
| 49 |
+
|
| 50 |
+
Benchmark proteins from CASP14, CASP15, and CAMEO.
|
| 51 |
+
|
| 52 |
+
## Citation
|
| 53 |
+
|
| 54 |
+
If you use this dataset, please cite the accompanying DMS-Fold2 publication.
|
| 55 |
+
|
| 56 |
+
``` TBD
|
| 57 |
+
```
|