Subgraph Neural Networks Enhanced by Global Similarity for Drug Repositioning.

  • Abstract
  • Literature Map
  • Similar Papers
Abstract
Translate article icon Translate Article Star icon
Take notes icon Take Notes

Drug repositioning is a promising strategy for accelerating drug development and reducing costs by identifying potential indications for existing drugs. Recently, technological advancements have enabled the development of numerous graph convolutional network (GCN)-based methods for drug repositioning. However, many existing methods overlook the distinct roles of nodes within drug-disease association graphs, limiting their ability to learn effective representations. To address this limitation, we propose a subgraph neural network enhanced by global similarity for drug repositioning, termed GSESNN. Specifically, GSESNN first extracts the subgraph of each drug-disease pair from the entire drug-disease graph. Then, GCN and a sort pooling strategy are utilized to learn the subgraph representation. In addition, to distinguish between different drug-disease pairs with the identical subgraph topology, GSESNN utilizes GCN to learn the similarity information of drugs and diseases, fusing it with the subgraph representation to produce the final representation. Finally, we regard the drug-disease association prediction as a graph classification task. Experimental results show that GSESNN outperforms the baseline model in drug repositioning tasks. Case studies on Alzheimer's disease and Gastric Cancer further demonstrate that our model successfully identifies more accurate drug-disease associations, highlighting its potential for practical applications in drug discovery.

Similar Papers
  • Research Article
  • Cite Count Icon 32
  • 10.1109/jbhi.2022.3194891
Partner-Specific Drug Repositioning Approach Based on Graph Convolutional Network.
  • Nov 1, 2022
  • IEEE Journal of Biomedical and Health Informatics
  • Xinliang Sun + 3 more

Drug repositioning identifies novel therapeutic potentials for existing drugs and is considered an attractive approach due to the opportunity for reduced development timelines and overall costs. Prior computational methods usually learned a drug's representation from an entire graph of drug-disease associations. Therefore, the representation of learned drugs representation are static and agnostic to various diseases. However, for different diseases, a drug's mechanism of actions (MoAs) are different. The relevant context information should be differentiated for the same drug to target different diseases. Computational methods are thus required to learn different representations corresponding to different drug-disease associations for the given drug. In view of this, we propose an end-to-end partner-specific drug repositioning approach based on graph convolutional network, named PSGCN. PSGCN firstly extracts specific context information around drug-disease pairs from an entire graph of drug-disease associations. Then, it implements a graph convolutional network on the extracted graph to learn partner-specific graph representation. As the different layers of graph convolutional network contribute differently to the representation of the partner-specific graph, we design a layer self-attention mechanism to capture multi-scale layer information. Finally, PSGCN utilizes sortpool strategy to obtain the partner-specific graph embedding and formulates a drug-disease association prediction as a graph classification task. A fully-connected module is established to classify the partner-specific graph representations. The experiments on three benchmark datasets prove that the representation learning of partner-specific graph can lead to superior performances over state-of-the-art methods. In particular, case studies on small cell lung cancer and breast carcinoma confirmed that PSGCN is able to retrieve more actual drug-disease associations in the top prediction results. Moreover, in comparison with other static approaches, PSGCN can partly distinguish the different disease context information for the given drug.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 3
  • 10.3389/fphar.2024.1337764
Prediction of drug-disease associations based on reinforcement symmetric metric learning and graph convolution network.
  • Feb 7, 2024
  • Frontiers in Pharmacology
  • Huimin Luo + 5 more

Accurately identifying novel indications for drugs is crucial in drug research and discovery. Traditional drug discovery is costly and time-consuming. Computational drug repositioning can provide an effective strategy for discovering potential drug-disease associations. However, the known experimentally verified drug-disease associations is relatively sparse, which may affect the prediction performance of the computational drug repositioning methods. Moreover, while the existing drug-disease prediction method based on metric learning algorithm has achieved better performance, it simply learns features of drugs and diseases only from the drug-centered perspective, and cannot comprehensively model the latent features of drugs and diseases. In this study, we propose a novel drug repositioning method named RSML-GCN, which applies graph convolutional network and reinforcement symmetric metric learning to predict potential drug-disease associations. RSML-GCN first constructs a drug-disease heterogeneous network by integrating the association and feature information of drugs and diseases. Then, the graph convolutional network (GCN) is applied to complement the drug-disease association information. Finally, reinforcement symmetric metric learning with adaptive margin is designed to learn the latent vector representation of drugs and diseases. Based on the learned latent vector representation, the novel drug-disease associations can be identified by the metric function. Comprehensive experiments on benchmark datasets demonstrated the superior prediction performance of RSML-GCN for drug repositioning.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 29
  • 10.1186/s12920-017-0311-0
