Next Article in Journal
Systematic Analysis of Differentially Expressed Maize ZmbZIP Genes between Drought and Rewatering Transcriptome Reveals bZIP Family Members Involved in Abiotic Stress Responses
Previous Article in Journal
An Update on Pharmacological Potential of Boswellic Acids against Chronic Diseases
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of Potential Drug–Disease Associations through Deep Integration of Diversity and Projections of Various Drug Features

1
School of Computer Science and Technology, Heilongjiang University, Harbin 150080, China
2
School of Mathematical Science, Heilongjiang University, Harbin 150080, China
*
Author to whom correspondence should be addressed.
Int. J. Mol. Sci. 2019, 20(17), 4102; https://doi.org/10.3390/ijms20174102
Submission received: 2 July 2019 / Revised: 19 August 2019 / Accepted: 20 August 2019 / Published: 22 August 2019
(This article belongs to the Section Molecular Informatics)

Abstract

:
Identifying new indications for existing drugs may reduce costs and expedites drug development. Drug-related disease predictions typically combined heterogeneous drug-related and disease-related data to derive the associations between drugs and diseases, while recently developed approaches integrate multiple kinds of drug features, but fail to take the diversity implied by these features into account. We developed a method based on non-negative matrix factorization, DivePred, for predicting potential drug–disease associations. DivePred integrated disease similarity, drug–disease associations, and various drug features derived from drug chemical substructures, drug target protein domains, drug target annotations, and drug-related diseases. Diverse drug features reflect the characteristics of drugs from different perspectives, and utilizing the diversity of multiple kinds of features is critical for association prediction. The various drug features had higher dimensions and sparse characteristics, whereas DivePred projected high-dimensional drug features into the low-dimensional feature space to generate dense feature representations of drugs. Furthermore, DivePred’s optimization term enhanced diversity and reduced redundancy of multiple kinds of drug features. The neighbor information was exploited to infer the likelihood of drug–disease associations. Experiments indicated that DivePred was superior to several state-of-the-art methods for prediction drug-disease association. During the validation process, DivePred identified more drug-disease associations in the top part of prediction result than other methods, benefitting further biological validation. Case studies of acetaminophen, ciprofloxacin, doxorubicin, hydrocortisone, and ampicillin demonstrated that DivePred has the ability to discover potential candidate disease indications for drugs.

1. Introduction

Developing a new drug is a complex, time-consuming, and expensive process [1,2], which typically proceeds through preliminary compound testing, pre-clinical and animal experiments, clinical research, and Food and Drug Administration (FDA) review, before it finally yields a new drug that reaches the market after 10–15 years, costing approximately 0.8–1.5 billion dollars [3,4,5,6]. Even with a substantial time commitment and capital investment, the successful development of a new drug is still associated with considerable risks [1,7,8]. Because the number of new drugs approved by the FDA has been declining since the 1990s [9,10], there is an urgent need to find alternative approaches that will reduce the development costs. Drug repositioning refers to the identification of new indications for drugs that have been approved by regulatory agencies. Compared to the development of a new drug for a certain indication, drug repositioning can shorten the drug development cycle to 6.5 years at the cost of approximately 0.3 billion dollars due to the known safety, tolerability, and efficacy profile of the drug candidate [11,12,13].
Computational prediction of new drug-related disease annotations can generate reliable drug–disease association candidates for further validation [14,15]. Previous prediction methods can be broadly divided into two categories. In first the category, the potential associations between drugs and diseases are usually related to shared target genes, and the more shared target genes there are, the higher the likelihood of a drug–disease association is. Therefore, several methods for predicting the association of drugs with diseases based on related target genes or gene expression profiles have been proposed [16,17]. Similarly, the possibility of a drug–disease association can be estimated based on the targeted protein complexes shared by the drugs and diseases [18] and the perturbed genes they have in common [19]. However, these methods are limited to drugs and diseases with shared genes or proteins.
The second category uses a variety of data types, including drug similarity, disease similarity, and target similarity, as well as interactions and association between drugs, targets, and diseases for drug repositioning. Wang et al. applied a kernel function to integrate similarity information drugs and diseases to predict potential drug–disease associations [20]. Several approaches integrate the information on drugs, targets, and diseases to create heterogeneous networks that infer drug candidates by information flow or random walks [21,22,23,24]. Some methods use the data of drugs and diseases to infer drug–disease association candidates using the logistic regression model [25], a statistical model [26], Laplacian regularized sparse subspace learning model [27], similar constraint matrix decomposition model [28] or non-negative matrix factorization model [29]. These methods include information from different sources and confirm that this information is important for predicting associations between drugs and diseases. However, multiple kinds feature of drugs, such as the chemical substructures and the target protein domains have diversity, and these methods did not take the diversity into account.
In this study, we present a new method, DivePred, for predicting potential drug–disease associations. DivePred deeply integrates not only the projection of multiple drug features in low-dimensional space but also the diversity of drug features. Projecting multiple high-dimensional drug features into the same dimension as the disease assists in measuring the distance between the drugs and the diseases, which is a critical parameter for the possibility of a drug–disease association. The chemical substructures of the drugs, the target protein domains, and the ontology annotation of the target gene, along with its associated disease annotations reflect the characteristics of the drugs from different perspectives. Therefore, retaining the diversity of multiple drug features can fully integrate information from different drug views. Thus, we created a unified model and developed an iterative optimization algorithm to derive drug–disease association scores. Experimental results based on cross-validation indicated that DivePred achieved better prediction performance than several state-of-the-art methods. Case studies of five drugs further demonstrated that DivePred could detect potential drug-related diseases.

2. Experimental Evaluation and Discussion

2.1. Evaluation Metrics

We used five-fold cross-validation to evaluate the performance of DivePred in predicting potential drug–disease associations. The known drug–disease associations were randomly divided into five equal subsets, four of which were used to train our model, while the remaining set was used to perform the test. In each cross-validation, X ( 4 ) contained only the drug–disease associations of the training set, and R 4 was calculated based on the known associations in matrix X ( 4 ) . For a certain drug r i ( 1 r i N r ) , its associated diseases in the test set was called the positive sample, and the other unmarked diseases were called negative samples. In the test results, a high positive sample rate of drug r i was correlated with an improved predictive performance for this drug.
A threshold θ was set, and when the score obtained by the sample estimate was higher than θ , it was identified as a positive example; otherwise, it was identified as a negative example. The T P R s   ( true-positive rates) and the F P R s   ( false-positive rates) under various θ can be calculated as follows,
T P R = T P T P + F N , F P R = F P T N + F P
where T P is the number of positive cases that were correctly identified, and T N indicates the number of negative examples that were correctly identified. F N and F P are the numbers of positive and negative examples that were misidentified, respectively. After calculating T P R s and F P R s for different θ values, the receiver operating characteristic curve (ROC) was be plotted. The area under the curve (AUC) was used as a measure to predict the performance of potentially associated disease with drug r i . The overall performance of the prediction method was the average of the AUC values of all drugs.
Due to the imbalance of the number of positive and negative samples in the sample data, the precision–recovery rate (P–R curve) can provide additional information; precision and recall were defined as follows,
p r e c i s i o n = T P T P + F P , r e c a l l = T P T P + F N
The precision ratio refers to the proportion of correctly identified positive samples in the search samples, and the recall rate is the same as the TPR. The area under the P–R curve (AUPR) was also used to measure the performance for predicting potential drug–disease associations.
Biologists typically choose the top-ranked candidates for further experimentation. It was our goal to increase the number of positive samples in the top-ranked section. To create another evaluation index, we calculated the recall rate of the top-ranked samples, which is the proportion of positive samples correctly identified in the top k of the list among the total of positive samples.

