Abstract
Drug repurposing provides a cost-effective and time-efficient strategy to accelerate therapeutic discovery, yet most computational approaches fail to capture the multi-scale biomedical mechanisms underlying drug–disease associations, limiting interpretability. We introduce BioMNEDR (mechanism-guided network embedding for drug repurposing) that integrates heterogeneous biomedical networks through biologically curated meta-paths. BioMNEDR generates low-dimensional embeddings preserving protein–protein interactions and functional hierarchies. It further integrates multi-path predictions through an XGBoost classifier. The framework achieves state-of-the-art performance, consistently surpassing strong baselines across AUROC, AUPR, recall, and F1-score, while maintaining a balanced trade-off in precision. Case studies further highlight its practical utility, demonstrating the ability to rediscover approved drugs and prioritize promising candidates, such as cromoglicic acid for Alzheimer’s disease. By explicitly modeling multi-scale mechanisms, BioMNEDR enhances both predictive accuracy and biomedical interpretability, offering a robust computational framework for systematic drug repurposing.
Keywords: drug repurposing, heterogeneous network, meta-path, multi-scale mechanisms
Introduction
Drug repurposing—the strategy of identifying new therapeutic uses for approved or investigational compounds—has emerged as an urgent alternative to de novo drug development, given the escalating costs, prolonged timelines, and declining success rates of traditional pipelines [1]. Historically, most successful cases have arisen from serendipitous clinical observations. However, with the exponential growth of biomedical data, drug repurposing has evolved from anecdotal discoveries to a systematic, data-driven discipline, supported by computational modeling [2].
A variety of computational strategies have been explored, including molecular docking [3, 4], clinical data mining [5], and signature matching approaches, such as the Connectivity Map [6, 7]. While effective in specific contexts, these methods often rely on localized molecular features and fail to capture the multi-scale mechanisms that shape drug–disease relationships. As most diseases emerge from disruptions in coordinated biological processes rather than isolated single-gene defects, advancing repurposing requires models that move beyond single-entity associations to embrace systems-level interactions, as exemplified by frameworks that integrate biologically grounded graph construction for robust cell type annotation [8].
Network-based approaches have proven powerful in integrating heterogeneous biomedical knowledge and uncovering latent drug–disease associations. Representative examples include diffusion algorithms [9], proximity-based measures [10], AI-driven models such as graph convolutional networks [11], prototype-guided frameworks that emphasize interpretable embeddings through gene interaction mining [12], and consensus multi-graph learning approaches that leverage multiple mechanism-level graphs to enhance robustness and interpretability [13]. To reflect the latest advancements in graph-based biomedical prediction, state-of-the-art models like the Personalized Propagation Auto-Encoder model for predicting Drug-Target Interactions (PPAEDTI) [14] specialize in drug–target interaction prediction with rigorous benchmarking, including network-aware negative sampling and multiple evaluation splits. Despite their predictive capacity, these approaches remain largely opaque, offering limited mechanistic insights into their outputs. This lack of interpretability undermines confidence in their outputs and constrains their translation into clinical and regulatory practice.
Here, we present BioMNEDR, a mechanism-guided network embedding framework for drug repurposing. The main contributions are as follows:
Mechanism-driven design: We advance drug repurposing by curating biologically meaningful meta-paths that explicitly capture multi-scale drug mechanisms, enhancing interpretability beyond black-box embeddings.
Robust embedding and prediction: We enable comprehensive modeling of polypharmacological effects through a meta-path-based embedding method combined with XGBoost and a multi-path integration strategy.
Superior performance and clinical relevance: We validate BioMNEDR against state-of-the-art baselines across multiple evaluation metrics and demonstrate its ability to recover and prioritize clinically relevant candidates in Alzheimer’s disease (AD), Parkinson’s disease (PD), and breast cancer (BC).
Materials and methods
Multiscale interactome network
We employed an MSI network [15] that is a heterogeneous network designed to clarify drug therapeutic mechanisms by integrating protein–protein interactions and hierarchical biological functional relationships. The MSI network contains four node types (drugs, diseases, proteins, and biological functions) and five edge types (drug–protein, disease–protein, protein–protein, protein–function, and function–function). While recent biomedical knowledge graphs have expanded in scale, MSI was specifically selected for its unique integration of hierarchical biological functions alongside molecular interactions. Unlike standard heterogeneous networks that rely primarily on entity-level associations, MSI explicitly characterizes the functional landscape through protein–function and function–function hierarchies. This integrated structure enables systematic modeling of both physical interactions and functional regulatory effects, thereby providing a biologically interpretable foundation for drug repurposing. Detailed node and edge statistics are summarized in Tables 1 and 2.
Table 1.
Node statistics of the MSI network [15].
| Node type | Number |
|---|---|
| Drugs | 1661 |
| Diseases | 840 |
| Proteins | 17 660 |
| Biological function | 9798 |
Table 2.
Edge statistics of the MSI network [15].
Overview of BioMNEDR
BioMNEDR comprises three core components: (i) construction of meta-path-based filtered networks for drug–disease associations, (ii) heterogeneous network embedding learning, and (iii) XGBoost-based prediction with final score integration. These steps collectively enable BioMNEDR to capture multi-scale biomedical mechanisms and generate interpretable predictions for drug repurposing. An overview of the workflow is presented in Fig. 1.
Figure 1.
The workflow of BioMNEDR. (a) Biomedical mechanism-driven meta-paths are defined for the MSI network to model multi-level drug actions. Weighted drug–disease networks are constructed under each meta-path, quantifying associations mediated by proteins and biological functions. (b) Edge weight-guided random walks are performed on the filtered networks, and the resulting walk sequences are incorporated into a heterogeneous skip-gram model to learn embeddings that preserve topological and semantic dependencies. (c) XGBoost classifiers are trained on the embeddings derived from each meta-path, and predictions are integrated using a MAX strategy, whereby a drug is identified as a candidate for a given disease if any meta-path model predicts their association.
Meta-path-based network construction
We manually define meta-paths based on established biomedical mechanisms to capture multi-level drug actions, including direct targeting, functional regulation, and cascade effects [10, 25]. The selection of meta-paths was guided by two core principles: (i) preserving biological interpretability by aligning with known drug–disease interaction mechanisms and (ii) limiting path length to maintain therapeutic relevance. Specifically, overly long paths (exceeding five nodes) were excluded based on empirical and methodological literature indicating that such extended paths tend to introduce semantic noise and weaken mechanism-specific associations [26]. The final meta-paths include
,
,
, and
, where
,
,
, and
denote drugs, proteins, biological functions, and diseases, respectively. These choices are supported by prior biological knowledge and validated through comparative experiments (Table 3). The chosen configuration exhibited the best overall performance, achieving the highest AUROC (0.873), AUPR (0.889), and recall (0.893) among all evaluated alternative sets. Together, these results demonstrate that the selected meta-paths successfully balance biological interpretability with robust predictive capability.
Table 3.
Comparison of results across different meta-paths combinations. (A)
,
,
, and
; (B)
,
, and
; (C)
,
, and
; (D)
,
,
, and
; (E)
,
, and
. It is important to note that combination A was the primary meta-paths configuration utilized throughout the experiments described in this manuscript.
| A | B | C | D | E | |
|---|---|---|---|---|---|
| AUROC | 0.873 | 0.868 | 0.867 | 0.859 | 0.859 |
| AUPR | 0.889 | 0.880 | 0.879 | 0.872 | 0.873 |
| Accuracy | 0.758 | 0.770 | 0.770 | 0.750 | 0.761 |
| Precision | 0.711 | 0.730 | 0.726 | 0.702 | 0.719 |
| Recall | 0.893 | 0.855 | 0.867 | 0.871 | 0.857 |
| F1 | 0.792 | 0.788 | 0.791 | 0.777 | 0.782 |
In large-scale networks such as the MSI, data sparsity and missing associations often lead to meta-path inaccessibility, limiting the effectiveness of conventional random-walk-based methods [27]. To address this issue, BioMNEDR extracts drug–disease subnetworks corresponding to the predefined meta-paths from the MSI. Formally, we denote the MSI as
, where
and
are the sets of nodes and edges, and
,
are the sets of node and edge types (Tables 1 and 2). For a given meta-path
![]() |
the adjacency matrix of the corresponding meta-path-based filtered network is defined as
![]() |
where
denotes the adjacency matrix for edge type
. The element
quantifies the semantic association strength between nodes
and
under meta-path
, by counting the number of distinct paths connecting them.
For example, the adjacency matrix of the
network is given by
![]() |
where
measures the strength of association between drug
and disease
mediated by shared proteins. In this way, meta-path-based drug–disease networks capture specific biological mechanisms underlying therapeutic associations.
Heterogeneous network embedding
After constructing the meta-path-based filtered networks, BioMNEDR converts their adjacency matrices into probability distributions to enable random walks. Given the filtered network adjacency matrix
under meta-path
, we row-normalize the transition probabilities for each node
as
![]() |
where
denotes the set of neighbors of
in the filtered network.
Starting from the set of drug and disease nodes
, we generate
random walks of length
according to these transition probabilities. This process yields a set of weighted random walk sequences guided by meta-path
.
Finally, the embeddings of drugs and diseases are learned through a heterogeneous skip-gram model [28], which captures both topological and semantic dependencies across multi-hop meta-paths. These embeddings preserve multi-scale biological semantics and serve as feature inputs for subsequent prediction.
Prediction and integration with XGBoost
Following the generation of drug and disease embeddings, an XGBoost classifier [29] is employed to predict drug–disease associations. Each input vector is obtained by concatenating the embedding of a drug with that of a disease, and the classifier is trained as a binary classification task. Known drug–disease associations are labeled as positive samples, while negative samples are constructed by randomly pairing drugs and diseases not known to be associated. To mitigate class imbalance, for each positive example two negative examples are generated: one by randomly selecting an unrelated drug and one by selecting an unrelated disease.
To integrate predictive information from multiple biomedical mechanisms, BioMNEDR adopts a MAX strategy across meta-paths. Each component model outputs a continuous probability score
, representing the likelihood of an association from that specific biological perspective. The final prediction score is defined as
![]() |
For association classification, a fixed decision threshold of 0.5 is applied to this final score to identify positive associations, enabling the calculation of standard metrics such as Accuracy, Precision, and Recall. In addition, a threshold-independent evaluation is conducted by calculating the AUROC and AUPR curves, which provides a comprehensive assessment of the model’s overall ranking and discriminative ability across all possible thresholds. This integration strategy ensures comprehensive coverage, identifying a pair as a potential candidate if it is strongly supported by at least one mechanism-specific path.
Results
Performance benchmarking against state-of-the-art models
To evaluate the performance of BioMNEDR, we adopted the MSI dataset curated by Ruiz et al. [15] that contains 5926 validated drug–disease pairs. Five-fold cross-validation was performed, and BioMNEDR was compared against several state-of-the-art methods:
MSI-LR extracts diffusion-based embeddings
(drug) and
(disease) from the pretrained MSI model [15], concatenates them into
, and trains a logistic regression classifier on concatenated drug–disease feature vectors on these combined vectors to predict drug–disease associations.DRGCC [30] combines drug structures, disease symptoms, and gene networks through GraphSAGE with clustering constraints, using matrix factorization to predict drug–disease associations.
LaGAT [31] is a link-based graph attention model for DDI prediction, dynamically constructing attention pathways using the embedding of a drug to prioritize relevant neighbors.
TAGCN [32] employs typed attention to integrate entity features and relation-aware neighborhood information, refining cross-lingual entity alignment through adaptive graph aggregation.
GCMM [33] fuses multimodal drug–disease similarities in a heterogeneous network, using a GCN-based attention mechanism to enhance association prediction.
As shown in Table 4, BioMNEDR consistently achieves superior results across AUROC, AUPR, recall, and F1-score, establishing new state-of-the-art performance. Notably, BioMNEDR achieves a 3.8% improvement in AUPR compared with the second-best model (LaGAT). In terms of recall, BioMNEDR outperforms the second-ranked model GCMM by 4.7%, highlighting its ability to capture more potential therapeutic associations. AUPR is recognized as the core evaluation metric for drug repurposing, as it robustly quantifies the trade-off between precision and recall. Recall is also important in repurposing, as missing viable candidates may incur substantial opportunity costs, especially at the candidate-screening stage [34].
Table 4.
Performance comparison between baseline models and BioMNEDR on the MSI network.
| Metric | DRGCC | LaGAT | TAGCN | GCMM | MSI-LR | BioMNEDR |
|---|---|---|---|---|---|---|
| AUROC | 0.814 | 0.837 | 0.789 | 0.775 | 0.817 | 0.873 |
| AUPR | 0.816 | 0.841 | 0.811 | 0.803 | 0.807 | 0.889 |
| Accuracy | 0.725 | 0.759 | 0.716 | 0.647 | 0.733 | 0.758 |
| Precision | 0.805 | 0.733 | 0.829 | 0.604 | 0.798 | 0.711 |
| Recall | 0.593 | 0.816 | 0.546 | 0.855 | 0.623 | 0.893 |
| F1 | 0.683 | 0.772 | 0.658 | 0.708 | 0.699 | 0.792 |
The best performance is marked in bold, and the second best is underlined.
BioMNEDR also attains the highest AUROC and AUPR (Fig. 2), demonstrating its strength in balancing classification accuracy with practical utility. The MAX strategy yields slightly lower precision than some baselines, which inherently implies a higher false positive rate. This elevated false positive rate increases the workload of downstream experimental validation in the practical context of drug discovery. Even so, this trade-off is acceptable for real-world applications, as the strategy achieves a higher overall F1-score that reflects an optimal balance between precision and recall. These findings suggest that BioMNEDR is well suited for biomedical applications where comprehensive coverage of potential candidates is essential.
Figure 2.
The performance of each method on MSI dataset in terms of ROC and precision–recall (P–R) curves.
Ablation study of BioMNEDR components
To evaluate the individual contributions of BioMNEDR components, we conducted an ablation study focusing on network embedding methodologies, prediction algorithms, and integration strategies. The detailed experimental setup is described in the Supplementary Material.
Effect of meta-path-based embedding
As presented in Table 5 and Fig. S1, meta-path-based embedding outperforms four network embedding methods (DeepWalk, GraRep, Node2Vec, and SDNE) in AUROC, AUPR, and recall. This advantage is attributed to the capacity of meta-paths to effectively preserve multi-scale biological semantics within heterogeneous MSI networks, while existing methods do not explicitly incorporate biomedical mechanisms.
Table 5.
Performance comparison of network embedding methods.
| Metric | Deepwalk | GraRep | Node2Vec | SDNE | meta-path |
|---|---|---|---|---|---|
| AUROC | 0.772 | 0.774 | 0.809 | 0.805 | 0.873 |
| AUPR | 0.765 | 0.776 | 0.807 | 0.825 | 0.889 |
| Accuracy | 0.710 | 707 | 0.741 | 0.736 | 0.758 |
| Precision | 0.714 | 0.712 | 0.748 | 0.747 | 0.711 |
| Recall | 0.688 | 0.696 | 0.727 | 0.715 | 0.893 |
| F1 | 0.701 | 0.704 | 0.737 | 0.731 | 0.792 |
Prediction algorithm comparison
The results in Table 6 and Fig. S2 indicate that the XGBoost-based BioMNEDR demonstrates superior performance compared with alternative prediction algorithms, including Random Forest (RF), Gradient Boosted Decision Trees (GBDT), LightGBM, and CatBoost, as well as the emerging generative transformer-based foundation model TabPFN [35], as evidenced by its highest AUROC, AUPR, F1-score, and recall.
Table 6.
Performance comparison of prediction methods.
| Metric | CatBoost | LightGBM | RF | GBDT | TabPFN [35] | XGBoost |
|---|---|---|---|---|---|---|
| AUROC | 0.826 | 0.840 | 0.854 | 0.809 | 0.809 | 0.873 |
| AUPR | 0.839 | 0.852 | 0.872 | 0.820 | 0.824 | 0.889 |
| Accuracy | 0.708 | 0.735 | 0.763 | 0.695 | 0.742 | 0.758 |
| Precision | 0.665 | 0.695 | 0.733 | 0.653 | 0.730 | 0.711 |
| Recall | 0.868 | 0.862 | 0.847 | 0.868 | 0.789 | 0.893 |
| F1 | 0.753 | 0.769 | 0.786 | 0.745 | 0.758 | 0.792 |
Integration strategy evaluation
Comparative experiments, detailed in Table 7 and Fig. S3, reveal that our MAX integration strategy achieves the highest AUROC, AUPR, F1-score, and recall, outperforming alternative approaches. MAX effectively integrates predictions across multiple biological mechanisms without requiring additional semantic modeling. In contrast, alternative methods appear to be less effective at capturing the complex associations arising from multiple biological mechanisms.
Table 7.
Performance comparison of integration strategies.
| Metric | LSTM | LR | MLP | MIN | MEAN | MAX |
|---|---|---|---|---|---|---|
| AUROC | 0.815 | 0.827 | 0.854 | 0.870 | 0.870 | 0.873 |
| AUPR | 0.826 | 0.831 | 0.879 | 0.881 | 0.883 | 0.889 |
| Accuracy | 0.735 | 749 | 0.773 | 0.775 | 0.795 | 0.758 |
| Precision | 0.722 | 0.744 | 0.742 | 0.867 | 0.803 | 0.711 |
| Recall | 0.787 | 0.781 | 0.866 | 0.664 | 0.796 | 0.893 |
| F1 | 0.753 | 0.762 | 0.789 | 0.752 | 0.790 | 0.792 |
Taken together, the observed performance superiority of the BioMNEDR model is a direct consequence of the synergistic integration of meta-path-based embedding, XGBoost classifier, MAX integration strategy. Its leading performance in AUROC, AUPR, and recall demonstrates enhanced classification capabilities and a broader coverage of positive samples, thereby providing an efficient and interpretable computational framework for systematic drug repurposing.
Case studies of drug repurposing applications
To evaluate the clinical relevance of BioMNEDR, we performed case studies on three complex diseases with substantial unmet therapeutic needs: PD, BC, and AD.
For PD, a neurodegenerative movement disorder caused by dopaminergic neuron loss, most current therapies provide only symptomatic relief. Notably, all top five PD candidate drugs predicted by BioMNEDR are DrugBank-approved, and four of the top 10 are currently under clinical investigation for PD (Table 8 and Table S1). Among these candidates, rotigotine [36] was identified as the highest-scoring drug. Its high score is supported by the meta-path “
,” correctly reflecting its mechanism as a selective agonist binding to brain dopamine receptors (P) to alleviate motor symptoms. Beyond known treatments, the model also identified four promising candidates with distinct PD-relevant mechanisms: flavoxate exerts dopaminergic modulation potential, cyclophosphamide offers dose-dependent immunomodulatory effects, meclizine demonstrates preclinical neuroprotection and blood-brain barrier permeability, and atropine serves as an adjunct for advanced PD-related sialorrhea. These mechanism-aligned predictions highlight the utility of BioMNEDR in identifying biologically plausible candidates for PD while underscoring the necessity of further clinical validation.
Table 8.
Top 10 candidate drugs for Parkinson’s disease.
| Rank | Drug | Original disease | Prediction | Evidence |
|---|---|---|---|---|
| 1 | rotigotine | PD | 0.992 | DrugBank DB05271 |
| 2 | biperiden | PD, Dyskinetic syndrome | 0.992 | DrugBank DB00810 |
| 3 | memantine | PD, AD | 0.991 | DrugBank DB01043 |
| 4 | lisuride | PD, Dyskinetic syndrome | 0.990 | DrugBank DB00589 |
| 5 | diphenhydramine | PD, Dyskinetic syndrome | 0.988 | DrugBank DB01075 |
| 6 | flavoxate | Dysuria, Nocturia | 0.987 | Ref. [40] |
| 7 | cyclophosphamide | Breast Carcinoma, Leukemia | 0.975 | Ref. [41] |
| 8 | citicoline | PD, AD, glaucoma, stroke | 0.985 | DrugBank DB12153 |
| 9 | meclizine | vertigo, nausea | 0.984 | Ref. [42] |
| 10 | atropine | asthma, bradycardia | 0.984 | Ref. [43] |
In the context of BC, six of the top ten predicted candidates are approved drugs (Table S2). Leading the list is 5-fluorouracil [37], which exemplifies the efficacy of the meta-path “
”. A commonly used chemotherapeutic agent, 5-fluorouracil, targets SLC7A11 (P)—a key component of the glutamate antiporter—to regulate ferroptosis (F), an iron-dependent programmed cell death marked by lipid peroxidation and reactive oxygen species accumulation. This regulation downregulates downstream proteins such as GPX4 (downstream P), disrupting redox homeostasis and ultimately suppressing the proliferation, migration, and survival of breast cancer cells.
Regarding AD, BioMNEDR identified multiple high-confidence candidates (Table S3). Physostigmine [17] ranked highest among the predicted candidates, interpreted through the meta-path “
”: it inhibits acetylcholinesterase (P) to enhance cholinergic transmission (F), thereby stimulating downstream cholinergic receptors (P) to alleviate AD-related cognitive deficits. Another notable candidate is cromoglicic acid [38], an agent that has completed Phase III trials, acting via the same meta-path “
”. It targets functional receptors on microglia (P), enhances phagocytosis (F) to reverse impaired clearance systems in AD brains, and empowers microglia to engulf pathological A
proteins (downstream P), thereby alleviating neurotoxicity and synaptic loss.
Comprehensive drug rankings, supporting evidence, and meta-path matching for all case studies, together with the research on the meta-paths underlying drug action mechanisms, are provided in the Supplementary Material (Tables S1–S3).
To visually assess the quality of drug feature representations, we applied t-SNE dimensionality reduction to the complete set of learned drug embeddings. As shown in Fig. 3 and Figs S4 and S5, the visualization revealed clear clustering, with known drugs occupying overlapping regions in the 2D space. Moreover, the cosine distances between embedding vectors of known drugs were significantly smaller than expected under a random distance distribution (
,
,
; two-sample Kolmogorov–Smirnov test). These findings, supported by both statistical evidence and spatial clustering, indicate that BioMNEDR effectively captures underlying biomedical relationships rather than learning spurious associations.
Figure 3.
Visualization of drugs in BioMNEDR. Drug entities are embedded into a 2D space via t-SNE [39], utilizing the precomputed drug representation vectors as inputs. Dots represent other drugs, while triangles denote known PD drugs. BioMNEDR effectively captures underlying biomedical relationships (
).
These results demonstrate that BioMNEDR achieves robust repurposing capability for PD, BC, and AD, supported by validation against curated databases and clinical trial evidence. The meta-path-based embedding explicitly models multi-scale biomedical mechanisms by incorporating higher-order relationships among entities, while the ensemble integration strategy alleviates data imbalance and enhances adaptability to real-world applications in drug repurposing.
Discussion and conclusion
We present BioMNEDR, a mechanism-guided network embedding framework for drug repurposing. Unlike most existing black-box network-based methods, BioMNEDR integrates biologically curated meta-paths to capture multi-scale therapeutic mechanisms, thus enhancing both interpretability and predictive performance.
Benchmarking on the MSI network demonstrated that BioMNEDR surpasses state-of-the-art baselines across AUROC, AUPR, recall, and F1-score, with recall gains particularly valuable for minimizing missed therapeutic opportunities. Case studies on PD, BC, and AD further confirmed its clinical relevance, as BioMNEDR successfully rediscovered approved drugs and highlighted candidates under active clinical investigation.
The framework’s strength lies in the integration of three components: meta-path-based embeddings preserving biomedical semantics, an XGBoost classifier optimized for heterogeneous features, and a MAX rule to aggregate predictions across complementary mechanisms. Beyond merely outputting association probabilities, the model further enables inference of drugs’ modes of action via the contributing meta-paths, as demonstrated in our case studies. Together, these elements enable robust and interpretable predictions for drug–disease associations.
Limitations of BioMNEDR include its reliance on the completeness of the MSI network and the requirement for experimental validation to confirm predicted mechanisms. Additionally, the dataset utilized by the method exhibits inherent topological biases, such as the overrepresentation of common diseases in the network and the research tendency to focus on hub-like broad-spectrum drugs. Our future work aims to incorporate temporal, patient-specific, or cell line-specific network data [44, 45] to enhance translational utility, yet this introduces the challenge of leveraging such data without diluting the model’s focus on core therapeutic mechanisms. Taken together, BioMNEDR offers a practical and interpretable computational tool to accelerate systematic drug repurposing.
Key Points
We propose BioMNEDR, a novel mechanism-guided network embedding framework for drug repurposing that integrates a multi-scale heterogeneous biomedical network.
BioMNEDR designs biologically curated meta-paths (e.g. drug–protein–disease) to explicitly model multi-scale therapeutic mechanisms. These meta-paths facilitate the reconstruction of the mechanistic pathways of repurposed drugs, enhancing biomedical interpretability beyond “black-box” approaches.
BioMNEDR employs a robust prediction strategy by learning distinct embeddings for each mechanism-specific meta-path and integrating the predictions using an XGBoost classifier with a MAX integration strategy.
BioMNEDR achieves state-of-the-art performance, outperforming strong baselines across AUROC, AUPR, and notably Recall. Case studies (e.g. Alzheimer’s and Parkinson’s) demonstrate its ability to rediscover approved drugs and prioritize promising clinical candidates.
Supplementary Material
Contributor Information
Yizhou Zeng, School of Future Technology, Huazhong University of Science and Technology, Luoyu Road, 430074 Wuhan, China.
Lei Wang, School of Artificial Intelligence and Automation, State Key Laboratory of Digital Manufacturing Equipments and Technology, Institute of Medical Equipment Science and Engineering, Luoyu Road, 430074 Wuhan, China.
Xueming Liu, School of Artificial Intelligence and Automation, State Key Laboratory of Digital Manufacturing Equipments and Technology, Institute of Medical Equipment Science and Engineering, Luoyu Road, 430074 Wuhan, China.
Conflict of interest
None declared.
Funding
This research was supported by the National Natural Science Foundation of China (T2422010 and 62172170) and “the Fundamental Research Funds for Central Universities.”
Data availability
The data and source code for BioMNEDR can be downloaded from GitHub (https://github.com/boatforoasia/BioMNEDR).
References
- 1. Pushpakom S, Iorio F, Eyers PA et al. Drug repurposing: progress, challenges and recommendations. Nat Rev Drug Discov 2019;18:41–58. 10.1038/nrd.2018.168 [DOI] [PubMed] [Google Scholar]
- 2. Tanoli Z, Fernández-Torras A, Özcan UO et al. Computational drug repurposing: approaches, evaluation of in silico resources and case studies. Nat Rev Drug Discov 2025;24:1–22. [DOI] [PubMed] [Google Scholar]
- 3. Omer SE, Ibrahim TM, Krar OA et al. Drug repurposing for SARS-CoV-2 main protease: molecular docking and molecular dynamics investigations. Biochem Biophys Rep 2022;29:101225. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4. Rahman N, Zafar H, Sheikh S et al. Drug repurposing for the identification of new Bcl-2 inhibitors: in vitro, STD-NMR, molecular docking, and dynamic simulation studies. Life Sci 2023;334:122181. [DOI] [PubMed] [Google Scholar]
- 5. Wu W-T, Li Y-J, Feng A-Z et al. Data mining in clinical big data: the frequently used databases, steps, and methodological models. Mil Med Res 2021;8:44. 10.1186/s40779-021-00338-z [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6. Lamb J, Crawford ED, Peck D et al. The connectivity map: using gene-expression signatures to connect small molecules, genes, and disease. Science 2006;313:1929–35. [DOI] [PubMed] [Google Scholar]
- 7. Zhao Y, Chen X, Chen J et al. Decoding connectivity map-based drug repurposing for oncotherapy. Brief Bioinform 2023;24:bbad142. 10.1093/bib/bbad142 [DOI] [PubMed] [Google Scholar]
- 8. Li Y-C, You H-R, Huang Y-A. scGraphDap: integrating functional state pseudo-labels and graph structure learning for robust cell type annotation in tumor microenvironments. IEEE J Biomed Health Inform 2025. 10.1109/JBHI.2025.3607687 [DOI] [PubMed] [Google Scholar]
- 9. Sun L, Yin Z, Lu L. ISLRWR: a network diffusion algorithm for drug–target interactions prediction. PLoS One 2025;20:e0302281. 10.1371/journal.pone.0302281 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10. Guney E, Menche J, Vidal M et al. Network-based in silico drug efficacy screening. Nat Commun 2016;7:10331. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11. Zitnik M, Agrawal M, Leskovec J. Modeling polypharmacy side effects with graph convolutional networks. Bioinformatics 2018;34:i457–66. 10.1093/bioinformatics/bty294 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12. Li X, Li Y-C, You H-R et al. scProGraph: a cell bagging strategy for cell type annotation with gene interaction-aware explainability. IEEE Trans Big Data 2026;12:147–58. 10.1109/TBDATA.2025.3604169 [DOI] [Google Scholar]
- 13. Huang Y-A, Li Y-C, You Z-H et al. Consensus representation of multiple cell–cell graphs from gene signaling pathways for cell type annotation. BMC Biol 2025;23:23. 10.1186/s12915-025-02128-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14. Li Y-C, You Z-H, Yu C-Q et al. PPAEDTI: personalized propagation auto-encoder model for predicting drug-target interactions. IEEE J Biomed Health Inform 2022;27:573–82. 10.1109/JBHI.2022.3217433 [DOI] [PubMed] [Google Scholar]
- 15. Ruiz C, Zitnik M, Leskovec J. Identification of disease treatment mechanisms through the multiscale interactome. Nat Commun 2021;12:1796. 10.1038/s41467-021-21770-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16. Braschi B, Denny P, Gray K et al. Genenames. Org: The HGNC and VGNC resources in 2019. Nucleic Acids Res 2019;47:D786–92. 10.1093/nar/gky930 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17. Wishart DS, Feunang YD, Guo AC et al. Drugbank 5.0: a major update to the drugbank database for 2018. Nucleic Acids Res 2018;46:D1074–82. 10.1093/nar/gkx1037 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18. Corsello SM, Bittker JA, Liu Z et al. The drug repurposing hub: a next-generation drug library and information resource. Nat Med 2017;23:405–8. 10.1038/nm.4306 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19. Piñero J, Bravo À, Queralt-Rosinach N et al. DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants. Nucleic Acids Res 2016;45:D833–9. 10.1093/nar/gkw943 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20. Salwinski L, Miller CS, Smith AJ et al. The database of interacting proteins: 2004 update. Nucleic Acids Res 2004;32:449D–51. 10.1093/nar/gkh086 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21. Oughtred R, Stark C, Breitkreutz B-J et al. The biogrid interaction database: 2019 update. Nucleic Acids Res 2019;47:D529–41. 10.1093/nar/gky1079 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22. Klopfenstein DV, Zhang L, Pedersen BS et al. GOATOOLS: a python library for gene ontology analyses. Sci Rep 2018;8:10872. 10.1038/s41598-018-28948-z [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23. The C. Gene ontology, the gene ontology resource: 20 years and still going strong. Nucleic Acids Res 2019;47:D330–8. 10.1093/nar/gky1055 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24. Ashburner M, Ball CA, Blake JA et al. Gene ontology: tool for the unification of biology. Nat Genet 2000;25:25–9. 10.1038/75556 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Han K, Jeng EE, Hess GT et al. Synergistic drug combinations for cancer identified in a CRISPR screen for pairwise genetic interactions. Nat Biotechnol 2017;35:463–74. 10.1038/nbt.3834 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26. Cheng F, Desai RJ, Handy DE et al. Network-based approach to prediction and population-based validation of in silico drug repurposing. Nat Commun 2018;9:2691. 10.1038/s41467-018-05116-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27. Wang L, Huang X, Liu X. Predicting miRNA-disease associations via meta-path embedding. IEEE Trans Comput Biol Bioinform 2025;22:911–22. 10.1109/TCBBIO.2025.3543643 [DOI] [PubMed] [Google Scholar]
- 28. Dong Y, Chawla NV, Swami A. metapath2vec: scalable representation learning for heterogeneous networks. In: Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax, Nova Scotia, Canada: Association for Computing Machinery, pp. 135–44, 2017.
- 29. Chen T, Guestrin C. Xgboost: A scalable tree boosting system. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, California, USA: Association for Computing Machinery, pp. 785–94, 2016.
- 30. Zhang Y, Lei X, Pan Y et al. Drug repositioning with graphsage and clustering constraints based on drug and disease networks. Front Pharmacol 2022;13:872785. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31. Hong Y, Luo P, Jin S et al. LaGAT: link-aware graph attention network for drug–drug interaction prediction. Bioinformatics 2022;38:5406–12. 10.1093/bioinformatics/btac682 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32. Gao J, Li Z, Xiong F et al. TAGCN: typed attention graph convolutional networks for entity alignment in cross-lingual knowledge graphs. In: 2021 IEEE 23rd Int Conf on High Performance Computing & Communications; 7th Int Conf on Data Science & Systems; 19th Int Conf on Smart City; 7th Int Conf on Dependability in Sensor, Cloud & big Data Systems & Application (HPCC/DSS/SmartCity/DependSys), Haikou, Hainan, China: IEEE, pp. 2050–9, 2021. [Google Scholar]
- 33. Zhang F, Hu W, Liu Y. Gcmm: Graph convolution network based on multimodal attention mechanism for drug repurposing. BMC Bioinformatics 2022;23:372. 10.1186/s12859-022-04911-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34. Gentile F, Yaacoub JC, Gleave J et al. Artificial intelligence-enabled virtual screening of ultra-large chemical libraries with deep docking. Nat Protoc 2022;17:672–97. 10.1038/s41596-021-00659-2 [DOI] [PubMed] [Google Scholar]
- 35. Hollmann N, Müller S, Purucker L et al. Accurate predictions on small data with a tabular foundation model. Nature 2025;637:319–26. 10.1038/s41586-024-08328-6 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36. Isaacson SH, Boroojerdi B, Waln O et al. Effect of using a wearable device on clinical decision-making and motor symptoms in patients with Parkinson’s disease starting transdermal rotigotine patch: a pilot study. Parkinsonism Relat Disord 2019;64:132–7. 10.1016/j.parkreldis.2019.01.025 [DOI] [PubMed] [Google Scholar]
- 37. Ji G, Yuan W, Wang X et al. 5-fluorouracil induces ferroptosis in breast cancer cells via targeting SLC7A11. Biochem Biophys Res Commun 2025;770:151972. [DOI] [PubMed] [Google Scholar]
-
38.
Zhang C, Griciuc A, Hudry E et al. Cromolyn reduces levels of the Alzheimer’s disease-associated amyloid
-protein by promoting microglial phagocytosis. Sci Rep 2018;8:1144. 10.1038/s41598-018-19641-2
[DOI] [PMC free article] [PubMed] [Google Scholar] - 39. Maaten LVD, Hinton G. Visualizing data using t-SNE. J Mach Learn Res 2008;9:2579–605. [Google Scholar]
- 40. Açar Y, Ağagündüz D, De Cicco P et al. Flavonoids: their putative neurologic roles, epigenetic changes, and gut microbiota alterations in parkinson’s disease. Biomed Pharmacother 2023;168:115788. [DOI] [PubMed] [Google Scholar]
- 41. Ibrahim KM, Darwish SF, Mantawy EM et al. Molecular mechanisms underlying cyclophosphamide-induced cognitive impairment and strategies for neuroprotection in preclinical models. Mol Cell Biochem 2024;479:1873–93. 10.1007/s11010-023-04805-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
-
42.
Mostafa RE, Asaad GF. Meclizine moderates lipopolysaccharide-induced neuroinflammation in mice through the regulation of akt/nf-
/erk/jnk signaling pathway. Metab Brain Dis 2023;38:2797–806.
[DOI] [PMC free article] [PubMed] [Google Scholar] - 43. Kempster P, Ma A. Parkinson’s disease, dopaminergic drugs and the plant world. Front Pharmacol 2022;13:970714. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Huang X, Chen L, Liu X. Constructing cell-specific causal networks of individual cells for depicting dynamical biological processes. Research 2025;8:0743. 10.34133/research.0743 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. Mehrabani M, Lakizadeh A, Siahpirani AF et al. Synergygraph: predicting cell line specific drug combination synergy scores using knowledge graph representation and hypergraph modeling. Sci Rep 2026;16:3131. 10.1038/s41598-025-33581-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
The data and source code for BioMNEDR can be downloaded from GitHub (https://github.com/boatforoasia/BioMNEDR).