Predicting drug-disease interactions by semi-supervised graph cut algorithm and three-layer data integration
  • Dec 1, 2017
  • BMC Medical Genomics
  • Guangsheng Wu + 2 more

BackgroundPrediction of drug-disease interactions is promising for either drug repositioning or disease treatment fields. The discovery of novel drug-disease interactions, on one hand can help to find novel indictions for the approved drugs; on the other hand can provide new therapeutic approaches for the diseases. Recently, computational methods for finding drug-disease interactions have attracted lots of attention because of their far more higher efficiency and lower cost than the traditional wet experiment methods. However, they still face several challenges, such as the organization of the heterogeneous data, the performance of the model, and so on.MethodsIn this work, we present to hierarchically integrate the heterogeneous data into three layers. The drug-drug and disease-disease similarities are first calculated separately in each layer, and then the similarities from three layers are linearly fused into comprehensive drug similarities and disease similarities, which can then be used to measure the similarities between two drug-disease pairs. We construct a novel weighted drug-disease pair network, where a node is a drug-disease pair with known or unknown treatment relation, an edge represents the node-node relation which is weighted with the similarity score between two pairs. Now that similar drug-disease pairs are supposed to show similar treatment patterns, we can find the optimal graph cut of the network. The drug-disease pair with unknown relation can then be considered to have similar treatment relation with that within the same cut. Therefore, we develop a semi-supervised graph cut algorithm, SSGC, to find the optimal graph cut, based on which we can identify the potential drug-disease treatment interactions.ResultsBy comparing with three representative network-based methods, SSGC achieves the highest performances, in terms of both AUC score and the identification rates of true drug-disease pairs. The experiments with different integration strategies also demonstrate that considering several sources of data can improve the performances of the predictors. Further case studies on four diseases, the top-ranked drug-disease associations have been confirmed by KEGG, CTD database and the literature, illustrating the usefulness of SSGC.ConclusionsThe proposed comprehensive similarity scores from multi-views and multiple layers and the graph-cut based algorithm can greatly improve the prediction performances of drug-disease associations.

  • Research Article
  • Cite Count Icon 334
  • 10.1093/bib/bbz042
Graph convolutional networks for computational drug development and discovery.
  • Jun 3, 2019
  • Briefings in Bioinformatics
  • Mengying Sun + 5 more

Despite the fact that deep learning has achieved remarkable success in various domains over the past decade, its application in molecular informatics and drug discovery is still limited. Recent advances in adapting deep architectures to structured data have opened a new paradigm for pharmaceutical research. In this survey, we provide a systematic review on the emerging field of graph convolutional networks and their applications in drug discovery and molecular informatics. Typically we are interested in why and how graph convolution networks can help in drug-related tasks. We elaborate the existing applications through four perspectives: molecular property and activity prediction, interaction prediction, synthesis prediction and de novo drug design. We briefly introduce the theoretical foundations behind graph convolutional networks and illustrate various architectures based on different formulations. Then we summarize the representative applications in drug-related problems. We also discuss the current challenges and future possibilities of applying graph convolutional networks to drug discovery.

  • Research Article
  • Cite Count Icon 11
  • 10.1016/j.eswa.2024.124152
Drug repositioning based on tripartite cross-network embedding and graph convolutional network
  • May 6, 2024
  • Expert Systems With Applications
  • Pan Zeng + 6 more

Drug repositioning based on tripartite cross-network embedding and graph convolutional network

  • Research Article
  • Cite Count Icon 78
  • 10.1093/bioinformatics/btaa437
Toward heterogeneous information fusion: bipartite graph convolutional networks for in silico drug repurposing.
  • Jul 1, 2020
  • Bioinformatics
  • Zichen Wang + 2 more

