Datasets:
upload
Browse files- .gitattributes +1 -0
- README.md +33 -0
- test.csv +3 -0
- train.csv +3 -0
- valid.csv +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
tags:
|
6 |
+
- protein
|
7 |
+
- downstream task
|
8 |
---
|
9 |
+
|
10 |
+
# ProtSolM PDB Dataset (PDBSol)
|
11 |
+
|
12 |
+
- Description: Solubility is a fundamental protein property that has important connotations for therapeutics and use in diagnosis.
|
13 |
+
- Number of labels: 2
|
14 |
+
- Problem Type: single_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
17 |
+
- detail: meta information
|
18 |
+
|
19 |
+
# Github
|
20 |
+
|
21 |
+
ProtSolM: Protein Solubility Prediction with Multi-modal Features
|
22 |
+
|
23 |
+
https://github.com/tyang816/ProtSolM
|
24 |
+
|
25 |
+
# Citation
|
26 |
+
Please cite our work if you use our dataset.
|
27 |
+
```
|
28 |
+
@inproceedings{tan2024protsolm,
|
29 |
+
title={Protsolm: Protein solubility prediction with multi-modal features},
|
30 |
+
author={Tan, Yang and Zheng, Jia and Hong, Liang and Zhou, Bingxin},
|
31 |
+
booktitle={2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
|
32 |
+
pages={223--232},
|
33 |
+
year={2024},
|
34 |
+
organization={IEEE}
|
35 |
+
}
|
36 |
+
```
|
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca62965b7ae1b92f75c924f5e5d90e208e1c1689d301aa75dbfefadff704b13b
|
3 |
+
size 1121245
|
train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa6834047199148b755492016c75ffb7440212db011b8b6d72cbd1468a82f12
|
3 |
+
size 20521430
|
valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87cfd34aa43bfda503b8f11d36b12eec562ba4c9d56ab4d93687a71057a55366
|
3 |
+
size 1114273
|