paper-with-me

Papers

Emerging Drug Interaction Prediction Enabled by Flow-based Graph Neural Network with Biomedical Network

2023-11-15 · Yongqi Zhang, Quanming Yao, Ling Yue, Xian Wu, Ziheng Zhang, Zhenxi Lin, Yefeng Zheng

Accurately predicting drug-drug interactions (DDI) for emerging drugs, which offer possibilities for treating and alleviating diseases, with computational methods can improve patient care and contribute to efficient drug development. However, many existing computational methods require large amounts of known DDI information, which is scarce for emerging drugs. In this paper, we propose EmerGNN, a graph neural network (GNN) that can effectively predict interactions for emerging drugs by leveraging the rich information in biomedical networks. EmerGNN learns pairwise representations of drugs by extracting the paths between drug pairs, propagating information from one drug to the other, and incorporating the relevant biomedical concepts on the paths. The different edges on the biomedical network are weighted to indicate the relevance for the target DDI prediction. Overall, EmerGNN has higher accuracy than existing approaches in predicting interactions for emerging drugs and can identify the most relevant information on the biomedical network.

📄 PDF Abstract BibTeX arXiv:2311.09261

Code (1)

lars-research/emergnn 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Accurate and interpretable drug-drug interaction prediction enabled by knowledge subgraph learning

2023-11-25 · Yaqing Wang, Zaifei Yang, Quanming Yao

Background: Discovering potential drug-drug interactions (DDIs) is a long-standing challenge in clinical treatments and drug developments. Recently, deep learning techniques have been developed for DDI prediction. Howeve…

Graph Neural NetworkKnowledge Graphs

DDIAgents: Mechanism-Conditioned Context Flow for Drug-Drug Interaction Prediction

2026-06-30 · Zhenqian Shen, Yu Liu, Xiaoyi Fu, Quanming Yao arxiv

Drug-drug interaction (DDI) prediction is essential for medication safety, yet it requires reasoning over heterogeneous biomedical evidence whose relevance changes across interaction mechanisms. We propose DDIAgents, a m…

GFlowNets for Learning Better Drug-Drug Interaction Representations

2025-08-07 · Azmine Toushik Wasi arxiv

Drug-drug interactions pose a significant challenge in clinical pharmacology, with severe class imbalance among interaction types limiting the effectiveness of predictive models. Common interactions dominate datasets, wh…

Inductive-Associative Meta-learning Pipeline with Human Cognitive Patterns for Unseen Drug-Target Interaction Prediction

2025-01-26 · Xiaoqing Lian, Jie Zhu, Tianxu Lv, Shiyun Nie 외

Significant differences in protein structures hinder the generalization of existing drug-target interaction (DTI) models, which often rely heavily on pre-learned binding principles or detailed annotations. In contrast, B…

Drug DiscoveryMeta-Learning

Explainable Biomedical Hypothesis Generation via Retrieval Augmented Generation enabled Large Language Models

2024-07-17 · Alexander R. Pelletier, Joseph Ramirez, Irsyad Adam, Simha Sankar 외

The vast amount of biomedical information available today presents a significant challenge for investigators seeking to digest, process, and understand these findings effectively. Large Language Models (LLMs) have emerge…

NavigateRAGRetrievalRetrieval-augmented Generation