Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
Files changed (1) hide show
  1. README.md +46 -35
README.md CHANGED
@@ -1,36 +1,47 @@
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
  ```
 
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
+ VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
26
+
27
+ https://github.com/ai4protein/VenusFactory
28
+
29
+ # Citation
30
+ Please cite our work if you use our dataset.
31
+ ```
32
+ @inproceedings{tan2024protsolm,
33
+ title={Protsolm: Protein solubility prediction with multi-modal features},
34
+ author={Tan, Yang and Zheng, Jia and Hong, Liang and Zhou, Bingxin},
35
+ booktitle={2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
36
+ pages={223--232},
37
+ year={2024},
38
+ organization={IEEE}
39
+ }
40
+
41
+ @article{tan2025venusfactory,
42
+ title={VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning},
43
+ author={Tan, Yang and Liu, Chen and Gao, Jingyuan and Wu, Banghao and Li, Mingchen and Wang, Ruilin and Zhang, Lingrong and Yu, Huiqun and Fan, Guisheng and Hong, Liang and Zhou, Bingxin},
44
+ journal={arXiv preprint arXiv:2503.15438},
45
+ year={2025}
46
+ }
47
  ```