Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,24 @@ license: apache-2.0
|
|
4 |
|
5 |
We downloaded a total of 2525 ClinVar datasets from the official ProteinGym. Since the official did not provide the corresponding structure files, we performed the following operations to obtain the structures:
|
6 |
|
7 |
-
1. According to the sequence, we retrieved the corresponding UniProt
|
8 |
2. For the remaining proteins, we first folded them using ColabFold 1.5.5.
|
9 |
-
3. Among them, 12 proteins were too long to fold, and we solved this problem using the AlphaFold3 server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
We downloaded a total of 2525 ClinVar datasets from the official ProteinGym. Since the official did not provide the corresponding structure files, we performed the following operations to obtain the structures:
|
6 |
|
7 |
+
1. According to the sequence, we retrieved the corresponding UniProt ID from the UniProt website and downloaded 2302 corresponding AlphaFold2 structures.
|
8 |
2. For the remaining proteins, we first folded them using ColabFold 1.5.5.
|
9 |
+
3. Among them, 12 proteins were too long to fold, and we solved this problem using the AlphaFold3 server.
|
10 |
+
|
11 |
+
## 📑 Github
|
12 |
+
|
13 |
+
https://github.com/tyang816/ProtSSN
|
14 |
+
|
15 |
+
## 🙌 Citation
|
16 |
+
|
17 |
+
Please cite our work if you have used our code or data for **dry experiment testing/wet experiment directed evolution**. We are pleased to see improvements in the subsequent work.
|
18 |
+
|
19 |
+
```
|
20 |
+
@article{tan2023protssn,
|
21 |
+
title={Semantical and Topological Protein Encoding Toward Enhanced Bioactivity and Thermostability},
|
22 |
+
author={Tan, Yang and Zhou, Bingxin and Zheng, Lirong and Fan, Guisheng and Hong, Liang},
|
23 |
+
journal={bioRxiv},
|
24 |
+
pages={2023--12},
|
25 |
+
year={2023},
|
26 |
+
publisher={Cold Spring Harbor Laboratory}
|
27 |
+
}
|