Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,13 @@ __Note: Inference may take a loger time, you can upgrade to a paid GPU-enabled p
|
|
82 |
"""
|
83 |
|
84 |
article = """
|
85 |
-
This interface enables the use of <span style='font-variant:small-caps;'>BarlowDTI</span> to predict drug-target interactions.
|
86 |
-
The model ensemble consists of
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
If you use this interface in your research, please cite our paper:
|
89 |
```
|
@@ -94,7 +99,7 @@ If you use this interface in your research, please cite our paper:
|
|
94 |
eprint={2408.00040},
|
95 |
archivePrefix={arXiv},
|
96 |
primaryClass={q-bio.BM},
|
97 |
-
url={https://arxiv.org/abs/2408.00040},
|
98 |
}
|
99 |
```
|
100 |
"""
|
@@ -114,7 +119,6 @@ iface = gr.Interface(
|
|
114 |
outputs=[
|
115 |
gr.Plot(label="Predictions Visualization"),
|
116 |
gr.DataFrame(label="Predictions DataFrame"),
|
117 |
-
# gr.DownloadButton(label="Download Predictions")
|
118 |
],
|
119 |
title=title,
|
120 |
description=description,
|
|
|
82 |
"""
|
83 |
|
84 |
article = """
|
85 |
+
This interface enables the use of <span style='font-variant:small-caps;'>BarlowDTI</span><sub>XXL</sub> to predict drug-target interactions.
|
86 |
+
The model ensemble consists of four models trained on different datasets: our own curated and refined dataset based on
|
87 |
+
[Golts et. al](https://doi.org/10.48550/arXiv.2401.17174)
|
88 |
+
in combination with
|
89 |
+
[BindingDB](https://doi.org/10.1093/nar/gkl999),
|
90 |
+
[BioSNAP](https://snap.stanford.edu/index.html), and
|
91 |
+
[DAVIS](https://doi.org/10.1038/nbt.1990).
|
92 |
|
93 |
If you use this interface in your research, please cite our paper:
|
94 |
```
|
|
|
99 |
eprint={2408.00040},
|
100 |
archivePrefix={arXiv},
|
101 |
primaryClass={q-bio.BM},
|
102 |
+
url={https://arxiv.org/abs/2408.00040},
|
103 |
}
|
104 |
```
|
105 |
"""
|
|
|
119 |
outputs=[
|
120 |
gr.Plot(label="Predictions Visualization"),
|
121 |
gr.DataFrame(label="Predictions DataFrame"),
|
|
|
122 |
],
|
123 |
title=title,
|
124 |
description=description,
|