2.2. Comparison with Other Methods

To evaluate the performance of our prediction method, DivePred, we also compared it with several state-of-the-art methods for predicting potential drug–disease associations, including: TL_HGBI [21], MBiRW [22], LRSSL [27], and SCMFDD [28]. In our method of comparison, we need to fine-tune the hyperparameters. Based on five-fold cross-validation, we selected the hyperparameters values for α 1 ,   α 2 ,   α 3 ,   α 4 and α 5 in DivePred from as { 10 2 ,   10 1 , 1 ,   10 ,   100 } . DivePred achieved the best performance at α 1 = 1 , α 2 = 10 , α 3 =   0.1, α 4 = 0.1 , and α 5 = 0.1 . To perform a fair comparison with the four other methods, we used the best value provided by the authors to set the hyperparameters (i.e., α = 0.4 and β = 0.3 for TL_HGBI; α = 0.3 , l = 2 and r = 2 for MBiRW; μ = 0.01 , λ = 0.01 , γ = 2 , and k = 10 for LRSSL; k = 45 % , μ = 1 and λ = 4 for SCMFDD).
As shown in Figure 1a, DivePred achieved the best average performance, on a set of 763 drugs (AUC = 0.9256). Specifically, the performance score of DivePred was 24.29% better than that of the TL_HGBI algorithm, 8.83% better than the MBiRW algorithm, 8.81% better than the LRSSL algorithm, and 19.93% better than the SCMFDD algorithm. In addition, we tested 15 drugs using DivePred and the other four methods. The AUC values of the 15 drugs are shown in Table 1, DivePred preforms the best on 12 of these drugs. Among these comparison methods, LRSSL achieved a good performance because similar to DivePred, it considers the information on multiple drug features, although it does not consider the diversity of multiple feature information of the drugs. The MBiRW algorithm only considers a feature of the drugs, limiting its performance. The SCMFDD algorithm and TL_HGBI algorithm were relatively poor. The weak performance of the former might be due to the excessive dependence on the accuracy of similarity calculations; the latter may have problems due to the introduction of noise when calculating drug–drug similarity. Compared with those methods, DivePred was superior to those methods because it captures the specific features of each aspect of the drugs.
As shown in Figure 1b, the average PR curve of 763 drugs was higher for DivePred than those for the other methods, indicating that DivePred has the best performance for drug–disease association prediction (AUPR = 0.2004). Compared with the AUPR values of SCMFDD, TL_HGBI, MBiRW, and LRSSL, the DivePred values were 18.7%, 15.8%, 8.3%, and 18.6% higher, respectively. The AUPR values of the 15 drugs are shown in Table 2, and DivePred is the best performer on 10 of these drugs.
We evaluated the prediction results of 763 drugs by using a Wilcoxon test, and the results of the evaluation showed that DivePred was significantly better than other methods. These results were observed using a p-value threshold of 0.05, with DivePred showing better performance in terms of not only AUCs of ROC curves but AUCs of P–R curves as well (Table 3).
In addition, the recall rates for the top k candidate diseases were assessed. A high recall rate for the top k candidate diseases indicated that the predictive method performed well in identifying diseases that are truly associated with a drug. The average recall rates of all 763 drugs at different top k values are shown in Figure 2. DivePred was always superior to the other methods in the range for of the top 30 to the top 240 candidates. Among the top 30, 90, and 150 candidate diseases, the recall rates for which were 74.6%, 87.4%, and 90.0%, respectively; the second-best method was LRSSL, where the recall rate was 63.4% in the top 30, 75.2% in the top 90, and 79.6% in the top 150; followed by MBiRW, for which the recall rates among the top 30, 90, and 150 candidates were 52.9%, 74.2%, and 82.6%, respectively; the worst performers were TL_HGBI and SCMFDD. Their recall rates were relatively close. For the former method, the recall rates were 28.8%, 49.6%, and 58.5% among the top 30, 90, and 150 candidate diseases, respectively. The recall rates for the latter method, SCMFDD, were 30.6%, 52.5%, 62.1% in the top 30, 90, and 150 respectively.

2.3. Case Studies on Five Drugs

