File size: 1,886 Bytes
29c9b3a 4b60207 c2e7713 4b60207 adf1475 4b60207 adf1475 4b60207 c2e7713 4b60207 adf1475 4b60207 c2e7713 4b60207 260c40f 1294391 5cfd357 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | ---
license: mit
---
# DMS-Fold2 Benchmark Dataset
This repository contains the benchmark datasets used to evaluate **DMS-Fold2**. The files are organized into two benchmark sets:
- **CASP/CAMEO targets** (`casp_cameo_targets/`)
- **Mega-scale targets** (`megascale_targets/`)
Each target includes the sequence and experimental data required to reproduce the benchmark inputs.
## Directory Structure
```text
paper_benchmarks/
├── casp_cameo_targets/
│ ├── alignments.tar.gz
│ ├── fastas/
│ ├── pdbs/
│ ├── dm_csvs/
│ └── sm_csvs/
└── megascale_targets/
├── alignments.tar.gz
├── fastas/
├── pdbs/
├── dm_csvs/
└── sm_csvs/
```
## Contents
### `alignments.tar.gz`
Compressed archive containing one directory per protein target with precomputed multiple sequence alignments (MSAs).
### `fastas/`
FASTA sequences for each benchmark protein.
### `pdbs/`
PDB files for each benchmark protein.
### `dm_csvs/`
Double-mutant deep mutational scanning (DMS) datasets used as input to DMS-Fold2.
### `sm_csvs/`
Single-mutant deep mutational scanning (DMS) datasets used as input to DMS-Fold2.
## Benchmark Sets
### `megascale_targets`
Benchmark proteins selected from the Mega-scale DMS collection.
### `casp_cameo_targets`
Benchmark proteins from CASP14, CASP15, and CAMEO.
## Citation
If you use this dataset, please cite the accompanying DMS-Fold2 publication.
``` TBD
```
[](https://github.com/LindertLab/DMS-Fold2)
[](https://huggingface.co/LindertLab/DMS-Fold2)
[](https://huggingface.co/datasets/LindertLab/DMS-Fold2-Training-Dataset) |