paper-with-me

Papers

Modeling polypharmacy side effects with graph convolutional networks

2018-02-02 · Marinka Zitnik, Monica Agrawal, Jure Leskovec

The use of drug combinations, termed polypharmacy, is common to treat patients with complex diseases and co-existing conditions. However, a major consequence of polypharmacy is a much higher risk of adverse side effects for the patient. Polypharmacy side effects emerge because of drug-drug interactions, in which activity of one drug may change if taken with another drug. The knowledge of drug interactions is limited because these complex relationships are rare, and are usually not observed in relatively small clinical testing. Discovering polypharmacy side effects thus remains an important challenge with significant implications for patient mortality. Here, we present Decagon, an approach for modeling polypharmacy side effects. The approach constructs a multimodal graph of protein-protein interactions, drug-protein target interactions, and the polypharmacy side effects, which are represented as drug-drug interactions, where each side effect is an edge of a different type. Decagon is developed specifically to handle such multimodal graphs with a large number of edge types. Our approach develops a new graph convolutional neural network for multirelational link prediction in multimodal networks. Decagon predicts the exact side effect, if any, through which a given drug combination manifests clinically. Decagon accurately predicts polypharmacy side effects, outperforming baselines by up to 69%. We find that it automatically learns representations of side effects indicative of co-occurrence of polypharmacy in patients. Furthermore, Decagon models particularly well side effects with a strong molecular basis, while on predominantly non-molecular side effects, it achieves good performance because of effective sharing of model parameters across edge types. Decagon creates opportunities to use large pharmacogenomic and patient data to flag and prioritize side effects for follow-up analysis.

📄 PDF Abstract BibTeX arXiv:1802.00543

Code (1)

mims-harvard/decagon 공식 구현 tf

Tasks

Link Prediction

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…

Similar Papers 제목 키워드 기반

Tri-graph Information Propagation for Polypharmacy Side Effect Prediction

2020-01-28 · Hao Xu, Shengqi Sang, Haiping Lu

The use of drug combinations often leads to polypharmacy side effects (POSE). A recent method formulates POSE prediction as a link prediction problem on a graph of drugs and proteins, and solves it with Graph Convolution…

Link PredictionPose PredictionPrediction

Knowledge Graph Completion to Predict Polypharmacy Side Effects

2018-10-22 · Brandon Malone, Alberto García-Durán, Mathias Niepert

The polypharmacy side effect prediction problem considers cases in which two drugs taken individually do not result in a particular side effect; however, when the two drugs are taken in combination, the side effect manif…

Knowledge Graph CompletionPrediction

ADEP: A Novel Approach Based on Discriminator-Enhanced Encoder-Decoder Architecture for Accurate Prediction of Adverse Effects in Polypharmacy

2024-05-31 · Katayoun Kobraei, Mehrdad Baradaran, Seyed Mohsen Sadeghi, Raziyeh Masumshah 외

Motivation: Unanticipated drug-drug interactions (DDIs) pose significant risks in polypharmacy, emphasizing the need for predictive methods. Recent advancements in computational techniques aim to address this challenge. …

Decoder

Drug Interaction Vectors Neural Network: DrIVeNN

2023-08-26 · Natalie Wang, Casey Overby Taylor

Polypharmacy, the concurrent use of multiple drugs to treat a single condition, is common in patients managing multiple or complex conditions. However, as more drugs are added to the treatment plan, the risk of adverse d…

feature selection

Fast Polypharmacy Side Effect Prediction Using Tensor Factorisation

2024-04-17 · Oliver Lloyd, Yi Liu, Tom R. Gaunt

Motivation: Adverse reactions from drug combinations are increasingly common, making their accurate prediction a crucial challenge in modern medicine. Laboratory-based identification of these reactions is insufficient du…

Graph Neural NetworkPrediction