Drug-disease networks and drug repurposing
Austin Polanco, M. E. J. Newman
TL;DR
This paper reframes drug repurposing as a link-prediction task on a large bipartite drug–disease network and demonstrates that topology-only methods can identify high-quality repurposing candidates. It constructs the network from public resources (2620 drugs, 1669 diseases, 8946 known indications) and evaluates a broad spectrum of link-prediction techniques, including graph embeddings, matrix factorization, and stochastic block models. The results show AUROC values exceeding 0.95 for strong methods, with SVD and NNMF delivering top precision (AUPR ≈ 20% and top-100 precision ≈ 70%), while the microcanonical SBM attains the best AUROC around 0.967 when extrapolated to the full network. The study provides strong evidence that network-based predictions can substantially reduce the search space for drug repurposing, offers bounds on missing edges and false positives, and supplies data/code for reproducibility and future improvements.
Abstract
Repurposing existing drugs to treat new diseases is a cost-effective alternative to de novo drug development, but there are millions of potential drug-disease combinations to be considered with only a small fraction being viable. In silico predictions of drug-disease associations can be invaluable for reducing the size of the search space. In this work we present a novel network of drugs and the diseases they treat, compiled using a combination of existing textual and machine-readable databases, natural-language processing tools, and hand curation, and analyze it using network-based link prediction methods to identify potential drug-disease combinations. We measure the efficacy of these methods using cross-validation tests and find that several methods, particularly those based on graph embedding and network model fitting, achieve impressive prediction performance, significantly better than previous approaches, with area under the ROC curve above 0.95 and average precision almost a thousand times better than chance.
