Datasets:

Modalities:
Tabular
Text
Languages:
English
ArXiv:
DOI:
License:
findshuo commited on
Commit
03b0a4f
·
verified ·
1 Parent(s): 96f6976

Update README.md

Browse files

![pretrain_tasks.png](https://cdn-uploads.huggingface.co/production/uploads/6714bad02d5d8af7a0aabeb5/lhj4DJwbGD5eauN4ACNmf.png)
![task_figure.png](https://cdn-uploads.huggingface.co/production/uploads/6714bad02d5d8af7a0aabeb5/j7YabXG-h36ywX0IH9G4q.png)

Files changed (1) hide show
  1. README.md +202 -1
README.md CHANGED
@@ -45,4 +45,205 @@ configs:
45
 
46
  size_categories:
47
  - 100K<n<1M
48
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  size_categories:
47
  - 100K<n<1M
48
+ ---
49
+ # Protap
50
+ - [Protap](#protap)
51
+ - [Overview](#overview)
52
+ - [Installation](#installation)
53
+ - [Dataset Description](#dataset-description)
54
+ - [Citation](#citation)
55
+ - [Contact](#contact)
56
+
57
+ ## Overview
58
+ **Protap** is a benchmark dataset for evaluating protein modeling algorithms in five biologically realistic downstream applications. It enables comparative evaluation of both pre-trained models and domain-specific architectures. Protap includes both sequence and structural data, with tasks ranging from protein function prediction to targeted protein degradation.
59
+
60
+ ![pretrain_tasks.png](https://cdn-uploads.huggingface.co/production/uploads/6714bad02d5d8af7a0aabeb5/lhj4DJwbGD5eauN4ACNmf.png)
61
+ ![task_figure.png](https://cdn-uploads.huggingface.co/production/uploads/6714bad02d5d8af7a0aabeb5/j7YabXG-h36ywX0IH9G4q.png)
62
+
63
+ Protap was introduced in the paper
64
+ [**Protap: A Benchmark for Protein Modeling on Realistic Downstream Applications**](https://arxiv.org/abs/2506.02052)
65
+ by Shuo Yan et al., arXiv 2025.
66
+ ## Installation
67
+
68
+ ```bash
69
+ git clone https://github.com/Trust-App-AI-Lab/protap.git
70
+ cd protap
71
+ ```
72
+ ## Dataset-Description
73
+ ## 📦 Configurations
74
+
75
+ | Config Name | Task Description | Modality | Split | File Types |
76
+ |-------------|--------------------------------------------------------|----------------|--------------|-------------------------------|
77
+ | `AFP` | Protein function annotation (GO term prediction) | Sequence-only | `test` | `.csv` |
78
+ | `PCSP` | Cleavage site prediction (enzyme-substrate pairs) | Seq + Struct | `train/test` | `.pkl` |
79
+ | `PLI_DAVIS` | Protein–ligand binding affinity regression | Seq + Struct | `test` | `.txt`, `.json`, folder |
80
+ | `PROTACs` | Ternary complex prediction in targeted degradation | Seq + Struct | `test` | `.txt`, `.json`, folder |
81
+
82
+ All configurations are stored in a **token classification** format and primarily involve biological data related to proteins and molecules.
83
+
84
+ ---
85
+
86
+ ## 💡 Task Descriptions
87
+
88
+ ### 🔹 Enzyme-Catalyzed Protein Cleavage Site Prediction (`PCSP`)
89
+
90
+ - **Description**: Predict residue-level cleavage sites under the catalysis of enzymes.
91
+ - **Input**: A protein substrate and an enzyme, both represented by sequences and 3D structures.
92
+ - **Output**: A binary vector indicating whether each residue is a cleavage site.
93
+ - **Files**:
94
+ - Train: `PCSP/train_C14005.pkl`, `PCSP/train_M10003.pkl`
95
+ - Test: `PCSP/test_C14005.pkl`, `PCSP/test_M10003.pkl`
96
+ - **Format**:
97
+ - **Input Format**:
98
+ Python pickle file (`.pkl`) with a list of samples. Each sample is a dictionary with keys like:
99
+ - `enzyme_seq`: amino acid string
100
+ - `enzyme_coords`: array of 3D coordinates
101
+ - `substrate_seq`: amino acid string
102
+ - `substrate_coords`: array of 3D coordinates
103
+ - Structural data of proteins:
104
+ ```json
105
+ {
106
+ "Q5QJ38": {
107
+ "name": "Q5QJ38",
108
+ "seq": "MPQLLRNVLCVIETFHKYASEDSNGAT...",
109
+ "coords": [[[-0.432, 25.507, -8.242], ...], ...],
110
+ "cleave_site": [136]
111
+ }
112
+ }
113
+ ```
114
+ -Sequence and structure of substrate proteins
115
+ ```json
116
+ {
117
+ "P31001_MER0000622": [110, 263],
118
+ "000232_MER0000622": [276, 334, 19],
119
+ ...
120
+ }
121
+ ```
122
+ - **Label Format**:
123
+ `cleavage_sites`: list of 0/1 values (length = number of substrate residues)
124
+ - **Metric**: AUC, AUPR
125
+
126
+ ---
127
+
128
+ ### 🔹 Targeted Protein Degradation by Proteolysis-Targeting Chimeras (`PROTACs`)
129
+
130
+ - **Description**: Predict whether a given PROTAC, E3 ligase, and target protein form a functional ternary complex for degradation.
131
+ - **Input**:
132
+ - PROTAC molecule (warhead, linker, E3 ligand), target protein, and E3 ligase
133
+ - **Output**: Binary label (1: degradation occurs, 0: no degradation)
134
+ - **Files**:
135
+ - `PROTACs/PROTAC_clean_structure_label.txt`
136
+ - `PROTACs/protac_poi_e3ligase_structure.json`
137
+ - Subfolders: `PROTACs/e3_ligand/`, `linker/`, `warhead/`
138
+ - **Format**:
139
+ - **Input Format**:
140
+ - `*.json`: Contains structural coordinates of proteins
141
+ - `*.sdf` or `.mol` under folders: 3D conformers of molecules (SMILES-based)
142
+ - `PROTAC_clean_structure_label.txt`: sample list with molecule paths and label
143
+ ```json
144
+ [
145
+ "Q8IWV7": {
146
+ "seq": "MADEEAGGTERMEISAELPQTPQRLASWWDQQVDFYTA...",
147
+ "coord": [[21.9960, 68.3170, -49.9029], ...]
148
+ },
149
+ .....
150
+ ]
151
+ ```
152
+
153
+ ```bash
154
+ uniprot e3_ligase_structure linker_sdf warhead_sdf e3_ligand_sdf label
155
+ Q00987 Q96SW2 linker_2.sdf warhead_7.sdf e3_ligand_7.sdf 1
156
+ Q00987 Q96SW2 linker_2.sdf warhead_7.sdf e3_ligand_16.sdf 1
157
+ P10275 P40337 linker_13.sdf warhead_27.sdf e3_ligand_27.sdf 0
158
+ P10275 P40337 linker_33.sdf warhead_27.sdf e3_ligand_27.sdf 0
159
+ ```
160
+ - **Label Format**:
161
+ Binary label (0 or 1) in final column of `*_label.txt`
162
+ - **Metric**: Accuracy, AUC
163
+
164
+ ---
165
+
166
+ ### 🔹 Protein–Ligand Interactions (`PLI_DAVIS`)
167
+
168
+ - **Description**: Predict the binding affinity between a protein and a small molecule ligand.
169
+ - **Input**: Protein and ligand 3D structures
170
+ - **Output**: Real-valued regression target representing binding affinity
171
+ - **Files**:
172
+ - `PLI_DAVIS/davis_drug_pdb_data.txt`
173
+ - `PLI_DAVIS/pli_structure.json`
174
+ - `PLI_DAVIS/data/`: contains structure files for small molecules
175
+ - **Format**:
176
+ - **Input Format**:
177
+ - `pli_structure.json`: Dictionary of protein structures with residue positions
178
+ - `davis_drug_pdb_data.txt`: Tab-separated file with fields: `drug`, `protein`, `y_true`
179
+ - `data/`: ligand structures (`.sdf`, `.pdbqt` or similar)
180
+ ```json
181
+ [
182
+ "4WSQ.B": {
183
+ "uniprot_id": "Q2M2I8",
184
+ "seq": "EVLAEGGFAIVFLCALKRMVCKREIQIMRDLS...",
185
+ "coord": [[[6.6065, 16.2524, 52.3289], ...], ...]
186
+ }
187
+ ]
188
+ ```
189
+
190
+ ```bash
191
+ drug protein Kd y protein_pdb
192
+ 5291 AAK1 10000.0 5.0 4WSQ.B
193
+ 5291 ABL1p 10000.0 5.0 3QRJ.B
194
+ 5291 ABL2 10.0 7.99568 2XYN.C
195
+ ```
196
+ - **Label Format**:
197
+ Real-valued log-transformed binding affinity (e.g., pKd or −log(Kd))
198
+ - **Metric**: Mean Squared Error (MSE), Pearson Correlation
199
+
200
+ ---
201
+
202
+ ### 🔹 Protein Function Annotation Prediction (`AFP`)
203
+
204
+ - **Description**: Predict GO (Gene Ontology) terms for proteins.
205
+ - **Input**: Protein sequence
206
+ - **Output**: Multi-label vector representing associated GO terms
207
+ - **Files**:
208
+ - `AFP/nrPDB-GO_test.csv`
209
+ - **Format**:
210
+ - **Input Format**:
211
+ CSV file with columns:
212
+ - `sequence_id`: unique ID
213
+ - `sequence`: amino acid string
214
+ - [
215
+ ```json
216
+ {
217
+ "name": "2P1Z-A",
218
+ "seq": "SKKAELAELVKELAVYVDLRRATLHARASRLIGELLRELTADWDYVA...",
219
+ "coords": [[ [6.4359, 51.3870, 15.4490], ... ], ...],
220
+ "molecular_function": [0, 0, ..., 1, ...],
221
+ "biological_process": [0, 0, ..., 0, ...],
222
+ "cellular_component": [0, 0, ..., 1, ...]
223
+ },
224
+ ...
225
+ ]
226
+ ```
227
+ - **Label Format**:
228
+ One or more GO term IDs (e.g., `GO:0007165`) in a multi-hot encoded label vector
229
+ - **Metric**: Fmax, AUPR
230
+
231
+
232
+
233
+ ## Citation
234
+ If you use this dataset, please cite:
235
+
236
+ ```bibtex
237
+ @misc{yan2025protapbenchmarkproteinmodeling,
238
+ title={Protap: A Benchmark for Protein Modeling on Realistic Downstream Applications},
239
+ author={Shuo Yan and Yuliang Yan and Bin Ma and Chenao Li and Haochun Tang and Jiahua Lu and Minhua Lin and Yuyuan Feng and Hui Xiong and Enyan Dai},
240
+ year={2025},
241
+ eprint={2506.02052},
242
+ archivePrefix={arXiv},
243
+ primaryClass={q-bio.BM},
244
+ url={https://arxiv.org/abs/2506.02052},
245
+ }
246
+ ```
247
+ ## Contact
248
+ Please submit GitHub issues or contact Shuo Yan (shuoyan[at]hkust-gz[dot]edu[dot]cn) for any questions related to the source code.
249
+