MotivationMining drug–disease association and related interactions are essential for developing in silico drug repurposing (DR) methods and understanding underlying biological mechanisms. Recently, large-scale biological databases are increasingly available for pharmaceutical research, allowing for deep characterization for molecular informatics and drug discovery. However, DR is challenging due to the molecular heterogeneity of disease and diverse drug–disease associations. Importantly, the complexity of molecular target interactions, such as protein–protein interaction (PPI), remains to be elucidated. DR thus requires deep exploration of a multimodal biological network in an integrative context.ResultsIn this study, we propose BiFusion, a bipartite graph convolution network model for DR through heterogeneous information fusion. Our approach combines insights of multiscale pharmaceutical information by constructing a multirelational graph of drug–protein, disease–protein and PPIs. Especially, our model introduces protein nodes as a bridge for message passing among diverse biological domains, which provides insights into utilizing PPI for improved DR assessment. Unlike conventional graph convolution networks always assuming the same node attributes in a global graph, our approach models interdomain information fusion with bipartite graph convolution operation. We offered an exploratory analysis for finding novel drug–disease associations. Extensive experiments showed that our approach achieved improved performance than multiple baselines for DR analysis.Availability and implementationSource code and preprocessed datasets are at: https://github.com/zcwang0702/BiFusion.

  • Research Article
  • Cite Count Icon 8
  • 10.1186/s12859-022-04911-8
GCMM: graph convolution network based on multimodal attention mechanism for drug repurposing
  • Sep 13, 2022
  • BMC Bioinformatics
  • Fan Zhang + 2 more

BackgroundThe main focus of in silico drug repurposing, which is a promising area for using artificial intelligence in drug discovery, is the prediction of drug–disease relationships. Although many computational models have been proposed recently, it is still difficult to reliably predict drug–disease associations from a variety of sources of data.ResultsIn order to identify potential drug–disease associations, this paper introduces a novel end-to-end model called Graph convolution network based on a multimodal attention mechanism (GCMM). In particular, GCMM incorporates known drug–disease relations, drug–drug chemical similarity, drug–drug therapeutic similarity, disease–disease semantic similarity, and disease–disease target-based similarity into a heterogeneous network. A Graph Convolution Network encoder is used to learn how diseases and drugs are embedded in various perspectives. Additionally, GCMM can enhance performance by applying a multimodal attention layer to assign various levels of value to various features and the inputting of multi-source information.Conclusion5 fold cross-validation evaluations show that the GCMM outperforms four recently proposed deep-learning models on the majority of the criteria. It shows that GCMM can predict drug–disease relationships reliably and suggests improvement in the desired metrics. Hyper-parameter analysis and exploratory ablation experiments are also provided to demonstrate the necessity of each module of the model and the highest possible level of prediction performance. Additionally, a case study on Alzheimer’s disease (AD). Four of the five medications indicated by GCMM to have the highest potential correlation coefficient with AD have been demonstrated through literature or experimental research, demonstrating the viability of GCMM. All of these results imply that GCMM can provide a strong and effective tool for drug development and repositioning.

  • Research Article
  • Cite Count Icon 28
  • 10.1002/asi.23876
Large‐scale extraction of drug–disease pairs from the medical literature
  • Jun 6, 2017
  • Journal of the Association for Information Science and Technology
  • Pengwei Wang + 3 more

Automatic extraction of large‐scale and accurate drug–disease pairs from the medical literature plays an important role for drug repurposing. However, many existing extraction methods are mainly in a supervised manner. It is costly and time‐consuming to manually label drug–disease pairs datasets. There are many drug–disease pairs buried in free text. In this work, we first leverage a pattern‐based method to automatically extract drug–disease pairs with treatment and inducement relationships from free text. Then, to reflect a drug–disease relation, a network embedding algorithm is proposed to calculate the degree of correlation of a drug–disease pair. In the experiments, we use the method to extract treatment and inducement drug–disease pairs from 27 million medical abstracts and titles available on PubMed. We extract 138,318 unique treatment pairs and 75,396 unique inducement pairs. Our algorithm achieves a precision of 0.912 and a recall of 0.898 in extracting the frequent treatment drug–disease pairs, and a precision of 0.923 and a recall of 0.833 in extracting the frequent inducement drug–disease pairs. Besides, our proposed information network embedding algorithm can efficiently reflect the degree of correlation of drug–disease pairs. Our algorithm can achieve a precision of 0.802, a recall of 0.783 in the fine‐grained evaluation of extracting frequent pairs.

  • Research Article
  • 10.1109/jbhi.2025.3573158
