tyang816 commited on
Commit
9001c03
1 Parent(s): c8c2059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # GO-CC Dataset with AlphaFold2 Structural Sequence
6
+
7
+ - Description: Cellular Component of Gene Ontology (GO) project.
8
+ - Number of labels: 320
9
+ - Problem Type: multi_label_classification
10
+ - Columns:
11
+ - aa_seq: protein amino acid sequence
12
+ - foldseek_seq: foldseek 20 3di structural sequence
13
+ - ss8_seq: DSSP 8 secondary structure sequence
14
+
15
+ # Citation
16
+ Please cite our work if you use our dataset.
17
+ ```
18
+ @article{tan2024ses-adapter,
19
+ title={Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models},
20
+ author={Tan, Yang and Li, Mingchen and Zhou, Bingxin and Zhong, Bozitao and Zheng, Lirong and Tan, Pan and Zhou, Ziyi and Yu, Huiqun and Fan, Guisheng and Hong, Liang},
21
+ journal={arXiv preprint arXiv:2404.14850},
22
+ year={2024}
23
+ }
24
+ ```