Literature DB >> 35095495

DDA-SKF: Predicting Drug-Disease Associations Using Similarity Kernel Fusion.

Chu-Qiao Gao1, Yuan-Ke Zhou1, Xiao-Hong Xin1, Hui Min1, Pu-Feng Du1.   

Abstract

Drug repositioning provides a promising and efficient strategy to discover potential associations between drugs and diseases. Many systematic computational drug-repositioning methods have been introduced, which are based on various similarities of drugs and diseases. In this work, we proposed a new computational model, DDA-SKF (drug-disease associations prediction using similarity kernels fusion), which can predict novel drug indications by utilizing similarity kernel fusion (SKF) and Laplacian regularized least squares (LapRLS) algorithms. DDA-SKF integrated multiple similarities of drugs and diseases. The prediction performances of DDA-SKF are better, or at least comparable, to all state-of-the-art methods. The DDA-SKF can work without sufficient similarity information between drug indications. This allows us to predict new purpose for orphan drugs. The source code and benchmarking datasets are deposited in a GitHub repository (https://github.com/GCQ2119216031/DDA-SKF).
Copyright © 2022 Gao, Zhou, Xin, Min and Du.

Entities:  

Keywords:  Laplacian regularized least squares; drug repositioning; drug–disease association; orphan drugs; similarity kernel fusion

Year:  2022        PMID: 35095495      PMCID: PMC8792612          DOI: 10.3389/fphar.2021.784171

Source DB:  PubMed          Journal:  Front Pharmacol        ISSN: 1663-9812            Impact factor:   5.810


1 Introduction

In recent decades, although investment in pharmaceutical research and development has increased substantially, the discovery of a new drug is still a time-consuming, risky, and challenging process (Chong and Sullivan, 2007; Paul et al., 2010; Pammolli et al., 2011; Li et al., 2016). The pharmaceutical industry did not receive rational benefits from investments (Kola and Landis, 2004; Munos, 2009; Schuhmacher et al., 2016). A large number of new drug candidates failed in the FDA evaluations, thereby preventing their applications in therapies (Weng et al., 2013; Mullard, 2017; Mullard, 2018; Mullard, 2019; Mullard, 2020; Mullard, 2021). Today, drug repositioning has gained importance in identifying new therapeutic purposes for already-approved drugs (Parvathaneni et al., 2019). Repositioning of “old” drugs to treat both common and rare diseases is becoming an attractive proposition because it involves the use of safe compounds, with potentially lower overall development costs and shorter development cycles (Pushpakom et al., 2019). So far, drug repositioning has achieved many successes (Swanson, 1990; Soignet et al., 1998; Ashburn and Thor, 2004). Currently, rare diseases are a serious threat to human health (Wästfelt et al., 2006; Harari, 2016). Several orphan drugs are intended to treat rare diseases. Developing a new drug intended to treat a rare disease is costly and time-consuming (Attwood et al., 2018). Drug repositioning is considered as a more efficient strategy than traditional drug development (Scherman and Fetro, 2020). In fact, some successfully repurposed orphan drugs (Gordon et al., 2018; Kurolap et al., 2019; Scherman and Fetro, 2020) have attracted much attention. Therefore, systematic computational drug repositioning is an important research topic in both medical science and computational life science. Many computational methods have been proposed to predict potential drug–disease associations for drug repositioning. Machine learning approaches play important roles in predicting associations between drugs and diseases. For example, Gottlieb et al. (2011) integrated several drug similarities and disease similarities to score the novel drug–disease associations by learning a logistic regression classifier. Recently, a method, which is called DRIMC (Zhang et al., 2020), introduced a drug-repositioning approach by using Bayesian inductive matrix completion. Xuan et al. (2019) presented DisDrugPred method based on nonnegative matrix factorization to predict the drug-related candidate indications. SCMFDD (Zhang et al., 2018b) proposed a similarity-constrained matrix factorization method for the drug–disease association prediction. PREDICT (Gottlieb et al., 2011) integrated several similarities to score the novel associations by learning a logistic regression classifier. LRSSL (Liang et al., 2017) proposed a Laplacian regularized sparse subspace learning method to identify novel indications. Recently, the systems biology–based methods have been overwhelmingly studied in predicting drug–disease associations. Most methods of this kind constructed a heterogenous network model before calculating prediction scores. The MBiRW model (Luo et al., 2016) utilized bi-random walk (BiRW) algorithm to predict unknown drug–disease associations on a heterogenous network. Luo et al. (2018) designed a drug repositioning recommendation system (DRRS) based on the singular value decomposition to complete the potential association matrix of the heterogenous network. BNNR (Yang et al., 2019a) employs a bounded norm regularization method to complete the drug–disease matrix under the low-rank assumption. NTSIM (Zhang et al., 2018a) used the network topological similarity-based inference method. Yu et al. (2021) proposed a novel computational method, which is named as a layer attention graph convolutional network, to predict unobserved associations. Previous studies have achieved many successes. It should be noted that most existing methods employ only one type of drug or disease similarity rather than integrating multiple similarities (Yang et al., 2019a; Yang et al., 2019b). Some models utilized linear combinations to integrate multiple similarities (Jiang et al., 2019; Yan et al., 2019), which loses the high-order interactions between different similarities. In this work, we proposed the similarity kernel fusion (SKF) to integrate different similarity kernels with Laplacian regularized least squares (LapRLS) algorithms. We named our method as the DDA-SKF method. The overall workflow of DDA-SKF was illustrated in Figure 1. First, we constructed multiple similarity kernels for drugs and diseases. These similarity kernels were integrated by the SKF iterative process into two comprehensive similarity kernels. Finally, the Laplacian regularized least squares (LapRLS) algorithms were used to obtain the prediction association matrix. To demonstrate the effectiveness of our model, we compared it with several state-of-the-art methods.
FIGURE 1

Flowchart of DDA-SKF. The model DDA-SKF included three steps: (1) three drug similarity kernels and two disease similarity kernels were calculated; (2) similarity kernel fusion (SKF) algorithm was used to integrate these similarities into two comprehensive similarity kernels; (3) Laplacian regularized least squares (LapRLS) framework was used to build the prediction model.

Flowchart of DDA-SKF. The model DDA-SKF included three steps: (1) three drug similarity kernels and two disease similarity kernels were calculated; (2) similarity kernel fusion (SKF) algorithm was used to integrate these similarities into two comprehensive similarity kernels; (3) Laplacian regularized least squares (LapRLS) framework was used to build the prediction model.

2 Materials and Methods

2.1 Drug–Disease Association Dataset

We adapted two benchmarking datasets in this article, which are the PREDICT dataset and the LRSSL dataset. The PREDICT dataset was obtained from the literature (Gottlieb et al., 2011), which was originally collected from the DrugBank database (Wishart et al., 2018) and the OMIM (Online Mendelian Inheritance in Man) database (Hamosh et al., 2005). It contains 1933 known drug–disease associations between 593 drugs and 313 diseases. The LRSSL dataset was extracted from the literature (Liang et al., 2017). It contains 3,051 drug–disease associations between 763 drugs and 681 diseases. Without losing generality, we take the PREDICT dataset as an example to describe our method. Let p (i = 1, 2, … , 313) be the i-th disease and d (j = 1, 2, … , 593) the j-th drug. We defined the relationship between p and d as: An adjacency matrix was then created to describe the drug–disease associations in the whole dataset which can be noted as A ∈ R 313×593.

2.2 Similarity Kernels for Drug and Disease

The basic assumption of this work is that drug-related diseases are more likely to be similar when the drugs are more similar. Three different similarity kernels of drugs and two different similarity kernels of diseases were applied. By fusing these similarity kernels, our method can identify potential associations between drugs and diseases.

2.2.1 Drug Chemical Similarity

We obtained the drug chemical similarity kernel from the literature (Zhang et al., 2020). PaDEL software (Yap, 2011) was used to compute PubChem fingerprint descriptors for each drug. The pairwise similarity between drugs was measured by the Jaccard coefficient between PubChem fingerprints. The drug chemical similarity kernel was noted as a 593 × 593 matrix M . M (i, j), which is the element in the i-th row and the j-th column of M , represents the chemical similarity between the i-th and the j-th drug. Because of the Jaccard coefficient definition, 0 ≤ M (i, j) ≤ 1.

2.2.2 Drug Functional Similarity Kernel

The drug function was described by the Gene Ontology terms of the target genes. The Jaccard coefficient was used to measure the similarity between the Gene Ontology annotations of two different target genes. We obtain the similarity values from the literature (Zhang et al., 2020). The drug functional similarity was noted also as a 593 × 593 matrix M . The element M (i, j) is the functional similarity between the i-th drug and the j-th drug.

2.2.3 Association Similarity Kernels for Drugs and Diseases

The association profile of the i-th drug is defined as the i-th column of the association matrix A, which can be noted as A *. The drug association similarity kernel was represented by a 593 × 593 matrix M ; the element M (i, j) is the association similarity between d and d , which can be defined as: where and ||.|| is the 2-norm operator. Similarly, the association profile of the i-th disease is defined as the i-th row of the association matrix A, which can be noted as A . The disease association similarity kernel was represented by a 313 × 313 matrix M ; the element M (i, j) is the association similarity between disease p and disease p , which can be calculated as: where

2.2.4 Disease Semantic Similarity Kernel

A disease semantic similarity kernel is a 313 × 313 matrix M . The element M (i, j) is the similarity between disease p and disease p . The disease semantic similarity is accessible by MimMiner (van Driel et al., 2006), which is a text mining approach to quantify phenotype relationships between human disease phenotypes from the OMIM database. We obtain the values of M from the literature (Zhang et al., 2020).

2.3 Similarity Kernel Fusion

The similarity kernel fusion (SKF) algorithm was applied to integrate three drug similarity kernels into a drug comprehensive similarity kernel and two disease similarity kernels into a disease comprehensive similarity kernel. Without losing generality, we take the drug similarity kernels as an example to explain this fusing process. First, we normalize the aforementioned three drug similarity kernels (M , u = 1, 2, 3) by using the following formula: where θ (i, j) represents a normalized similarity corresponding to M (i, j). The matrix composed by the normalized kernel is noted as: Second, we established a neighbor-constrained normalization kernel for each drug similarity kernel. Given the drug d and M , we collected the k most similar drugs as a set N (i, k). The neighborhood-constrained normalization of the M can be defined as follows: where The matrix composed by the neighborhood-constrained normalization is noted as: Finally, the normalized kernel Θ and the neighbor-constrained normalization kernel Φ were fused by using the following iterative process: where t is the number of iterations, α, a weight parameter between 0 and 1, T, the transpose operator in matrix algebra, and After z rounds of iterative computations, we obtained the integration kernel as follows: Although useful information was extracted in the fusion process, noise is inevitable simultaneously. The information of k most similar drugs for each drug was further extracted to suppress the noise influence by defining a weight matrix; we defined an indicator function as follows: Finally, the drug comprehensive similarity kernel was defined as the following formula: where θ (i, j) is the element in the i-th row and the j-th column of the matrix Θ . By applying Eqs 6–15 and employing two disease similarities, we obtained the disease comprehensive similarity kernel S . The value of k in the computing disease comprehensive similarity kernel is not necessarily the same as that of the drugs.

2.4 Laplacian Regularized Least Squares

In this work, Laplacian regularized least squares (LapRLS) were employed to build the prediction model to uncover the potential drug–disease associations. Based on the characteristics of the model, we could predict the drug–disease associations from either the drug subspace or disease subspace. In terms of the drug subspace, the Laplacian similarity matrix L was represented as follows: where D is a diagonal matrix whose diagonal elements are the sum of the corresponding row elements of the matrix S . The drug–disease association prediction matrix F was calculated by minimizing the following loss function: where A is the original drug–disease association matrix, F , the predicted association matrix in the drug subspace, β , the weighting coefficient, and ||.|| , the F-norm operator. The first term of the loss function aims to reduce the difference between the original matrix and prediction matrix. The second term is used to avoid the over-fitting problem. The derivation of the optimization algorithm of LapRLS was introduced in Xia et al. (2010). We can calculate the predicted association matrix in the drug subspace by using the following formula: Similarly, by using Eqs 16–18 on the disease subspace, the predicted association matrix F in the disease subspace was calculated as follows: where L is the normalized similarity matrix in the disease subspace. L was defined as follows: where D is the diagonal matrix of the matrix S . With the two predicted association matrices F and F , we defined the final predicted association matrix as follows: where λ ∈ (0, 1) is a weighting parameter.

2.5 Performance Evaluation

We used novel association prediction and novel drug prediction to estimate the prediction performance of our method. In the novel association prediction, we applied both 5-fold and 10-fold cross-validation schemes. For the 10-fold cross validation, all drug–disease associations in the benchmarking dataset were divided into 10 nonoverlapping subsets randomly with almost the same size. While for the 5-fold cross validation, the number of the nonoverlapping subsets is five. The novel drug prediction was used to evaluate the prediction performance on new drugs. All drugs, not the drug–disease associations, were randomly divided into 10 subsets of approximately equal size. In each trial, one set was used in turn to act as the testing set, and other sets were used as the training set. In all aforementioned cross-validations, when one subset was used as the testing set, all prior knowledge of the testing set was removed before computing the association similarity kernels for drugs and diseases. The known associations corresponding to the testing set were reset to unknown. This guarantees that there is no information leak in the testing process. All pairs of drug–disease associations were scored. Given a threshold, the drug–disease pair with a score larger than the threshold is predicted to be associated, otherwise nonassociated. Due to the requirement of performance comparison and the performance values that are reported by the existing methods, we took a different set of performance measures in different contexts. We used the AUROC (area under receiver operating characteristics) curve and AUPR (area under precision-recall) curve to evaluate the prediction performance of our method in the context of 10-fold cross-validations. AUROC and AUPR are threshold-free metrics that are capable of measuring the overall performance of prediction models (Jiao and Du, 2016). While AUROC is powerful and popular as a main performance evaluation index, the value of AUROC may be misleading when the dataset is highly imbalanced (Saito and Rehmsmeier, 2015). It should be noticed that the value of AUPR can be used as an alternative metric to evaluate the prediction performance when the data is imbalanced (Davis and Goadrich, 2006). The value of AUPR tends to be smaller relative to the value of AUROC because of the highly imbalanced dataset (Saito and Rehmsmeier, 2015). In the context of 5-fold cross-validations, we applied several additional performance measures other than the AUROC and the AUPR. Six statistics, including sensitivity (SEN), specificity (SPE), precision (PRE), accuracy (ACC), F1-score (F1), and Matthew’s correlation coefficient (MCC), were applied in measuring the prediction performance of DDA-SKF in the context of 5-fold cross-validations. The threshold was optimized to maximize the F1-score. These performance measures were defined as follows: where TP, TN, FP, and FN represent the number of true positives, true negatives, false positives, and false negatives in the 5-fold cross-validation, respectively.

2.6 Parameter Calibration

There are three parameters in the SKF, which are the number of neighbors k, the weighting coefficient α, and the number of iterations t. There are also two parameters in the LapRLS, which are the weighting coefficients β and λ. To find the best parameter combination, we performed many trials manually with arbitrary values of parameters to optimize the AUROC value. We also performed a systematic exploration using a floating forward grid search strategy to further analyze the effects of different parameters. We finally fix the parameter values α and k as 0.2 and 15 in the drug subspace, while 0.7 and 10 in the disease subspace, respectively. The parameters β and λ were fixed as 2−16 and 0.4, respectively. The number of iteration t was determined using a stopping criterion. We defined the relative error E in the drug space as follows: where u = 1, 2, 3. The relative error E in the disease subspace is defined similarly. In the disease subspace, if the E < 10−7 and t ≥ 10, the iteration will be terminated, while in the drug subspace, the iteration will be terminated if E <10−10 and t ≥ 10. The number of iterations was finally fixed as 10.

3 Results and Discussion

In this section, we verified the prediction performance of DDA-SKF. First, we compared the performance of DDA-SKF with other state-of-the-art methods. Second, case studies were conducted to confirm the effectiveness of DDA-SKF. Third, we employed single similarity in the drug and disease subspace to predict potential associations and compared the performance of single similarity and SKF.

3.1 Comparison With State-Of-The-Art Methods

In this section, to evaluate the prediction performance of our model on the benchmarking datasets using both novel association prediction and the novel drug prediction. We compared our model against other state-of-the-art methods, including BNNR (Yang et al., 2019a), DisDrugPred (Xuan et al., 2019), DRRS (Luo et al., 2018), SCMFDD (Zhang et al., 2018b), MBiRW (Luo et al., 2016), and DRIMC (Zhang et al., 2020). We also compared our method against the PREDICT (Gottlieb et al., 2011), LRSSL (Liang et al., 2017), and NTSIM methods (Zhang et al., 2018a). To eliminate the randomness in the cross-validation, we repeated each cross-validation five times with different random data partition schemes. The average value and the standard deviations of every performance measures were reported. However, it should be noted that the standard deviations were not reported by other methods in comparison. For the novel association prediction, the evaluation results of all the methods on the benchmarking dataset are collected in Table 1. As in Table 1, DDA-SKF obtained good values in AUROC and AUPR. DDA-SKF achieved an AUROC of 0.937, which is 0.536, 5.281, 0.861, 31.601, and 2.854%, respectively, higher than that of BNNR’s 0.932, DisDrugPred’s 0.890, DRRS’s 0.929, SCMFDD’s 0.712, and MBiRW’s 0.911. DDA-SKF also has an AUPR of 0.533, which is only slightly lower than that of BNNR. Therefore, we believe that DDA-SKF has a better, or at least comparable, performance to all state-of-the art methods in novel association prediction. The integration of disease and drug similarity kernels is effective.
TABLE 1

Performance comparison analysis using both the novel association test and novel drug test.

Method a AUROC-A b AUPR-AAUROC-D c AUPR-D
BNNR d 0.9320.5890.7760.136
DisDrugPred e 0.8900.0700.8350.243
DRRS e 0.9290.1400.7650.114
SCMFDD e 0.7120.0040.7330.048
MbiRW e 0.9110.1290.7980.156
DRIMC e 0.9560.2990.8730.278
DDA-SKF0.937 ± 0.0003 f 0.533 ± 0.00390.845 ± 0.00070.270 ± 0.0013

AUROC: area under receiver operating characteristics; AUPR: area under precision-recall.

The suffix “-A” indicates that the AUROC and AUPR are obtained using the novel association prediction.

The suffix “-D” indicates that the AUROC and AUPR are obtained using the novel drug prediction.

The performance values are taken from Yang et al. (2019a).

The performance values are taken from Zhang et al. (2020).

The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations.

Performance comparison analysis using both the novel association test and novel drug test. AUROC: area under receiver operating characteristics; AUPR: area under precision-recall. The suffix “-A” indicates that the AUROC and AUPR are obtained using the novel association prediction. The suffix “-D” indicates that the AUROC and AUPR are obtained using the novel drug prediction. The performance values are taken from Yang et al. (2019a). The performance values are taken from Zhang et al. (2020). The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations. For the novel drug prediction, we evaluated the performance of all models in the benchmarking dataset. The results are recorded in Table 1. DDA-SKF achieved an AUROC of 0.845, which is 8.892, 1.198, 10.458, 15.280, and 5.890%, respectively, higher than that of BNNR’s 0.776, DisDrugPred’s 0.835, DRRS’s 0.765, SCMFDD’s 0.733, and MBiRW’s 0.798. DDA-SKF also obtained an AUPR of 0.270, which is only slightly lower than that of DRIMC. Therefore, we conclude that DDA-SKF outperformed most state-of-the-art methods in novel drug predictions. In the comparison with PREDICT, LRSSL, and NTSIM methods, 5-fold cross-validation was applied rather than 10-fold cross-validations, as all three existing methods reported their performances in 5-fold cross validations. According to the results in Table 2, DDA-SKF achieved better performances in almost every comparison. DDA-SKF achieved an AUROC of 0.929 and 0.931 for the PREDICT dataset and LRSSL dataset, which are 0.869 and 3.215% higher than that of the second model NTSIM, respectively. As for AUPR, DDA-SKF achieves an AUPR of 0.497 and 0.382 on the PREDICT dataset and LRSSL dataset, which are the best values among the four. For the F1-score, DDA-SKF achieves 0.504 and 0.427 for the PREDICT dataset and LRSSL dataset, which are 25.373 and 26.331% higher than that of NTSIM, respectively. In summary, DDA-SKF achieved better performances in this comparison.
TABLE 2

Performance comparison analysis with PREDICT, NTSIM, and LRSSL.

MethodDatasetAUROC a AUPR b SEN c SPE d PRE e ACC f F1 g MCC h
PREDICT i PREDICT0.9020.1510.3410.9930.0910.9920.1440.163
NTSIM i PREDICT0.9210.3380.3680.9990.4620.9980.4020.407
DDA-SKFPREDICT0.929 ± 0.0015 j 0.497 ± 0.00430.455 ± 0.00720.996 ± 0.00020.565 ± 0.01200.991 ± 0.00020.504 ± 0.00510.503 ± 0.0054
LRSSL i LRSSL0.8250.1790.2170.9990.1990.9980.2020.203
NTSIM i LRSSL0.9020.2690.3080.9990.3760.9990.3380.337
DDA-SKFLRSSL0.931 ± 0.00110.382 ± 0.00510.395 ± 0.00840.997 ± 0.00020.467 ± 0.01380.994 ± 0.00020.427 ± 0.00370.426 ± 0.0041

AUROC: area under receiver operating characteristics.

AUPR: area under precision-recall.

SEN: sensitivity.

SPE: specificity.

PRE: precision.

ACC: accuracy.

F1: F1-score.

MCC: Matthew’s correlation coefficient.

The performance values are taken from Zhang et al.( 2018a).

The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations.

Performance comparison analysis with PREDICT, NTSIM, and LRSSL. AUROC: area under receiver operating characteristics. AUPR: area under precision-recall. SEN: sensitivity. SPE: specificity. PRE: precision. ACC: accuracy. F1: F1-score. MCC: Matthew’s correlation coefficient. The performance values are taken from Zhang et al.( 2018a). The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations.

3.2 Case Study

Although the prediction performances of DDA-SKF in terms of AUROC and AUPR are slightly lower than those of the best method for the novel association prediction and novel drug prediction, our method can work without enough disease similarities. This is useful when the orphan drugs, whose indication is still very limited, are considered. In this section, the capability of our model in predicting novel drug–disease associations is tested. We performed three tests based on the PREDICT dataset in this part: one is drug-repositioning prediction, the second is orphan drug indications prediction, and the last is complex disease prediction. To predict novel indications for all drugs, all known drug–disease associations in the benchmarking dataset were used as the training set, and the unknown drug–disease associations were regarded as the candidate set. DDA-SKF was applied to obtain scores for all candidate drug–disease associations. All candidate associations were ranked according to the prediction scores. Top-ranked candidate associations were identified as novel drug–disease associations. We verified newly predicted associations by comparing them against the Comparative Toxicogenomics Database (CTD) (Davis et al., 2019). CTD contains curated and inferred chemical–disease relationships, which are divided into marker/mechanism and therapeutic. We only compared the therapeutic relationships for verification. For each of the 593 drugs, we collected the top-5 and the top-20 prediction results. The predictions for all drugs were listed in Supplementary Table S1 and Supplementary Table S2 as OMIM IDs in supplementary materials. In the DDA-SKF prediction results, 156 of top-5 and 377 of top-20 predictions have been confirmed by CTD. We listed several top-5 prediction results in Table 3. Although some top-ranked predictions had not been verified, we believe that these may provide new indications for approved drugs. For example, vincristine for B chronic lymphocytic leukemia (CLL), cisplatin for acute lymphoblastic leukemia (ALL), and methotrexate for neuroblastoma. These articles provide some possible hints that consist of our predictions (Lj et al., 1997; Vilpo et al., 2000; Lau et al., 2015).
TABLE 3

Top five candidate diseases for typical drugs.

DrugDiseaseOMIM IDEvidence
VincristineB-cell chronic lymphocytic leukemia151400NA a
VincristineSmall-cell carcinoma182280CTD b
VincristineMycosis fungoides254400CTD
VincristineTesticular neoplasms273300CTD
VincristineUrinary bladder neoplasms109800CTD
CisplatinAlveolar rhabdomyosarcoma268220NA
CisplatinWilms’ tumor194070CTD
CisplatinStomach neoplasms137215CTD
CisplatinAcute lymphoblastic leukemia247640NA
CisplatinColorectal neoplasms114500CTD
FluorouracilEsophageal neoplasms133239CTD
FluorouracilRenal cell carcinoma144700CTD
FluorouracilAcute lymphoblastic leukemia247640NA
FluorouracilProstatic neoplasms176807CTD
FluorouracilAcute myelocytic leukemia246470NA
MethotrexateB-cell chronic lymphocytic leukemia151400CTD
MethotrexateNeuroblastoma256700NA
MethotrexateWilms’ tumor194070NA
MethotrexateLung neoplasms211980CTD
MethotrexateGlioma137800CTD
PaclitaxelMismatch repair cancer syndrome 1276300NA
PaclitaxelProstatic neoplasms176807CTD
PaclitaxelTesticular germ cell tumor273300CTD
PaclitaxelStomach neoplasms137215CTD
PaclitaxelCutaneous malignant melanoma, 1155600NA

NA: not available on the Comparative Toxicogenomics Database.

CTD: Available on the Comparative Toxicogenomics Database.

Top five candidate diseases for typical drugs. NA: not available on the Comparative Toxicogenomics Database. CTD: Available on the Comparative Toxicogenomics Database. In particular, DDA-SKF can perform drug–disease association prediction without disease similarities. This may be important in studying some orphan drugs. Since the indications of orphan drugs are usually very limited, the similarities between diseases may be misleading. Therefore, by excluding the disease similarities from the model, DDA-SKF should have more potential in finding new indications for orphan drugs, which may eventually decrease the cost of orphan drug utilization. We selected several orphan drugs from Orphanet (http://www.orpha.net), including celecoxib, methotrexate, and doxorubicin. For each orphan drug, all known drug–disease associations were removed. The orphan drug would have no association information during the process of prediction. We fed the drug similarity kernels with orphan drug information and the aforementioned association matrix to our model. The results of top-20 predictions for each orphan drug were recorded in Supplementary Table S3 in supplementary materials. The top-5 predicted results are summarized in Table 4. These successful prediction instances further confirm that DDA-SKF has the potential to predict novel indications for orphan drugs without disease similarity information.
TABLE 4

Top five candidate diseases for typical orphan drugs.

Orphan drugDiseaseOMIM IDEvidence
CelecoxibOsteoarthritis susceptibility 2140600CTD a
CelecoxibOsteoarthritis susceptibility 1165720CTD
CelecoxibProgressive pseudorheumatoid dysplasia208230NA b
CelecoxibMitochondrial recessive ataxia syndrome607459NA
CelecoxibOsteoarthritis susceptibility 3607850CTD
MethotrexateMismatch repair cancer syndrome 1276300NA
MethotrexateBreast neoplasms114480CTD
MethotrexateAcute lymphoblastic leukemia247640NA
MethotrexateAutoimmune diseases109100CTD
MethotrexatePyogenic arthritis–pyoderma gangrenosum–acne604416NA
DoxorubicinMismatch repair cancer syndrome 1276300NA
DoxorubicinAcute lymphoblastic leukemia247640NA
DoxorubicinDohle bodies and acute leukemia223350NA
DoxorubicinBreast neoplasms114480CTD
DoxorubicinAcute myeloid leukemia601626CTD

CTD: available on the Comparative Toxicogenomics Database.

NA: not available on the Comparative Toxicogenomics Database.

Top five candidate diseases for typical orphan drugs. CTD: available on the Comparative Toxicogenomics Database. NA: not available on the Comparative Toxicogenomics Database. Last, several commonly studied complex diseases were chosen to evaluate DDA-SKF. For instance, Alzheimer’s disease (AD), Parkinson’s disease (PD), and amyotrophic lateral sclerosis (ALS) were considered. We listed the top-5 predicted results in Table 5 along with the literature evidences. For each disease, the uncovered associations will be ranked based on the prediction scores, and the top-ranked unknown associations were identified as the prediction results. The AD and PD results were obtained on the PREDICT dataset, while the ALS results were obtained using the LRSSL dataset. These results indicate that DDA-SKF has the potential to uncover new drugs for these complex diseases.
TABLE 5

Top five candidate drugs for complex diseases.

DiseaseDrugEvidence a
Alzheimer’s diseasePyridostigmine Agnoli et al. (1983)
Alzheimer’s diseaseBenzatropineNA b
Alzheimer’s diseaseScopolamine Chen and Yeong, (2020)
Alzheimer’s diseaseCarbidopa El-Moursy et al. (2009)
Alzheimer’s diseasePramipexole Bennett et al. (2016)
Parkinson’s diseaseBiperiden Kostelnik et al. (2017)
Parkinson’s diseaseLevodopa LeWitt, (2015)
Parkinson’s diseaseBromocriptine Lieberman and Goldstein, (1985)
Parkinson’s diseaseTrihexyphenidyl Jilani et al. (2021)
Parkinson’s diseaseRivastigmine Espay et al. (2021)
Amyotrophic lateral sclerosisBaclofen Boussicault et al. (2020)
Amyotrophic lateral sclerosisMexiletine Adiao et al. (2020)
Amyotrophic lateral sclerosisColchicine Mandrioli et al. (2019)
Amyotrophic lateral sclerosisRanolazine Djamgoz and Onkal, (2013)
Amyotrophic lateral sclerosisPrilocaineNA

Evidence: Evidences from the literature.

NA: Evidences are not available.

Top five candidate drugs for complex diseases. Evidence: Evidences from the literature. NA: Evidences are not available.

3.3 Comparison With Single Similarity

In this work, different drug similarity kernels were integrated as a drug comprehensive similarity kernel in the drug subspace. Also, different disease similarity kernels were integrated as a disease comprehensive similarity kernel. To demonstrate the effectiveness in integrating multiple similarity kernels, we calculated the values of AUROC and AUPR with every single similarity kernel on the PREDICT dataset. The results are shown in Figure 2 and Figure 3. We also compared the effectiveness of the multiple similarity kernels fusion and all single similarity kernels. The results are recorded in Table 6. We can see that the comprehensive kernel produced higher performances than every single kernel.
FIGURE 2

Performance of the single similarity and SKF in the drug subspace of the PREDICT dataset. (A) ROC curve and (B) PR curve.

FIGURE 3

Performance of the single similarity and SKF in the disease subspace of the PREDICT dataset. (A) ROC curve and (B) PR curve.

TABLE 6

Performance comparison between the multiple similarity fusion and every single similarity.

SpaceSimilarityAUROC a AUPR b SEN c SPE d PRE e ACC f F1 g MCC h
DrugChemical0.778 ± 0.0017 i 0.092 ± 0.00010.158 ± 0.01780.991 ± 0.00210.164 ± 0.02560.983 ± 0.00190.159 ± 0.00100.151 ± 0.0029
DrugFunctional0.804 ± 0.00100.112 ± 0.00240.221 ± 0.00780.989 ± 0.00080.173 ± 0.00490.981 ± 0.00070.194 ± 0.00100.186 ± 0.0011
DrugAssociation0.811 ± 0.00120.161 ± 0.00370.261 ± 0.01450.989 ± 0.00100.200 ± 0.00630.981 ± 0.00090.226 ± 0.00240.219 ± 0.0032
DrugSKF0.887 ± 0.00180.455 ± 0.00350.458 ± 0.01150.995 ± 0.00030.515 ± 0.01120.990 ± 0.00010.485 ± 0.00400.481 ± 0.0038
DiseaseSemantic0.741 ± 0.00150.108 ± 0.00210.185 ± 0.02050.991 ± 0.00260.188 ± 0.02970.983 ± 0.00230.184 ± 0.00440.177 ± 0.0059
DiseaseAssociation0.707 ± 0.00260.214 ± 0.00570.168 ± 0.00490.999 ± 0.00010.846 ± 0.03880.991 ± 0.00010.280 ± 0.00740.374 ± 0.0109
DiseaseSKF0.828 ± 0.00200.359 ± 0.00330.345 ± 0.00730.996 ± 0.00030.503 ± 0.01450.990 ± 0.00020.409 ± 0.00200.411 ± 0.0027

AUROC: area under receiver operating characteristics.

AUPR: area under precision-recall.

SEN: sensitivity.

SPE: specificity.

PRE: precision.

ACC: accuracy.

F1: F1-score.

MCC: Matthew’s correlation coefficient.

The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations.

Performance of the single similarity and SKF in the drug subspace of the PREDICT dataset. (A) ROC curve and (B) PR curve. Performance of the single similarity and SKF in the disease subspace of the PREDICT dataset. (A) ROC curve and (B) PR curve. Performance comparison between the multiple similarity fusion and every single similarity. AUROC: area under receiver operating characteristics. AUPR: area under precision-recall. SEN: sensitivity. SPE: specificity. PRE: precision. ACC: accuracy. F1: F1-score. MCC: Matthew’s correlation coefficient. The value is represented as “average ± standard deviation” form for 5 times of repeated cross-validations.

4 Conclusion

In this study, we proposed DDA-SKF (drug–disease associations prediction based on the similarity kernels fusion) for predicting drug–disease associations. Several similarity kernels of drugs and diseases were integrated. The SKF method has a better, or at least comparable, performance than the existing methods, in terms of AUROC and AUPR. The novel drug prediction test indicated that DDA-SKF can identify potential indications of approved drugs, which may be useful in drug repositioning. The DDA-SKF can also make predictions without disease similarity. This allows it to be applied on orphan drugs, which is useful in exploring potential indications of such drugs. The evaluation on several complex diseases illustrates that our method can provide valuable information and potential indications for clinical studies. However, it should be noted that there is still a room for further improvement. One is to integrate similarities from more biological knowledge, and the other is to integrate information of the drug-target information. Due to the limited time and resources of this study, these works will be conducted in future.
  59 in total

Review 1.  Drug repositioning: identifying and developing new uses for existing drugs.

Authors:  Ted T Ashburn; Karl B Thor
Journal:  Nat Rev Drug Discov       Date:  2004-08       Impact factor: 84.694

2.  Predicting drug-disease associations and their therapeutic function based on the drug-disease association bipartite network.

Authors:  Wen Zhang; Xiang Yue; Feng Huang; Ruoqi Liu; Yanlin Chen; Chunyang Ruan
Journal:  Methods       Date:  2018-06-04       Impact factor: 3.608

3.  Selective toxicity of vincristine against chronic lymphocytic leukemia cells in vitro.

Authors:  J A Vilpo; T Koski; L M Vilpo
Journal:  Eur J Haematol       Date:  2000-12       Impact factor: 2.997

Review 4.  Drug repositioning for rare diseases: Knowledge-based success stories.

Authors:  Daniel Scherman; Christine Fetro
Journal:  Therapie       Date:  2020-02-13       Impact factor: 2.070

5.  Eculizumab Is Safe and Effective as a Long-term Treatment for Protein-losing Enteropathy Due to CD55 Deficiency.

Authors:  Alina Kurolap; Orly Eshach Adiv; Tova Hershkovitz; Adi Tabib; Netanel Karbian; Tamar Paperna; Adi Mory; Arcadi Vachyan; Nadav Slijper; Ran Steinberg; Yaniv Zohar; Dror Mevorach; Hagit Baris Feldman
Journal:  J Pediatr Gastroenterol Nutr       Date:  2019-03       Impact factor: 2.839

6.  Safety and Tolerability of R(+) Pramipexole in Mild-to-Moderate Alzheimer's Disease.

Authors:  James Bennett; Jeffrey Burns; Paul Welch; Rebecca Bothwell
Journal:  J Alzheimers Dis       Date:  2016       Impact factor: 4.472

7.  Efficacy and safety of mexiletine in amyotrophic lateral sclerosis: a systematic review of randomized controlled trials.

Authors:  Karen Joy Adiao; Adrian Espiritu; Marjorie Anne Bagnas
Journal:  Neurodegener Dis Manag       Date:  2020-08-31

Review 8.  Persistent current blockers of voltage-gated sodium channels: a clinical opportunity for controlling metastatic disease.

Authors:  Mustafa B A Djamgoz; Rustem Onkal
Journal:  Recent Pat Anticancer Drug Discov       Date:  2013-01-01       Impact factor: 4.169

9.  PREDICT: a method for inferring novel drug indications with application to personalized medicine.

Authors:  Assaf Gottlieb; Gideon Y Stein; Eytan Ruppin; Roded Sharan
Journal:  Mol Syst Biol       Date:  2011-06-07       Impact factor: 11.429

10.  Predicting drug-disease associations via sigmoid kernel-based convolutional neural networks.

Authors:  Han-Jing Jiang; Zhu-Hong You; Yu-An Huang
Journal:  J Transl Med       Date:  2019-11-20       Impact factor: 5.531

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.