Multi-grained Line Graph Neural Network with Hierarchical Contrastive Learning for Predicting Drug-disease Associations.
  • Jan 1, 2025
  • IEEE journal of biomedical and health informatics
  • Bao-Min Liu + 6 more

Predicting drug-disease associations is a crucial step in drug repositioning, especially with computational methods that quickly locate potential drug-disease pairs. Heterogenous network is a common tool for introducing multiple type relation information about drugs and diseases. However, the diversity of relations is ignored in most of existing methods, which makes them difficult to explore type semantic information with structure properties. Therefore, we propose a relation-centric GNN framework to encode critical association patterns. Firstly, we utilize a relation-centric graph, line graph, to represent the context of a drug-disease pair identified as the center node. The prediction problem is modeled to learn the embedding vector of the center node. Secondly, a multi-grained line graph neural network (MGLGNN) is designed to excavate fine-grained features that encapsulate local graph structures. We theoretically define a handful of typical nodes that can be regarded as high-order abstractions of relations in each type. Then, MGLGNN distills the local information and passes it to typical nodes from a global perspective. With learned multi-grained features, the center node automatically captures heterogenous relation semantics and structure patterns. Thirdly, a hierarchical contrastive learning (HCL) mechanism is proposed to ensure the quality of multi-grained features in an unsupervised way. Extensive experiments show the great potential of our model in mining drug-disease associations.

  • Research Article
  • Cite Count Icon 11
  • 10.1016/j.knosys.2023.111187
SLGCN: Structure-enhanced line graph convolutional network for predicting drug–disease associations
  • Nov 11, 2023
  • Knowledge-Based Systems
  • Bao-Min Liu + 4 more

SLGCN: Structure-enhanced line graph convolutional network for predicting drug–disease associations

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 7
  • 10.3389/fphar.2024.1393415
Knowledge mapping of graph neural networks for drug discovery: a bibliometric and visualized analysis.
  • May 10, 2024
  • Frontiers in Pharmacology
  • Rufan Yao + 7 more

In recent years, graph neural network has been extensively applied to drug discovery research. Although researchers have made significant progress in this field, there is less research on bibliometrics. The purpose of this study is to conduct a comprehensive bibliometric analysis of graph neural network applications in drug discovery in order to identify current research hotspots and trends, as well as serve as a reference for future research. Publications from 2017 to 2023 about the application of graph neural network in drug discovery were collected from the Web of Science Core Collection. Bibliometrix, VOSviewer, and Citespace were mainly used for bibliometric studies. In this paper, a total of 652 papers from 48 countries/regions were included. Research interest in this field is continuously increasing. China and the United States have a significant advantage in terms of funding, the number of publications, and collaborations with other institutions and countries. Although some cooperation networks have been formed in this field, extensive worldwide cooperation still needs to be strengthened. The results of the keyword analysis clarified that graph neural network has primarily been applied to drug-target interaction, drug repurposing, and drug-drug interaction, while graph convolutional neural network and its related optimization methods are currently the core algorithms in this field. Data availability and ethical supervision, balancing computing resources, and developing novel graph neural network models with better interpretability are the key technical issues currently faced. This paper analyzes the current state, hot spots, and trends of graph neural network applications in drug discovery through bibliometric approaches, as well as the current issues and challenges in this field. These findings provide researchers with valuable insights on the current status and future directions of this field.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 43
  • 10.3390/cells8070705
Convolutional Neural Network and Bidirectional Long Short-Term Memory-Based Method for Predicting Drug-Disease Associations.
  • Jul 11, 2019
  • Cells
  • Ping Xuan + 4 more

