Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxischuh/barlowdti
Accurate prediction of drug–target interactions in drug discovery.
https://github.com/maxischuh/barlowdti
drug-discovery drug-target-interactions machine-learning
Last synced: about 1 month ago
JSON representation
Accurate prediction of drug–target interactions in drug discovery.
- Host: GitHub
- URL: https://github.com/maxischuh/barlowdti
- Owner: maxischuh
- Created: 2024-08-27T09:01:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:27:41.000Z (4 months ago)
- Last Synced: 2024-09-06T13:34:34.891Z (4 months ago)
- Topics: drug-discovery, drug-target-interactions, machine-learning
- Language: Python
- Homepage: https://huggingface.co/spaces/mschuh/BarlowDTI
- Size: 2.19 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm-dark.svg)](https://huggingface.co/spaces/mschuh/BarlowDTI)
[![arXiv](https://img.shields.io/badge/arXiv-2408.00040-b31b1b.svg)](https://arxiv.org/abs/2408.00040)# BarlowDTI
## Barlow Twins Deep Neural Network for Advanced 1D Drug–Target Interaction Prediction
Accurate prediction of drug–target interactions is critical for advancing drug discovery.
By reducing time and cost, machine learning and deep learning can accelerate this laborious discovery process.
In a novel approach, BarlowDTI, we utilise the powerful Barlow Twins architecture for feature-extraction while considering the structure of the target protein. Our method achieves state-of-the-art predictive performance against multiple established benchmarks using only one-dimensional input.
The use of gradient boosting machine as the underlying predictor ensures fast and efficient predictions without the need for substantial computational resources.
We also investigate how the model reaches its decision based on individual training samples.
By comparing co-crystal structures, we find that BarlowDTI effectively exploits catalytically active and stabilising residues, highlighting the model’s ability to generalise from one-dimensional input data.
In addition, we further benchmark new baselines against existing methods.
Together, these innovations improve the efficiency and effectiveness of drug–target interaction predictions, providing robust tools for accelerating drug development and deepening the understanding of molecular interactions.
Therefore, we provide an easy-to-use web interface that can be freely accessed at https://www.bio.nat.tum.de/oc2/barlowdti.![Graphical abstract](toc.svg)
## Code and Data
You can find our code and data stored in this repository.
If you use our work in your research, please cite:
```
@misc{schuh2024barlowtwinsdeepneural,
title={Barlow Twins Deep Neural Network for Advanced 1D Drug-Target Interaction Prediction},
author={Maximilian G. Schuh and Davide Boldini and Annkathrin I. Bohne and Stephan A. Sieber},
year={2024},
eprint={2408.00040},
archivePrefix={arXiv},
primaryClass={q-bio.BM},
url={https://arxiv.org/abs/2408.00040},
}
```