Related Experiment Video
Updated: Aug 24, 2025

Diagonal Method to Measure Synergy Among Any Number of Drugs
Published on: June 21, 2018
LaGAT: link-aware graph attention network for drug-drug interaction prediction
Yue Hong1, Pengyu Luo1, Shuting Jin1,2,3
1School of Informatics, Xiamen University, Xiamen 361005, China.
Motivation:
Drug-drug interaction (DDI) prediction is a challenging problem in pharmacology and clinical applications. With the increasing availability of large biomedical databases, large-scale biological knowledge graphs containing drug information have been widely used for DDI prediction. However, large knowledge graphs inevitably suffer from data noise problems, which limit the performance and interpretability of models based on the knowledge graph. Recent studies attempt to improve models by introducing inductive bias through an attention mechanism. However, they all only depend on the topology of entity nodes independently to generate fixed attention pathways, without considering the semantic diversity of entity nodes in different drug pair links. This makes it difficult for models to select more meaningful nodes to overcome data quality limitations and make more interpretable predictions.
Results:
To address this issue, we propose a Link-aware Graph Attention method for DDI prediction, called LaGAT, which is able to generate different attention pathways for drug entities based on different drug pair links. For a drug pair link, the LaGAT uses the embedding representation of one of the drugs as a query vector to calculate the attention weights, thereby selecting the appropriate topological neighbor nodes to obtain the semantic information of the other drug. We separately conduct experiments on binary and multi-class classification and visualize the attention pathways generated by the model. The results prove that LaGAT can better capture semantic relationships and achieves remarkably superior performance over both the classical and state-of-the-art models on DDI prediction.
Availabilityand Implementation:
The source code and data are available at https://github.com/Azra3lzz/LaGAT.
Supplementary Information:
Supplementary data are available at Bioinformatics online.
Related Concept Videos
Drug-Receptor Interactions
Several parameters, such as the drug's affinity for its receptor and its efficacy, which is its ability to activate the receptor, determine the drug's effect on the tissue....
Drug-Receptor Interaction: Antagonist
Antagonists can be classified as competitive or noncompetitive based on their...
Drug-Receptor Interaction: Agonist
Agonists can bind to receptors in different ways. Some agonists bind directly to the receptor's active site, mimicking the endogenous...
Drug-Receptor Bonds
In...
Combined Effects of Drugs: Synergism
Such synergistic combinations...
Combined Effects of Drugs: Antagonism
The most common type is receptor antagonism, where one drug acts as an antagonist to block the effects of another drug by...

