Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -75,14 +75,16 @@ dataset_names = [
|
|
75 |
title = "Predict Drug-Target Interactions with <span style='font-variant:small-caps;'>BarlowDTI</span>"
|
76 |
|
77 |
description = """
|
78 |
-
|
79 |
-
The values
|
80 |
|
81 |
-
|
|
|
|
|
82 |
"""
|
83 |
|
84 |
article = """
|
85 |
-
This interface
|
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
|
@@ -90,7 +92,7 @@ in combination with
|
|
90 |
[BioSNAP](https://snap.stanford.edu/index.html), and
|
91 |
[DAVIS](https://doi.org/10.1038/nbt.1990).
|
92 |
|
93 |
-
If you use
|
94 |
```
|
95 |
@misc{schuh2024barlowtwinsdeepneural,
|
96 |
title={Barlow Twins Deep Neural Network for Advanced 1D Drug-Target Interaction Prediction},
|
|
|
75 |
title = "Predict Drug-Target Interactions with <span style='font-variant:small-caps;'>BarlowDTI</span>"
|
76 |
|
77 |
description = """
|
78 |
+
Enter the amino acid sequence and SMILES to get interaction predictions visualized as a spider graph and in a table.
|
79 |
+
The values can be interpreted as the probability of interaction between the drug and the target (0 = no interaction, 1 = interaction).
|
80 |
|
81 |
+
Thank you for using <span style='font-variant:small-caps;'>BarlowDTI</span>!
|
82 |
+
|
83 |
+
Note: Inference may take longer, you can upgrade to a paid GPU-enabled plan for faster inference.
|
84 |
"""
|
85 |
|
86 |
article = """
|
87 |
+
This interface lets the scientific community use <span style='font-variant:small-caps;'>BarlowDTI</span><sub>XXL</sub> to predict drug-target interactions.
|
88 |
The model ensemble consists of four models trained on different datasets: our own curated and refined dataset based on
|
89 |
[Golts et. al](https://doi.org/10.48550/arXiv.2401.17174)
|
90 |
in combination with
|
|
|
92 |
[BioSNAP](https://snap.stanford.edu/index.html), and
|
93 |
[DAVIS](https://doi.org/10.1038/nbt.1990).
|
94 |
|
95 |
+
If you use our approach in your research, please cite our paper:
|
96 |
```
|
97 |
@misc{schuh2024barlowtwinsdeepneural,
|
98 |
title={Barlow Twins Deep Neural Network for Advanced 1D Drug-Target Interaction Prediction},
|