drake463 commited on
Commit
4b60207
·
verified ·
1 Parent(s): 82babf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -11
README.md CHANGED
@@ -1,21 +1,57 @@
1
  ---
2
  license: mit
3
  ---
4
- # DMS-Fold2
 
 
 
 
 
 
 
 
5
 
6
  ## Directory Structure
7
 
8
  ```text
9
- megascale_targets/
10
- Alignments, Fastas, PDBs, and DMS CSVs for the mega-scale targets.
11
-
12
- casp_cameo_targets/
13
- Alignments, Fastas, PDBs, and DMS CSVs for the CASP14/CASP15/CAMEO targets.
 
 
 
 
14
  ```
15
 
16
- ## Description
 
 
 
 
 
 
 
 
 
 
17
 
18
- - **`alignments.tar.gz`** contains protein-named directories with precomputed MSAs.
19
- - **`fastas/`** contains the fastas files of protein targets.
20
- - **`sm_csvs/`** contains the single-mutant DMS CSVs of protein targets.
21
- - **`dm_csvs/`** contains the double-mutant DMS CSVs of protein targets.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```