Identifying novel indications for approved drugs can accelerate drug development and reduce research costs. Most previous studies used shallow models for prioritizing the potential drug-related diseases and failed to deeply integrate the paths between drugs and diseases which may contain additional association information. A deep-learning-based method for predicting drug–disease associations by integrating useful information is needed. We proposed a novel method based on a convolutional neural network (CNN) and bidirectional long short-term memory (BiLSTM)—CBPred—for predicting drug-related diseases. Our method deeply integrates similarities and associations between drugs and diseases, and paths among drug-disease pairs. The CNN-based framework focuses on learning the original representation of a drug-disease pair from their similarities and associations. As the drug-disease association possibility also depends on the multiple paths between them, the BiLSTM-based framework mainly learns the path representation of the drug-disease pair. In addition, considering that different paths have discriminate contributions to the association prediction, an attention mechanism at path level is constructed. Our method, CBPred, showed better performance and retrieved more real associations in the front of the results, which is more important for biologists. Case studies further confirmed that CBPred can discover potential drug-disease associations.

  • Research Article
  • Cite Count Icon 27
  • 10.1093/bioinformatics/btad748
Drug repositioning with adaptive graph convolutional networks.
  • Dec 9, 2023
  • Bioinformatics
  • Xinliang Sun + 4 more

Drug repositioning is an effective strategy to identify new indications for existing drugs, providing the quickest possible transition from bench to bedside. With the rapid development of deep learning, graph convolutional networks (GCNs) have been widely adopted for drug repositioning tasks. However, prior GCNs based methods exist limitations in deeply integrating node features and topological structures, which may hinder the capability of GCNs. In this study, we propose an adaptive GCNs approach, termed AdaDR, for drug repositioning by deeply integrating node features and topological structures. Distinct from conventional graph convolution networks, AdaDR models interactive information between them with adaptive graph convolution operation, which enhances the expression of model. Concretely, AdaDR simultaneously extracts embeddings from node features and topological structures and then uses the attention mechanism to learn adaptive importance weights of the embeddings. Experimental results show that AdaDR achieves better performance than multiple baselines for drug repositioning. Moreover, in the case study, exploratory analyses are offered for finding novel drug-disease associations. The soure code of AdaDRis available at: https://github.com/xinliangSun/AdaDR.

  • Research Article
  • Cite Count Icon 10
  • 10.1016/j.artmed.2024.102805
GCNGAT: Drug–disease association prediction based on graph convolution neural network and graph attention network
  • Feb 17, 2024
  • Artificial Intelligence In Medicine
  • Runtao Yang + 3 more

GCNGAT: Drug–disease association prediction based on graph convolution neural network and graph attention network

  • Research Article
  • Cite Count Icon 12
  • 10.1109/tcbb.2023.3234331
NetPro: Neighborhood Interaction-based Drug Repositioning via Label Propagation.
  • May 1, 2023
  • IEEE/ACM Transactions on Computational Biology and Bioinformatics
  • Yiran Huang + 4 more

Drug repositioning is an important approach for predicting new disease indications of the existing drugs in drug discovery. A great progress has been achieved in drug repositioning. However, effectively utilizing the localized neighborhood interaction features of drug and disease in drug-disease associations remains challenging. This paper proposes a neighborhood interaction-based method called NetPro for drug repositioning via label propagation. In NetPro, we first formulate the known drug-disease associations, various disease and drug similarities from different perspectives to construct drug-drug and disease-disease networks. Meanwhile we employ the nearest neighbors and their interactions in the constructed networks to devise a new approach for computing drug similarity and disease similarity. To implement the prediction of new drugs or diseases, a preprocessing step is applied to renew the known drug-disease associations using our calculated drug and disease similarities. We then employ a label propagation model to predict drug-disease associations by the drug and disease linear neighborhood similarities derived from the renewed drug-disease associations. The experimental results on three benchmark datasets show that NetPro can effectively identify potential drug-disease associations and achieve better prediction performance than the existing methods. Case studies further demonstrate that NetPro is capable of predicting promising candidate disease indications for drugs.

Save Icon
Up Arrow
Open/Close
  • Ask R Discovery Star icon
  • Chat PDF Star icon

AI summaries and top papers from 250M+ research sources.

Search IconWhat is the difference between bacteria and viruses?
Open In New Tab Icon
Search IconWhat is the function of the immune system?
Open In New Tab Icon
Search IconCan diabetes be passed down from one generation to the next?
Open In New Tab Icon