To further demonstrate the ability of DivePred to discover candidate diseases for drugs, we conducted case studies on five drugs, including acetaminophen, ciprofloxacin, doxorubicin, hydrocortisone, and ampicillin. For each of the five drugs, we scored the drug–disease association predictions and ranked them accordingly. The top 15 diseases with the highest association scores were considered candidate diseases for the drug. A total of 75 candidate diseases were predicted, as shown in Table 4.
Comparative Toxicogenomics Database (CTD) is a powerful public database that provides relevant drugs information and the effects of drugs on diseases; this information is compiled from published literatures. DrugBank database is supported by the Canadian Institutes of Health Research, the Alberta Innovats-Health Solutions and the Metabolomics Innovation Centre. It provides clinical trial information on the drugs, including the drugs and the diseases being tested. PubChem is an open chemical database supported by the National Institutes of Health (NIH), which contains from various data sources with many informational entries on drugs and diseases. As shown in Table 4, 38 drug–disease association information were included in the CTD, 12 association information were contained in the DrugBank, and 10 association information were recorded by PubChem, indicating that these candidate diseases are indeed associated with the corresponding drugs.
Secondly, ClinicalTrials.gov (https://clinicaltrials.gov/) is an online clinical trial database managed by the National Library of Medicine (NLM) and the Food and Drug Administration (FDA), which contains a large amount of clinical research information on various drugs and diseases. Four drug–disease association predictions matched entries in the ClinicalTrials database. In addition, two candidates were labelled with “literature”, indicating that there is literature supporting that the candidate disease is being treated with the corresponding drug.
In addition, the CTD database also contains potential associations from literature data, which we included as “inferred candidate by k literatures”, where k represents the number of documents reporting that a drug that could be associated with a disease according to the CTD. A total of five candidates were tagged, indicating that this drug is more likely to be associated with the corresponding disease candidates. Of the 75 candidates, four could not be confirmed by observational evidence; they were labelled as “unconfirmed”.

2.4. Prediction of Novel Drug–Disease Associations

After evaluating its prediction performance by cross-validation, case studies, and the Wilcoxon test, we applied DivePred to predict novel drug–disease associations. All the known drug–disease associations were utilized to train DivePred’s prediction model. High-confidence candidate diseases of drugs were obtained using DivePred. Results are listed in supplementary Table ST1_candidates.

3. Materials and Methods

3.1. Datasets for Drug–Disease Association Prediction

We obtained drug feature data, disease similarity data, and drug–disease association data from previous studies by Wang et al., which included 763 drugs and 681 diseases, and 3051 drug–disease associations. The initial data were sourced from several databases: The chemical substructures of the drugs were represented by the chemical fingerprints defined in the PubChem database [32]; the domain composition of the proteins targeted by the drugs was obtained from the InterPro database; the protein ontology characteristics (molecular functions and biological processes) of the target proteins were extracted from the UniProt database.

3.2. Representation of Multi-Source Data

Our primary goal was to predict and rank diseases potentially associated with drugs that are of interest to us. A non-negative matrix factorization model was established by integrating multiple data about drug features, drug similarities, disease similarities, and drug–disease associations. Drug r i   and disease d j association scores can be computed using our model. The higher the association score, the more likely is an association between r i and d j . Three characteristic information representations of drugs including chemical drug features form an 881-dimensional binary chemical substructure vector, represented by the feature matrix X ( 1 ) R 881 × N r , where N r is the number of drugs, ( ( X ( 1 ) ) T ) j is the j th row of the transposed of X ( 1 ) that indicates the case where the drug r j contains various chemical substructures. The term ( X ( 1 ) ) i j is 1 if r j has a chemical substructure c i , or it is 0 otherwise. The 1426-dimensional target protein domain features are represented by matrix; similarly, the j th column of X ( 2 ) indicates whether drug r j is associated with each protein domain. Using the matrix X ( 3 ) R 4447 × N r to represent the 4447-dimensional target gene ontology feature ( X ( 3 ) ) i j indicates whether the protein targeted by drug r j has the i th gene ontology; if so, the term ( X ( 3 ) ) i j = 1 applies or it is 0 otherwise.
Calculation and representation of three types of drug similarities. In this study, the similarity between drugs was assessed based on drug features and on the assumption that drug-related diseases are more likely to be similar when the drugs are more similar. For these three types of drug features, the more chemical substructures (or protein domains, or gene ontology attributes) are shared between two drugs, then the more similar they are (Figure 3a). Cosine similarity was computed to determine the similarity between drug r i and r j based on the three drug feature criteria, which are denoted as ( R v ) i j , where R v R N r × N r represents the similarity matrix of the v th feature data, v = [ 1 ,   2 ,   3 ] . Then, the cosine similarity was used to construct the similarity matrix of the v th drug feature,
( R v ) i j = ( X v ) i ( X v ) j ( X v ) i ( X v ) j
where is the modulus of a vector.
Calculation and representation of the fourth drug similarity. From a previous publication, we used the drug–disease association data [17], and if two drugs are associated with more similar diseases, the more similar they are. We constructed the fourth drug feature matrix ( X ( 4 ) ) N d × N r , where N d represents the number of diseases, and ( X ( 4 ) ) i j is 1 if drug r j and disease d i are related or it is 0 otherwise. To compute the similarity feature matrix of the fourth criterion, R 4 R N r × N r , we obtained the disease sets associated with drug r i and drug r j [33] and recorded them as D i = { d 1 , d 3 } and D j = { d 2 , d 3 , d 5 } . The fourth similarity of r i and r j was calculated as follows,
( R 4 ) i j = a = 1 m m a x 1 b n ( D ( d 1 a , d 2 b ) ) + b = 1 n m a x 1 a m ( D ( d 2 b , d 1 a ) ) m + n
where D ( d 1 a , d 2 b ) is the semantic similarity between d 1 a belonging to D i and disease d 2 b belonging to D j ; m and n represent the number of diseases in D i and D j , respectively. According to a previous study, Equation (4) calculates the semantic similarity between two diseases [33].
Representation of the drug–disease association. An association matrix Y R N r × N d was established based on known drug–disease associations. Each row of Y corresponds to a drug, and each column corresponds to a disease. Y i j is 1 if there is a known association between drug r i and disease d j or it is 0 otherwise.

3.3. Drug–Disease Association Prediction Model

Our new predictive model, DivePred, merges various drug features and can be used to predict new indications for drugs. We know that if two drugs share more of the same features, they are more likely to have a high similarity, indicating a potential association with similar diseases, which is at the core of our new model.
Modelling drug–disease association relationships. We introduced the matrix F = ( F i j ) R N r × N d to represent the association score matrix of N r drugs and N d diseases to better describe the model. In the model, F i is the i th row of the association score matrix that represents the possibility of an association of drug r i with all diseases. F i j was the predicted association score between drug r i and disease d j , and a high F i j indicates a stronger possibility of an association between r i and d j . Since the non-zero elements in Y are very sparse, previous studies using sparse cases usually built optimizations based on observed relationships only [34,35,36]. Here, we assume that the known set of observed drug–disease association information is Ω , and the construct matrix is M = ( M i j ) R N r × N d , where M i j was 1 if ( r i , d j ) Ω , or it is 0 otherwise (in fact, M = Y ). All known related drug–disease pairs should also be included in the predictions, i.e., there are known associations drug–disease should have a higher score in the prediction results. Therefore, the squared loss function was defined as,
m i n M ( F Y ) F 2
where F 2 represents the Frobenius norm of a matrix, and is the Hadamard product.
Integrating multiple drug features into the model. We replaced the original feature matrix with a new matrix obtained by non-negative matrix factorization to fuse different types of drug features. X ( v ) indicates the v th feature matrix of drugs, and a new drug feature matrix H ( v ) R N d × N r ( 1 v 4 ) is obtained by matrix factorization of X ( v ) (Figure 3b); ( ( H ( v ) ) T ) i is the i th row of the transposed of H ( v ) , representing the new feature vector of drug r i in the v th view. While W ( v ) R d v × N d ( 1 v 4 ) denotes the basic matrix of the v th drug feature, the j th row of W ( v ) , ( W ( v ) ) j , indicates the weight of each new feature to the original j th feature. ( W ( v ) ) j ( ( H ( v ) ) T ) i indicates the condition in which the drug r i has the original features f j . To ensure that the new drug feature matrix represents the original feature matrix as much as possible, ( W ( v ) ) j ( ( H ( v ) ) T ) i should match ( X ( v ) ) j i as much as possible,
min H ( v ) , W ( v ) 0 M ( F Y ) F 2 + α 1 v = 1 4 X ( v ) W ( v ) H ( v ) F 2  
where α 1 is a trade-off parameter that controls the weight of all drug feature information.
The multitude of drug similarities reflects the degree of similarity among the drugs from different aspects. There is consistency between the information from multiple aspects, but each view also has its own specific information. To ensure the diversity of each drug feature vector among the different views, we also require that each drug feature vector is as orthogonal as possible between the various views [37]. For example, h i ( v ) and h i ( w ) are the representation vectors of the drug r i in the two drug feature views. To ensure that h i ( v ) and h i ( w ) are as different as possible, their dot product should approach zero.
h i ( v ) h i ( w ) 1 = j = 1 K h j i ( v ) · h j i ( w )
To derive a feature profile unique to every drug in each view, Formula (7) was introduced into the objective function.
m i n H ( v ) , W ( v ) 0 M ( F Y ) F 2 + a 1 v = 1 4 X ( v ) W ( v ) H ( v ) F 2 + a 2 w v 4 t r ( H ( v ) T H ( w ) )
where t r ( H ( v ) T H ( w ) ) = i = 1 N r j = 1 N d h j i ( v ) · h j i ( w ) , and a 2 is used to control the contribution of the third term.
Modelling the drug–disease association score. In the drug–disease association score matrix F, the i th row of F , F i , records the potential association score between drug r i and various diseases. Furthermore, F i is also the characteristic vector of r i at the disease level. The i th column of H ( v ) , ( ( H ( v ) ) T ) i , is a new feature vector obtained after the original feature vector of the drug r i is projected onto the disease dimension. H ( v ) plays a guiding role in the assessment of drug–disease association scores, ( ( H ( v ) ) T ) i , and F i should be as consistent as possible. The extended objective function was defined as:
min H ( v ) , W ( v ) 0 M ( F Y ) F 2 + a 1 v = 1 4 X ( v ) W ( v ) H ( v ) F 2 + a 2 w v 4 D I V E ( H ( v ) , H ( w ) ) + a 3 v = 1 4 F H ( v ) T F 2  
where α 3 is the super-parameter that regulates the contribution of drug characteristic information throughout the model.
Modelling the smoothness term. Drug r i and its k neighbours are more likely to be associated with similar diseases. Hence, we established corresponding maps based on the drug neighbour information derived from the similarity of the four drugs. The corresponding adjacency matrix A ( v ) was obtained according to the v th figure (Figure 3c). A ( v ) was defined as,
( A ( v ) ) i j = { 1 ,    if   the   drug   r j   is   one   of   the   k   most   similar   neighbours          of   the   drug   r i   based   on   the   vth   drug   similarity   0 ,     otherwise
Since drug r i and its neighbour r j are more likely to be associated with a similar group of diseases, a drug-related smoothing term can be created,
1 2 v = 1 4 i , j = 1 N r ( A ( v ) ) i j F i F j 2 = v = 1 4 ( T r ( F T U ( v ) F ) T r ( F T A ( v ) F ) )   = v = 1 4 T r ( F T L ( v ) F )  
where F i and F j denote the i th and j th row vectors of F , respectively, and indicate the cases of a potential association of drug r i and r j with all diseases. U ( v ) R N r × N r is a diagonal matrix, where ( U ( v ) ) i i = j = 1 N r ( A ( v ) ) i j and the Laplacian matrix of the v th feature graph is L ( v ) = U ( v ) A ( v ) .
Similarly, the disease d i and its k neighbours are more likely to be associated with similar drugs. Therefore, we established a graph with disease as a node according to disease similarity and obtained the adjacency matrix A d defined as (Figure 3d),
( A d ) i j = { 1 ,     if   the   disease   d j   is   one   of   the   k   most        similar   neighbours   of   the   disease   d i   0 ,     otherwise
Therefore, disease–related regularization items were created as follows,
1 2 i , j = 1 N r ( A d ) i j ( F T ) i ( F T ) j 2 = T r ( F U d F T ) T r ( F A d F T ) = T r ( F L d F T )  
where ( F T ) i and ( F T ) j   were the i th and j th row of F T , respectively. They represent the potential association of disease d i and d j with all drugs. U d R N d × N d was a diagonal matrix, ( U d ) i i = j = 1 N d ( A d ) i j , and L ( v ) = U ( v ) A ( v ) was the Laplace matrix of the characteristic graph of the disease. Then, we added a smoothness term to the objective function,
min H ( v ) , W ( v ) 0 M ( F Y ) F 2 + α 1 v = 1 4 X ( v ) W ( v ) H ( v ) F 2 + α 2 w v 4 D I V E ( H ( v ) , H ( w ) ) + α 3 v = 1 4 F H ( v ) T F 2 + α 4 ( v = 1 4 T r ( F T L ( v ) F ) + T r ( F L d F T ) )
where α 4 adjusts the contribution of the smoothing term.
Considering the sparsity of drug–disease associations. The potential associations between drugs and diseases was limited. Thus, drug–disease associations have sparse properties. We used the l 1 -norm to adjust the association matrix for sparse associations. We created the final objective function after adding the sparse item,
min H ( v ) , W ( v ) 0 M ( F Y ) F 2 + α 1 v = 1 4 X ( v ) W ( v ) H ( v ) F 2 + α 2 w v 4 D I V E ( H ( v ) , H ( w ) ) + α 3 v = 1 4 F H ( v ) T F 2 + α 4 ( T r ( v = 1 4 F T L ( v ) F ) + T r ( F L d F T ) ) + α 5 F 1
where α 5 is a regulation parameter.

3.4. Optimization

Since the objective Function (15) with the variables F , H ( v ) and W ( v ) is a non-convex function, it was impractical to derive a global optimal solution. Therefore, we divided the optimization problem into three subproblems and performed iterative optimization, converging each subproblem to a local minimum.
F -subproblem. We updated F with fixed W ( v ) and H ( v ) , and the resulting formula contains only the unknown variable F ,
m i n L ( F ) = M ( F Y ) F 2 + α 3 v = 1 4 F H ( v ) T F 2 + α 4 ( T r ( v = 1 4 F T L ( v ) F ) + T r ( F L d F T ) ) + α 5 F 1
The item containing the Frobenius norm in Equation (16) was changed to the form of the matrix trace, which can be rewritten as,
L ( F ) = T r ( M ( F F T F Y T Y F T + Y Y T ) ) + α 3 v = 1 4 T r ( F F T F H ( v ) H ( v ) T F T + H ( v ) T H ( v ) ) + α 4 ( T r ( v = 1 4 F T L ( v ) F ) + T r ( F L d F T ) ) + α 5 F 1
By setting the derivative of L ( F ) with respect to F to 0, we obtained,
2 M ( F Y ) + 2 α 3 v = 1 4 ( F H ( v ) T ) + 2 α 4 ( v = 1 4 ( U ( v ) A ( v ) ) F + F ( U d A d ) ) + α 5 = 0
where all elements in matrix B = [ B i j ] N r × N d are 1. By multiplying both sides of Equation (18) with F i j , the following equation was obtained,
( 2 M ( F Y ) + 2 α 3 v = 1 4 ( F H ( v ) T ) + 2 α 4 ( v = 1 4 ( U ( v ) A ( v ) ) F + F ( U d A d ) ) + α 5 B ) i j F i j = 0 .
We updated F according to the coordinate gradient descent Algorithm [38], and derived an updated formula,
F i j n e w F i j ( 2 M * Y + 2 α 3 v = 1 4 H ( v ) T + 2 α 4 v = 1 4 A ( v ) F + 2 a 4 F A d ) i j ( 2 M * F + 8 F + 2 α 4 v = 1 4 U ( v ) F + 2 a 4 F U d + α 5 B ) i j
H ( v ) -subproblem. We updated H ( v ) with fixed F and W ( v ) . The function that only containing the variable H ( v ) was as follows,
min H ( v ) 0 L ( H ( v ) ) = α 1 X ( v ) W ( v ) H ( v ) F 2 + α 2 w v 4 D I V E ( H ( v ) , H ( w ) ) + α 3 v = 1 4 F H ( v ) T F 2 .
The term of the Frobenius norm in Equation (21) was changed to the form of the matrix trace. Assuming that η i j ( v ) is the Lagrangian multiplier of constraint H i j ( v ) 0 , and η ( v ) = [ η i j ( v ) ] , the resulting Lagrangian function of H ( v ) was as follows,
m i n H ( v ) 0 L ( H ( v ) ) = α 1 T r ( X ( v ) X ( v ) T X ( v ) H ( v ) T W ( v ) T W ( v ) H ( v ) X ( v ) T + W ( v ) H ( v ) H ( v ) T W ( v ) T ) + α 2 w v 4 T r ( H ( v ) H ( w ) T ) + α 3 T r ( F F T F H ( v ) H ( v ) T F T + H ( v ) T H ( v ) ) + T r ( η ( v ) H ( v ) ) .
By setting the derivative of L ( H ( v ) ) with respect to H ( v ) to 0, we obtained,
α 1 ( 2 W ( v ) T W ( v ) H ( v ) 2 W ( v ) T X ( v ) ) + α 2 w v 4 H ( w ) + α 3 ( 2 H ( v ) 2 F T ) + η ( v ) = 0
According to the KTT condition η i j ( v ) H i j ( v ) = 0 , we derived the following formula,
( 2 α 1 W ( v ) T W ( v ) H ( v ) 2 α 1 W ( v ) T X ( v ) + α 2 w v 4 H ( w ) + 2 α 3 H ( v ) 2 α 3 F T ) i j H i j ( v ) = 0
Then we obtained the updated formula for H ( v ) ,
( H i j ( v ) ) n e w H i j ( v ) ( 2 α 1 W ( v ) T X ( v ) + 2 α 3 F T ) i j ( 2 α 1 W ( v ) T W ( v ) H ( v ) + α 2 w v 4 H ( w ) + 2 α 3 H ( v ) ) i j  
W ( v ) -subproblem. By using fixed F and H ( v ) , we could update W ( v ) . The subproblem with W ( v ) as the only variable was as follows,
min W ( v ) 0 L ( W ( v ) ) = α 1 X ( v ) W ( v ) H ( v ) F 2  
Then, we changed the term containing the Frobenius norm in Equation (26) to the form of the matrix trace, and let β ( v ) = [ β i j ( v ) ] be the Lagrangian multiplier with the constraint W ( v ) 0 . The resulting Lagrangian function for W ( v ) was as follows,
m i n W ( v ) 0 L ( W ( v ) ) = α 1 ( X ( v ) X ( v ) T 2 X ( v ) H ( v ) T W ( v ) T W ( v ) H ( v ) X ( v ) T + W ( v ) H ( v ) H ( v ) T W ( v ) ) + T r ( β ( v ) W ( v ) )
By setting the derivative of L ( W ( v ) ) to W ( v ) to 0, we created the following formula,
2 α 1 W ( v ) H ( v ) H ( v ) T 2 α 1 X ( v ) H ( v ) T + β ( v ) = 0
Similarly, according to the KTT condition β i j ( v ) W i j ( v ) = 0 , we derived,
( 2 α 1 W ( v ) H ( v ) H ( v ) T 2 α 1 X ( v ) H ( v ) T ) i j W i j ( v ) = 0
Therefore, the updated formula for W ( v ) was as follows,
( W i j ( v ) ) n e w W i j ( v ) ( X ( v ) H ( v ) T ) i j ( W ( v ) H ( v ) H ( v ) T ) i j   
We solve F ,   H ( v ) , and W ( v ) iteratively by using the above updating rules. Finally, F i j   is regarded as the estimated association score between drug r i   and disease   d j (Algorithm 1).
Algorithm 1 DivePred algorithm for predicting the potential drug-disease associations.
Input: A drug-disease association matrix Y N r × N d and the drugs character matrix   X 1 881 × N r ,   X 2 1426 × N r ,   X 3 4447 × N r ,   X 4 N d × N r .
Output: Drug-disease association score matrix F , where F i j is the association score for drug r i   and disease d j .
  • Randomly initialize the elements in F , H ( v ) , W ( v ) ( 1 v 4 ) with the values between 0 and 1.
  • While L ( F ( v ) , H ( v ) , W ( v ) ) not converged do
  •  Fix W ( v ) and H ( v ) , along with an update for F , using the rule:
    F i j n e w F i j ( 2 M Y + 2 α 3 v = 1 4 H ( v ) T + 2 α 4 v = 1 4 A ( v ) F + 2 a 4 F A d ) i j ( 2 M F + 8 F + 2 α 4 v = 1 4 U ( v ) F + 2 a 4 F U d + α 5 B ) i j
  •  For v = 1 to 4
  •   Fix F   and W ( v ) , along with an update for H ( v ) , using the rule:
    ( H i j ( v ) ) n e w H i j ( v ) ( 2 α 1 W ( v ) T X ( v ) + 2 α 3 F T ) i j ( 2 α 1 W ( v ) T W ( v ) H ( v ) + α 2 w v 4 H ( w ) + 2 α 3 H ( v ) ) i j
  •  End for
  •  For v = 1   to 4
  •   Fix F and H ( v ) , along with an update for W ( v ) , using the rule:
    ( W i j ( v ) ) n e w W i j ( v ) ( X ( v ) H ( v ) T ) i j ( W ( v ) H ( v ) H ( v ) T ) i j   
  •  End for
  •  End While

4. Conclusions

A method based on non-negative matrix factorization, DivePred, was developed to infer the potential associations between drugs and diseases. DivePred captures a variety of information on each drug, including four kinds of drug features and specific features associated with different aspects of the drugs. Meanwhile, it also captures disease–disease similarities and drug–disease associations. The projection of multiple kinds of drug features, along with the drugs and diseases neighbour information, was completely integrated to enhance the inference of drug–disease associations. An iterative algorithm was developed to estimate drug–disease association scores that can be used to prioritize disease candidates for each drug. DivePred outperforms other methods in AUCs and AUPRs. For biologists, DivePred is very useful because more real drug–disease associations were included in DivePred’s top-ranking candidate list. Case studies on five drugs demonstrated that DivePred could detect potentially new indications for drugs. DivePred can serve as a prioritization tool to screen the potential candidates for subsequent discovery of real drug–disease associations through biological validation.

Supplementary Materials

Supplementary materials can be found at https://www.mdpi.com/1422-0067/20/17/4102/s1.

Author Contributions

P.X. and Y.S. conceived the prediction method, and Y.S. wrote the paper. Y.S. and L.J. developed the computer programs. P.X. and T.Z. analyzed the results and revised the paper.

Funding

The work was supported by the Natural Science Foundation of China (61972135), the Natural Science Foundation of Heilongjiang Province (LH2019F049, LH2019A029), the China Postdoctoral Science Foundation (2019M650069), the Heilongjiang Postdoctoral Scientific Research Staring Foundation (BHL-Q18104), the Fundamental Research Foundation of Universities in Heilongjiang Province for Technology Innovation (KJCX201805), and the Fundamental Research Foundation of Universities in Heilongjiang Province for Youth Innovation Team (RCYJTD201805).

Acknowledgments

We would like to thank Editage (www.editage.com) for English language editing.

Conflicts of Interest

The authors declare no conflict of interest

References

  1. Li, J.; Zheng, S.; Chen, B.; Butte, A.J.; Swamidass, S.J.; Lu, Z. A survey of current trends in computational drug repositioning. Brief. Bioinform. 2015, 17, 2–12. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Neuberger, A.; Oraiopoulos, N.; Drakeman, D.L. Renovation as innovation: Is repurposing the future of drug discovery research? Drug Discov. Today 2019, 24, 1. [Google Scholar] [CrossRef] [PubMed]
  3. Adams, C.P.; Brantner, V.V. Estimating the cost of new drug development: Is it really $802 million? Health Aff. 2006, 25, 420–428. [Google Scholar] [CrossRef] [PubMed]
  4. Dickson, M.; Gagnon, J.P. Key factors in the rising cost of new drug discovery and development. Nat. Rev. Drug Discov. 2004, 3, 417. [Google Scholar] [CrossRef] [PubMed]
  5. Tamimi, N.A.; Ellis, P. Drug development: From concept to marketing! Nephron Clin. Pract. 2009, 113, c125–c131. [Google Scholar] [CrossRef] [PubMed]
  6. Pushpakom, S.; Iorio, F.; Eyers, P.A.; Escott, K.J.; Hopper, S.; Wells, A.; Doig, A.; Guilliams, T.; Latimer, J.; McNamee, C. Drug repurposing: Progress, challenges and recommendations. Nat. Rev. Drug Discov. 2019, 18, 41. [Google Scholar] [CrossRef] [PubMed]
  7. Paul, S.M.; Mytelka, D.S.; Dunwiddie, C.T.; Persinger, C.C.; Munos, B.H.; Lindborg, S.R.; Schacht, A.L. How to improve r&d productivity: The pharmaceutical industry’s grand challenge. Nat. Rev. Drug Discov. 2010, 9, 203. [Google Scholar]
  8. Sultana, J.; Calabró, M.; Garcia-Serna, R.; Ferrajolo, C.; Crisafulli, C.; Mestres, J. Biological substantiation of antipsychotic-associated pneumonia: Systematic literature review and computational analyses. PloS ONE 2017, 12, e0187034. [Google Scholar] [CrossRef]
  9. Grabowski, H. Are the economics of pharmaceutical research and development changing? Pharmacoeconomics 2004, 22, 15–24. [Google Scholar] [CrossRef]
  10. Kinch, M.S.; Griesenauer, R.H. 2017 in review: Fda approvals of new molecular entities. Drug Discov. Today 2018, 23, 1469–1473. [Google Scholar] [CrossRef]
  11. Ashburn, T.T.; Thor, K.B. Drug repositioning: Identifying and developing new uses for existing drugs. Nat. Rev. Drug Discov. 2004, 3, 673. [Google Scholar] [CrossRef] [PubMed]
  12. Nosengo, N. Can you teach old drugs new tricks? Nat. News 2016, 534, 314. [Google Scholar] [CrossRef] [PubMed]
  13. Pritchard, J.L.E.; O’Mara, T.A.; Glubb, D.M. Enhancing the promise of drug repositioning through genetics. Front. Pharmacol. 2017, 8, 896. [Google Scholar] [CrossRef] [PubMed]
  14. Haupt, V.J.; Schroeder, M. Old friends in new guise: Repositioning of known drugs with structural bioinformatics. Brief. Bioinform. 2011, 12, 312–326. [Google Scholar] [CrossRef] [PubMed]
  15. Lotfi Shahreza, M.; Ghadiri, N.; Mousavi, S.R.; Varshosaz, J.; Green, J.R. A review of network-based approaches to drug repositioning. Brief. Bioinform. 2017, 19, 878–892. [Google Scholar] [CrossRef]
  16. Sirota, M.; Dudley, J.T.; Kim, J.; Chiang, A.P.; Morgan, A.A.; Sweet-Cordero, A.; Sage, J.; Butte, A.J. Discovery and preclinical validation of drug indications using compendia of public gene expression data. Sci. Translat. Med. 2011, 3, 96ra77. [Google Scholar] [CrossRef] [PubMed]
  17. Wang, L.; Wang, Y.; Hu, Q.; Li, S. Systematic analysis of new drug indications by drug-gene-disease coherent subnetworks. CPT: Pharmacomet. Syst. Pharmacol. 2014, 3, 1–9. [Google Scholar] [CrossRef]
  18. Yu, L.; Huang, J.; Ma, Z.; Zhang, J.; Zou, Y.; Gao, L. Inferring drug-disease associations based on known protein complexes. BMC Med. Genomic. 2015, 8, S2. [Google Scholar] [CrossRef]
  19. Peyvandipour, A.; Saberian, N.; Shafi, A.; Donato, M.; Draghici, S. A novel computational approach for drug repurposing using systems biology. Bioinformatics 2018, 34, 2817–2825. [Google Scholar] [CrossRef] [Green Version]
  20. Wang, Y.; Chen, S.; Deng, N.; Wang, Y. Drug repositioning by kernel-based integration of molecular structure, molecular activity, and phenotype data. PloS ONE 2013, 8, e78518. [Google Scholar]
  21. Wang, W.; Yang, S.; Zhang, X.; Li, J. Drug repositioning by integrating target information through a heterogeneous network model. Bioinformatics 2014, 30, 2923–2930. [Google Scholar] [CrossRef] [PubMed]
  22. Luo, H.; Wang, J.; Li, M.; Luo, J.; Peng, X.; Wu, F.X.; Pan, Y. Drug repositioning based on comprehensive similarity measures and bi-random walk algorithm. Bioinformatics 2016, 32, 2664–2671. [Google Scholar] [CrossRef] [PubMed]
  23. Liu, H.; Song, Y.; Guan, J.; Luo, L.; Zhuang, Z. Inferring new indications for approved drugs via random walk on drug-disease heterogenous networks. BMC Bioinformatics 2016, 17, 539. [Google Scholar] [CrossRef] [PubMed]
  24. Luo, H.; Li, M.; Wang, S.; Liu, Q.; Li, Y.; Wang, J. Computational drug repositioning using low-rank matrix approximation and randomized algorithms. Bioinformatics 2018, 34, 1904–1912. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Gottlieb, A.; Stein, G.Y.; Ruppin, E.; Sharan, R. Predict: A method for inferring novel drug indications with application to personalized medicine. Mol. Syst. Biol. 2011, 7, 496. [Google Scholar] [CrossRef] [PubMed]
  26. Iwata, H.; Sawada, R.; Mizutani, S.; Yamanishi, Y. Systematic drug repositioning for a wide range of diseases with integrative analyses of phenotypic and molecular data. J. Chem. Inf. Modeling 2015, 55, 446–459. [Google Scholar] [CrossRef] [PubMed]
  27. Liang, X.; Zhang, P.; Yan, L.; Fu, Y.; Peng, F.; Qu, L.; Shao, M.; Chen, Y.; Chen, Z. Lrssl: Predict and interpret drug–disease associations based on data integration using sparse subspace learning. Bioinformatics 2017, 33, 1187–1196. [Google Scholar] [CrossRef]
  28. Zhang, W.; Yue, X.; Lin, W.; Wu, W.; Liu, R.; Huang, F.; Liu, F. Predicting drug-disease associations by using similarity constrained matrix factorization. BMC Bioinformatics 2018, 19, 233. [Google Scholar] [CrossRef]
  29. Xuan, P.; Cao, Y.; Zhang, T.; Wang, X.; Pan, S.; Shen, T. Drug repositioning through integration of prior knowledge and projections of drugs and diseases. Bioinformatics 2019. [Google Scholar] [CrossRef]
  30. Bradley, J.D.; Brandt, K.D.; Katz, B.P.; Kalasinski, L.A.; Ryan, S.I. Comparison of an antiinflammatory dose of ibuprofen, an analgesic dose of ibuprofen, and acetaminophen in the treatment of patients with osteoarthritis of the knee. N. Engl. J. Med. 1991, 325, 87–91. [Google Scholar] [CrossRef]
  31. Stolman, L.P. Hyperhidrosis: Medical and surgical treatment. Eplasty 2008, 8, e22. [Google Scholar] [PubMed]
  32. Wang, Y.; Xiao, J.; Suzek, T.O.; Zhang, J.; Wang, J.; Bryant, S.H. Pubchem: A public information system for analyzing bioactivities of small molecules. Nucleic Acids Res. 2009, 37, W623–W633. [Google Scholar] [CrossRef] [PubMed]
  33. Wang, D.; Wang, J.; Lu, M.; Song, F.; Cui, Q. Inferring the human microrna functional similarity and functional network based on microrna-associated diseases. Bioinformatics 2010, 26, 1644–1650. [Google Scholar] [CrossRef] [PubMed]
  34. Natarajan, N.; Dhillon, I.S. Inductive matrix completion for predicting gene–disease associations. Bioinformatics 2014, 30, i60–i68. [Google Scholar] [CrossRef] [PubMed]
  35. Chen, X.; Wang, L.; Qu, J.; Guan, N.N.; Li, J.Q. Predicting mirna–disease association based on inductive matrix completion. Bioinformatics 2018, 34, 4256–4265. [Google Scholar] [CrossRef]
  36. Zhao, Y.; Chen, X.; Yin, J. A novel computational method for the identification of potential mirna-disease association based on symmetric non-negative matrix factorization and kronecker regularized least square. Front. Genet. 2018, 9. [Google Scholar] [CrossRef]
  37. Wang, J.; Tian, F.; Yu, H.; Liu, C.H.; Zhan, K.; Wang, X. Diverse non-negative matrix factorization for multiview data representation. IEEE Trans. Cybern. 2017, 48, 2620–2632. [Google Scholar] [CrossRef]
  38. Tan, V.Y.; Févotte, C. Automatic relevance determination in nonnegative matrix factorization with the/spl beta/-divergence. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 35, 1592–1605. [Google Scholar] [CrossRef]
Figure 1. Two types of curves for evaluating the predicting performance of DivePred and other methods. (a) receiver operating characteristic (ROC) curves; (b) precision–recall (P–R) curves.
Figure 1. Two types of curves for evaluating the predicting performance of DivePred and other methods. (a) receiver operating characteristic (ROC) curves; (b) precision–recall (P–R) curves.
Ijms 20 04102 g001
Figure 2. Average recall rates of all drugs at different top k .
Figure 2. Average recall rates of all drugs at different top k .
Ijms 20 04102 g002
Figure 3. Representation of data from drugs and diseases from multiple sources and representation of drug–disease predictive association matrix F . (a) Drug feature data sets from multiple sources; (b) four low-dimensional representation of drugs; (c) four affinity maps of the drugs were obtained by similarity calculation; (d) extract the similarity of the diseases and obtain the affinity map of the disease.
Figure 3. Representation of data from drugs and diseases from multiple sources and representation of drug–disease predictive association matrix F . (a) Drug feature data sets from multiple sources; (b) four low-dimensional representation of drugs; (c) four affinity maps of the drugs were obtained by similarity calculation; (d) extract the similarity of the diseases and obtain the affinity map of the disease.
Ijms 20 04102 g003
Table 1. Area under ROC curve (AUC) values of 15 drugs using DivePred and other methods.
Table 1. Area under ROC curve (AUC) values of 15 drugs using DivePred and other methods.
Drug NameAUC DivePredTL_HGBIMBiRWLRSSLSCMFDD
ampicillin0.9440.7510.9320.9620.895
cefepime0.9760.9100.9700.9710.914
cefotaxime0.9920.9170.9290.9500.953
cefotetan0.9960.8080.9180.9480.848
cefoxitin0.9790.8900.9120.9790.894
ceftazidime0.9850.8450.9310.9360.922
ceftizoxime0.7970.9600.9610.9230.962
ceftriaxone0.9070.9450.8980.9550.811
ciprofloxacin0.9570.8110.8130.9280.820
doxorubicin0.9490.4870.9210.7270.460
erythromycin0.9620.8270.8870.9180.764
itraconazole0.9520.4450.8770.8450.730
levofloxacin0.9750.9430.9750.9640.872
moxifloxacin0.7940.8120.9480.9570.932
ofloxacin0.9580.9020.9430.9040.774
Average AUC0.9260.6830.8370.8380.726
The bold values indicate the higher AUCs.
Table 2. Area under precision–recall curve (AUPR) values of 15 drugs using DivePred and other methods.
Table 2. Area under precision–recall curve (AUPR) values of 15 drugs using DivePred and other methods.
Drug NameAUPR DivePredTL_HGBIMBIRWLRSSLSCMFDD
ampicillin0.1890.0320.0230.2850.068
cefepime0.7440.1630.3150.6250.054
cefotaxime0.7700.0710.2920.2830.105
cefotetan0.4860.0540.1970.5120.059
cefoxitin0.5800.1510.3940.2860.065
ceftazidime0.6750.0320.2010.4880.694
ceftizoxime0.6470.2120.2440.4550.096
ceftriaxone0.4090.0560.2230.6730.077
ciprofloxacin0.4250.0820.1180.2800.064
doxorubicin0.1640.0050.0510.1800.004
erythromycin0.4250.0230.0380.1440.022
itraconazole0.1880.0060.2530.0420.008
levofloxacin0.5040.1360.0710.5390.098
moxifloxacin0.5650.0490.0650.3840.088
ofloxacin0.3780.0910.1300.2010.078
Average AUC0.2000.0130.0430.1170.014
The bold values indicate the higher AUPRs.
Table 3. Results of Wilcoxon test on DivePred and four other contrast methods for 763 drugs.
Table 3. Results of Wilcoxon test on DivePred and four other contrast methods for 763 drugs.
p-Value Between DivePred and Another MethodTL_HGBIMBiRWLRSSLSCMFDD
p-value of ROC curve5.631 × 10−427.181 × 10−1563.735 × 10−786.596 × 10−73
p-value of PR curve1.332 × 10−212.635 × 10−321.562 × 10−168.452 × 10−29
Table 4. The top 15 related candidate diseases for acetaminophen, ciprofloxacin, doxorubicin, hydrocortisone, and ampicillin.
Table 4. The top 15 related candidate diseases for acetaminophen, ciprofloxacin, doxorubicin, hydrocortisone, and ampicillin.
Drug NameRankDisease NameDescriptionRankDisease NameDescription
Acetaminophen1OsteoarthritisCTD9ArthritisDrugBank
2Arthritis, RheumatoidCTD10Pain, PostoperativeCTD
3InflammationCTD11Rheumatic FeverPubChem
4Dysmenorrheainferred candidate by 1 literature12Arthritis, GoutyCTD
5Arthritis, Juvenile RheumatoidDrugBank13Premenstrual SyndromeDrugBank
6GoutDrugBank14Menorrhagiaunconfirmed
7Spondylitis, AnkylosingClinicaltrials15Rheumatic DiseasesClinicaltrials
8Bursitisliterature [30]
Ciprofloxacin1Salmonella InfectionsCTD9PyelonephritisCTD
2Streptococcal InfectionsDrugBank10Bacterial InfectionsCTD
3BronchitisCTD11Serratia InfectionsDrugBank
4Pneumonia, BacterialCTD12Tuberculosis, PulmonaryCTD
5Chlamydia InfectionsCTD13PlagueCTD
6Gram-Negative Bacterial InfectionsCTD14BrucellosisPubChem
7Enterobacteriaceae InfectionsCTD15Chlamydiaceae InfectionsPubChem
8Soft Tissue InfectionsCTD
Doxorubicin1Leukemia, Myeloid, AcuteCTD9RhabdomyosarcomaCTD
2Precursor Cell Lymphoblastic Leukemia-LymphomaCTD10HistiocytosisClinicaltrials
3Carcinoma, Non-Small-Cell LungPubChem11Trophoblastic NeoplasmsDrugBank
4Mycosis FungoidesPubChem12Stomach NeoplasmsCTD
5Leukemia, Lymphocytic, Chronic, B-Cellinferred candidate by 14 literatures13Hodgkin DiseaseCTD
6Head and Neck NeoplasmsCTD14MelanomaCTD
7Sarcoma, KaposiCTD15Leukemia, Myelogenous, Chronic, BCR-ABL PositiveDrugBank
8Leukemia, LymphoidCTD
Hydrocortisone1AsthmaCTD9Shock, SepticCTD
2Rhinitis, Allergic, PerennialDrugBank10Acne Vulgarisunconfirmed
3DermatitisPubChem11RosaceaCTD
4Skin DiseasesCTD12Addison DiseaseCTD
5PruritusPubChem13Hyperhidrosisliterature [31]
6Keratosisinferred candidate by 1 literature14Hematologic Diseasesinferred candidate by 1 literature
7Hypersensitivityinferred candidate by 7 literatures15Pityriasis Roseaunconfirmed
8PsoriasisPubChem
Ampicillin1Proteus InfectionsCTD9OsteomyelitisClinicaltrials
2Streptococcal InfectionsCTD10Impetigounconfirmed
3SepticemiaDrugBank11Serratia InfectionsCTD
4Pneumonia, BacterialCTD12PeritonitisCTD
5Bone Diseases, InfectiousPubChem13Bacterial InfectionsCTD
6Staphylococcal Skin InfectionsDrugBank14Enterobacteriaceae InfectionsDrugBank
7Wound InfectionCTD15CellulitisCTD
8Pseudomonas InfectionsPubChem

Share and Cite

MDPI and ACS Style

Xuan, P.; Song, Y.; Zhang, T.; Jia, L. Prediction of Potential Drug–Disease Associations through Deep Integration of Diversity and Projections of Various Drug Features. Int. J. Mol. Sci. 2019, 20, 4102. https://doi.org/10.3390/ijms20174102

AMA Style

Xuan P, Song Y, Zhang T, Jia L. Prediction of Potential Drug–Disease Associations through Deep Integration of Diversity and Projections of Various Drug Features. International Journal of Molecular Sciences. 2019; 20(17):4102. https://doi.org/10.3390/ijms20174102

Chicago/Turabian Style

Xuan, Ping, Yingying Song, Tiangang Zhang, and Lan Jia. 2019. "Prediction of Potential Drug–Disease Associations through Deep Integration of Diversity and Projections of Various Drug Features" International Journal of Molecular Sciences 20, no. 17: 4102. https://doi.org/10.3390/ijms20174102

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop