tyang816 commited on
Commit
cb2d622
·
verified ·
1 Parent(s): 76b0e66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## 🚀 Introduction (ProtSSN)
5
+
6
+ Fusion of protein **sequence and structural** information, using **denoising** pre-training network for **protein engineering** (**zero-shot**).
7
+
8
+ ## 📑 Github
9
+
10
+ https://github.com/tyang816/ProtSSN
11
+
12
+ ## 🙌 Citation
13
+
14
+ 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.
15
+
16
+ ```
17
+ @article{tan2023protssn,
18
+ title={Semantical and Topological Protein Encoding Toward Enhanced Bioactivity and Thermostability},
19
+ author={Tan, Yang and Zhou, Bingxin and Zheng, Lirong and Fan, Guisheng and Hong, Liang},
20
+ journal={bioRxiv},
21
+ pages={2023--12},
22
+ year={2023},
23
+ publisher={Cold Spring Harbor Laboratory}
24
+ }
25
+ ```