andrecornman commited on
Commit
6ced729
·
verified ·
1 Parent(s): ef046f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ ---
4
+
5
+
6
+ # FlashPPI: Linear-time prediction of proteome-scale microbial protein interactions
7
+
8
+ This model is used for benchmarking on the held out E. coli benchmark set (https://huggingface.co/datasets/tattabio/ecoli_pdb_benchmark). See the paper details on benchmarking.
9
+
10
+ The model trained on the full set is available here: https://huggingface.co/tattabio/flashppi.
11
+
12
+
13
+ ## Citing
14
+ If you use FlashPPI or our datasets in your research, please cite:
15
+
16
+ ```
17
+ @article {Cornman2026FlashPPI,
18
+ author = {Cornman, Andre and Tranzillo, Matt and Zulaybar, Nicolo G and Bouzit, Imane and Hwang, Yunha},
19
+ title = {Linear-time prediction of proteome-scale microbial protein interactions},
20
+ year = {2026},
21
+ doi = {10.64898/2026.03.01.708874},
22
+ publisher = {Cold Spring Harbor Laboratory},
23
+ URL = {https://www.biorxiv.org/content/early/2026/03/02/2026.03.01.708874},
24
+ journal = {bioRxiv}
25
+ }
26
+ ```