paper-with-me

Papers

DynamicDTA: Drug-Target Binding Affinity Prediction Using Dynamic Descriptors and Graph Representation

2025-05-13 · Dan Luo, Jinyu Zhou, Le Xu, Sisi Yuan, Xuan Lin

Predicting drug-target binding affinity (DTA) is essential for identifying potential therapeutic candidates in drug discovery. However, most existing models rely heavily on static protein structures, often overlooking the dynamic nature of proteins, which is crucial for capturing conformational flexibility that will be beneficial for protein binding interactions. We introduce DynamicDTA, an innovative deep learning framework that incorporates static and dynamic protein features to enhance DTA prediction. The proposed DynamicDTA takes three types of inputs, including drug sequence, protein sequence, and dynamic descriptors. A molecular graph representation of the drug sequence is generated and subsequently processed through graph convolutional network, while the protein sequence is encoded using dilated convolutions. Dynamic descriptors, such as root mean square fluctuation, are processed through a multi-layer perceptron. These embedding features are fused with static protein features using cross-attention, and a tensor fusion network integrates all three modalities for DTA prediction. Extensive experiments on three datasets demonstrate that DynamicDTA achieves by at least 3.4% improvement in RMSE score with comparison to seven state-of-the-art baseline methods. Additionally, predicting novel drugs for Human Immunodeficiency Virus Type 1 and visualizing the docking complexes further demonstrates the reliability and biological relevance of DynamicDTA.

📄 PDF Abstract BibTeX arXiv:2505.11529

Code (1)

shmily-ld/dynamicdta 공식 구현 pytorch

Tasks

Drug Discovery

Similar Papers 제목 키워드 기반

DeepDTA: Deep Drug-Target Binding Affinity Prediction

2018-01-30 · Hakime Öztürk, Elif Ozkirimli, Arzucan Özgür

The identification of novel drug-target (DT) interactions is a substantial part of the drug discovery process. Most of the computational methods that have been proposed to predict DT interactions have focused on binary c…

Binary ClassificationDrug DiscoveryPrediction

GraphDTA: prediction of drug–target binding affinity using graph convolutional networks

2019-07-02 · bioRxiv 2019 7 · Thin Nguyen, Hang Le, Svetha Venkatesh

While the development of new drugs is costly, time consuming, and often accompanied with safety issues, drug repurposing, where old drugs with established safety are used for medical conditions other than originally deve…

Deep LearningDrug DiscoveryRecommendation Systems

ResDTA: Predicting Drug-Target Binding Affinity Using Residual Skip Connections

2023-03-20 · Partho Ghosh, Md. Aynal Haque

The discovery of novel drug target (DT) interactions is an important step in the drug development process. The majority of computer techniques for predicting DT interactions have focused on binary classification, with th…

Binary ClassificationDeep Learning

Hierarchical Graph Representation Learning for the Prediction of Drug-Target Binding Affinity

2022-03-22 · Zhaoyang Chu, Shichao Liu, Wen Zhang

The identification of drug-target binding affinity (DTA) has attracted increasing attention in the drug discovery process due to the more specific interpretation than binary interaction prediction. Recently, numerous dee…

Drug DiscoveryGraph LearningGraph Representation LearningRepresentation Learning

Drug-target affinity prediction method based on consistent expression of heterogeneous data

2022-11-13 · Boyuan Liu

The first step in drug discovery is finding drug molecule moieties with medicinal activity against specific targets. Therefore, it is crucial to investigate the interaction between drug-target proteins and small chemical…

Drug Discovery