paper-with-me

홈 › Papers

PGraphDTA: Improving Drug Target Interaction Prediction using Protein Language Models and Contact Maps

2023-10-06 · Neural Information Processing Systems 2023 AI for Science: from Theory to Practice Workshop 2023 12 · Rakesh Bal, Yijia Xiao, Wei Wang

Developing and discovering new drugs is a complex and resource-intensive endeavor that often involves substantial costs, time investment, and safety concerns. A key aspect of drug discovery involves identifying novel drug-target (DT) interactions. Existing computational methods for predicting DT interactions have primarily focused on binary classification tasks, aiming to determine whether a DT pair interacts or not. However, protein-ligand interactions exhibit a continuum of binding strengths, known as binding affinity, presenting a persistent challenge for accurate prediction. In this study, we investigate various techniques employed in Drug Target Interaction (DTI) prediction and propose novel enhancements to enhance their performance. Our approaches include the integration of Protein Language Models (PLMs) and the incorporation of Contact Map information as an inductive bias within current models. Through extensive experimentation, we demonstrate that our proposed approaches outperform the baseline models considered in this study, presenting a compelling case for further development in this direction. We anticipate that the insights gained from this work will significantly narrow the search space for potential drugs targeting specific proteins, thereby accelerating drug discovery. Code and data for PGraphDTA are available at https://github.com/Yijia-Xiao/PgraphDTA/.

📄 PDF Abstract BibTeX arXiv:2310.04017

Code (1)

yijia-xiao/pgraphdta 공식 구현 pytorch

Tasks

Binary ClassificationDrug DiscoveryInductive Bias

Similar Papers 제목 키워드 기반

Drug-target interaction prediction by integrating heterogeneous information with mutual attention network

2024-04-03 · Yuanyuan Zhang, Yingdong Wang, Chaoyong Wu, Lingmin Zhana 외

Identification of drug-target interactions is an indispensable part of drug discovery. While conventional shallow machine learning and recent deep learning methods based on chemogenomic properties of drugs and target pro…

Drug DiscoveryGraph AttentionPrediction

A Cross-Field Fusion Strategy for Drug-Target Interaction Prediction

2024-05-23 · Hongzhi Zhang, Xiuwen Gong, Shirui Pan, Jia Wu 외

Drug-target interaction (DTI) prediction is a critical component of the drug discovery process. In the drug development engineering field, predicting novel drug-target interactions is extremely crucial.However, although …

Drug DiscoveryPrediction

Attending on Multilevel Structure of Proteins enables Accurate Prediction of Cold-Start Drug-Target Interactions

2025-10-05 · Ziying Zhang, Yaqing Wang, Yuxuan Sun, Min Ye 외 arxiv

Cold-start drug-target interaction (DTI) prediction focuses on interaction between novel drugs and proteins. Previous methods typically learn transferable interaction patterns between structures of drug and proteins to t…

Representation Learning

Mitigating cold start problems in drug-target affinity prediction with interaction knowledge transferring

2022-01-16 · Tri Minh Nguyen, Thin Nguyen, Truyen Tran

Motivation: Predicting the drug-target interaction is crucial for drug discovery as well as drug repurposing. Machine learning is commonly used in drug-target affinity (DTA) problem. However, machine learning model faces…

BIG-bench Machine LearningDrug DiscoveryTransfer Learning

Medical Knowledge Graph QA for Drug-Drug Interaction Prediction based on Multi-hop Machine Reading Comprehension

2022-12-19 · Peng Gao, Feng Gao, Jian-Cheng Ni, Yu Wang 외

Drug-drug interaction prediction is a crucial issue in molecular biology. Traditional methods of observing drug-drug interactions through medical experiments require significant resources and labor. This paper presents a…

Entity EmbeddingsGraph Neural NetworkGraph Question AnsweringMachine Reading Comprehension+2