Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
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 |
+
# Github
|
13 |
+
|
14 |
+
ProtSolM: Protein Solubility Prediction with Multi-modal Features
|
15 |
+
|
16 |
+
https://github.com/tyang816/ProtSolM
|
17 |
+
|
18 |
+
# Citation
|
19 |
+
Please cite our work if you use our dataset.
|
20 |
+
```
|
21 |
+
@article{tan2024protsolm,
|
22 |
+
title={Protsolm: Protein solubility prediction with multi-modal features},
|
23 |
+
author={Tan, Yang and Zheng, Jia and Hong, Liang and Zhou, Bingxin},
|
24 |
+
journal={arXiv preprint arXiv:2406.19744},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
```
|