Literature DB >> 34783172

PPDTS: Predicting potential drug-target interactions based on network similarity.

Wei Wang1,2,3, Yongqing Wang1, Yu Zhang1, Dong Liu1,2,3, Hongjun Zhang4, Xianfang Wang5.   

Abstract

Identification of drug-target interactions (DTIs) has great practical importance in the drug discovery process for known diseases. However, only a small proportion of DTIs in these databases has been verified experimentally, and the computational methods for predicting the interactions remain challenging. As a result, some effective computational models have become increasingly popular for predicting DTIs. In this work, the authors predict potential DTIs from the local structure of drug-target associations' network, which is different from the traditional global network similarity methods based on structure and ligand. A novel method called PPDTS is proposed to predict DTIs. First, according to the DTIs' network local structure, the known DTIs are converted into a binary network. Second, the Resource Allocation algorithm is used to obtain a drug-drug similarity network and a target-target similarity network. Third, a Collaborative Filtering algorithm is used with the known drug-target topology information to obtain similarity scores. Fourth, the linear combination of drug-target similarity model and the target-drug similarity model are innovatively proposed to obtain the final prediction results. Finally, the experimental performance of PPDTS has proved to be higher than that of the previously mentioned four popular network-based similarity methods, which is validated in different experimental datasets. Some of the predicted results can be supported in UniProt and DrugBank databases.
© 2021 The Authors. IET Systems Biology published by John Wiley & Sons Ltd on behalf of The Institution of Engineering and Technology.

Entities:  

Keywords:  Big Data; biocomputing; bioinformatics; biology computing; drugs

Mesh:

Substances:

Year:  2021        PMID: 34783172      PMCID: PMC8849239          DOI: 10.1049/syb2.12037

Source DB:  PubMed          Journal:  IET Syst Biol        ISSN: 1751-8849            Impact factor:   1.615


INTRODUCTION

The identification of drug–target interactions (DTIs) plays a key role in the early stage of drug discovery. Identifying drug–target associations can provide important information for drug discovery and drug repositioning [1, 2, 3]. However, biological experiments are affected by a large amount of experimental data, high‐accuracy requirements as well as excessive experimental expenses, so it is difficult to quickly identify a lot of potential DTIs. Nowadays, the potential drug–target interactions can be predicted based on computer algorithms, thereby greatly improving the efficiency of drug exploitation [4, 5, 6]. In the early stage, some researchers identified drug–target association from literature through text mining technique [7, 8], and explored drug–target association from common biological elements of drug and target [9, 10]. Some methods based on text mining collect the known drug–target association from literature, but they cannot predict the new associations. In fact, a large number of drugs and targets have no common elements [11], which also reduces the ability of text mining methods to recognise DTIs. Recently, many machine‐learning methods have been introduced into the drug–target association prediction, because they have the capability of handling complicated data. For example, Yamanishi et al. [12] integrated chemical information and genomic characteristics with pharmacological data into a focussed framework to predict potential DTIs on a large scale. Wang et al. [13] inputs the sequence information of the target into the stacked autoencoder and then inputs the characteristic and the fingerprint information into the rotating forest classifier to predict the potential DTIs. Palma et al. [14] proposed a method named semEP, assuming that similar drugs are more likely to interact with common targets, combined semantic similarity and edge division methods with the machine learning framework of link prediction to identify new drug–target. Based on the relationship between biomolecules, Lee et al. [15] constructed a directed network of protein interactions and gene data, consequently inferred the shortest path between targets and genes. Li et al. [16] integrated heterogeneous data networks, and then used DeepWalk to obtain node topology information, and hence inferred potential gene–disease interactions. Chen et al. [17] creatively used unsupervised pre‐training and supervised fine‐tuning to predict associations of miRNA‐disease. Based on the known small molecule‐miRNA association and miRNA‐disease association, Qu et al. [18] constructed a three‐layer heterogeneous network of small molecule similarity, miRNA similarity and disease similarity to predict unknown interactions. Zhao et al. [19] integrated the similarity matrix for matrix decomposition and calculated the Kronecker product of the newly integrated similarity matrix to obtain the prediction scores. Wang et al. [20] constructs multi‐layer heterogeneous networks based on known small molecule‐miRNA interactions, and then infers the potential representation of all layers by using the intra layer topology and known cross layer association for small molecule‐miRNA interactions prediction. Zhang et al. [21] proposed a method based on linear domain similarity network to predict miRNA‐disease associations. The author first transformed the known miRNA‐disease associations into binary networks, and then scored the potential correlations based on label propagation algorithm. Luo et al. [22] integrated a variety of drug–target related data to build heterogeneous networks, and then predicted potential drug–target interactions by vector projection method. Wang et al. [23] constructed a drug–protein interaction network and combined link prediction and binary network to predict drug–protein interaction. Although machine learning methods had been proposed to drug–target association prediction, the predictive performance of many methods needs to be improved. First, a large number of methods use the characteristics of drugs and targets with the known drug–target correlations to predict DTIs. However, not all drugs and targets have complete characteristics. If the information is incomplete, the prediction method cannot be effectively predicted. Second, some researchers found that the traditional similarity‐based methods are effective for specific protein classes but not for other classes. Third, the traditional machine learning model will lose part of the information when building features to make them readable, and it is difficult to recover the lost information, which is rarely concerned [24]. Since it is more likely that neighbouring nodes in the network have the same characteristic information, these nodes in a certain area (a row or a column on binary network) may have more characteristics in common [25]. When the drug molecular structural information is incomplete, the calculation method based on the similarity of binary network is more efficient than that of the heterogeneous network of the molecular structural characteristics. Therefore, we focus on the local structural similarity of nodes in DTIs networks. In this study, we propose a novel method called PPDTS, which transforms the known DTI into the bipartite network, and use the local structural information to predict potential DTIs. First, PPDTS builds a binary network based on the known DTIs. Second, the drug–drug similarity graph and target–target similarity graph can be obtained on the basis of the Resource Allocation algorithm [26] and the nodes’ topology in the binary network. Third, the Collaborative Filtering method is applied to the drug–drug similarity map and the target–target similarity map to predict potential drug–target associations. Finally, PPDTS linearly combines the drug–target similarity network with the target–drug similarity network to produce the prediction result. In our experiments, we use fivefold cross validation in two different datasets and compared the performance of PPDTS with the experimental baseline methods (ProCF, RWR, DTINet and LP), which is significantly proved to be better than the other methods, and successfully predicted 37 potential DTIs. Some of the prediction drug–target interactions have been verified in UniProt and DrugBank.

MATERIALS AND METHODS

Materials

The PPDTS mainly uses the following databases for experiments. DrugBank is a comprehensive online database with experimental support [27], covering information related to drugs (chemistry, pharmacology and pharmacy) and drug–targets (sequence information, structural information and pathways). MATADOR [28] is a free online resource database containing protein‐drug interactions. The MATADOR database has collected 801 compounds and 2901 target proteins, of which 15,843 compounds are connected to the targets, of which 8936 direct interactions account for 56.40%. First, we download the drug–target interaction information from the DrugBank database. The dataset is called the golden dataset in drug–target prediction, and it is noticed that Wen et al. [29] also uses the same dataset. The original dataset has 6262 drug–target interactions; we deleted duplicate drug–target items, and in order to obtain more neighbour node information in the process of similarity calculation, we removed single drug–target interaction; finally, we got 786 drugs and 527 targets, which include a total of 4547 drug–target interactions. Second, we downloaded 8936 drug–target datasets with direct interactions from the latest MATADOR database. After the dataset was preprocessed in the same way, 8008 drug–target interactions were obtained including 575 drugs and 981 targets. In the experiment, two datasets are used to evaluate the performance of PPDTS, respectively. Both of the datasets have 4547 and 8008 drug–target associations as positive samples. At the same time, because the number of non‐interactions is in bigger quantities than that of direct interactions, in order to avoid a high false positive rate, we randomly selected equal amounts (4547 and 8008) as negative samples from the remaining non‐interacting drug–target. We also analysed the ratio of drugs and targets in the negative samples, which is shown in Figure S1. The results showed that more than 82% of drugs and targets are selected, and the negative samples generally cover the main types of drugs and targets in the experimental data. Table 1 shows the information of two datasets in the experiment. Dataset 1 is used for experiments and verification, and Dataset 2 is used as an independent test set. The Datasets are available in https://github.com/HNUBioinformatics/PPDTS.git.
TABLE 1

PPDTS experimental datasets

DatasetsDrugsTargetsAssociations
Dataset17865274547
Dataset25759818008
PPDTS experimental datasets

Predicting potential drug–target interactions based on network similarity (PPDTS)

The specific implementation process of PPDTS is shown in Figure 1, which can be subdivided into the following steps. First, PPDTS converts the known DTIs into a binary network and takes the drugs set D and the targets set T as the starting node set. The drug–drug similarity and the target–target similarity are calculated by using the forward and reverse secondary propagation of the Resource Allocation algorithm. Second, based on similar neighbour nodes of D and T, drug–target similarity score network and target–drug similarity score network are computed by the Collaborative Filtering algorithm. Finally, the two similar networks are linearly integrated to infer the final prediction results; then the scores of the predicting results are ranked from high to low, and the predicting results of the higher score are more likely to be the potential DTIs. Here, we only consider the interaction with the highest score (d[i, :] or t[:, j]) calculated by PPDTS as the final experimental prediction result.
FIGURE 1

The flowchart of the PPDTS pipeline. RA represents that the target–target similarity network is calculated using the Resource Allocation algorithm; RA represents that the drug–drug similarity network is calculated using the Resource Allocation algorithm; CF represents that the Collaborative Filtering algorithm is used to calculate the target–drug score network; CF represents that the Collaborative Filtering algorithm is used to calculate the drug–target score network; α is the combination weight of drug–target and target–drug models . Black solid lines represent the known DTIs, and the green solid lines represent the potential DTIs predicted by PPDTS. The different shades of grey indicate binding weights of drug‐target in step (4), while the darker colors represent the greater probability of binding

The flowchart of the PPDTS pipeline. RA represents that the target–target similarity network is calculated using the Resource Allocation algorithm; RA represents that the drug–drug similarity network is calculated using the Resource Allocation algorithm; CF represents that the Collaborative Filtering algorithm is used to calculate the target–drug score network; CF represents that the Collaborative Filtering algorithm is used to calculate the drug–target score network; α is the combination weight of drug–target and target–drug models . Black solid lines represent the known DTIs, and the green solid lines represent the potential DTIs predicted by PPDTS. The different shades of grey indicate binding weights of drug‐target in step (4), while the darker colors represent the greater probability of binding The drug–target dataset is described as a binary network V = (D, T, E). D = {d 1, d 2, d 3…d } is a collection of drug nodes, m represents the total number of drugs in the dataset. T = {t 1, t 2, t 3…t } is the set of target nodes, n represents the total number of targets in the dataset. E = {e ,…,e …e } is the set of edges between interconnected nodes in the network, where D and T, respectively, represent two independent sets. If there is a known interaction between the drug d and the target t , then set e  = 1, otherwise set e  = 0 [30]. In the actual drug–target interactions’ network, a drug can bind on multiple targets, and the same target can be bound by multiple drugs. When the degree of nodes in the DTI network is larger, Zhou [26] shows that the accuracy of similarity calculation methods such as Adamic‐Adar index [31], cosine similarity [32] and Jaccard similarity [33] coefficient are lower. In addition, it takes a long time and a large amount of memory to calculate the similarity based on the global nodes of the network. Therefore, this study aimed at the local structure of the network, and makes full use of the connection between adjacent nodes to calculate the similarity of network nodes. Resource allocation algorithm (RA) is used to calculate the similarity between drug and target, and we focus on the similarity of local structure in the network. Potential drug–target interactions are not directly connected in known DTI networks. According to the principle of the Resource Allocation algorithm [26], the drug (or target) node can send some resources to the target (or drug) node, and their public neighbours act as transmitters. We assume that the initial size of the transmitter is a resource unit, and the initial resources are allocated to all adjacent transmitters on average according to the topological relationship in the DTI network. The calculation process of drug–drug similarity and target–target similarity is divided into two steps. First, D and T are regarded as the starting node set in turn, and each transmitter is assigned an initial resource unit of size 1, that is, t  = 1, d  = 1, transmitters evenly allot the initial resources to neighbour nodes. The calculating process of the first transmission from the target t to the drug d is defined below: k represents the number of interconnections between t and the drug node set D, and n are the number of connections between d and the target node set T. are the first transmission scores of the target t to the drug d . In the second transmission, the similarity between targets can be defined as STT : The Γ represents the number of neighbour nodes of node m and Γ represents the number of neighbour nodes of node n, and the value of STT is 0 to 1. Similarly, is calculated by Formula (1), and SDD is calculated by Formula (2). Figure 2 shows a detailed flowchart for calculating the similarity of the target–target network.
FIGURE 2

Target–target similarity calculation process. (1) The binary matrix represents the known drug–target associations, RA indicates that the target node set T evenly distributes the initial resources to the adjacent drug node set D; (2) The brown arrows are the process of the starting node targets to the drugs resource propagation, (1/2)t1 represents the propagation proportion of t1 → d1, RA indicates that the drug node set D evenly distributes the resources (the resources are obtained in RA ) to the adjacent target node set T; (3) The yellow arrows are the drugs to the targets’ resource propagation process, (1/2)[(1/2)t1+ (1/2)t2] represents the propagation proportion of d1 → t1; (4) This represents the similarity between targets and targets, which be calculated by the Resource Allocation algorithm

Target–target similarity calculation process. (1) The binary matrix represents the known drug–target associations, RA indicates that the target node set T evenly distributes the initial resources to the adjacent drug node set D; (2) The brown arrows are the process of the starting node targets to the drugs resource propagation, (1/2)t1 represents the propagation proportion of t1 → d1, RA indicates that the drug node set D evenly distributes the resources (the resources are obtained in RA ) to the adjacent target node set T; (3) The yellow arrows are the drugs to the targets’ resource propagation process, (1/2)[(1/2)t1+ (1/2)t2] represents the propagation proportion of d1 → t1; (4) This represents the similarity between targets and targets, which be calculated by the Resource Allocation algorithm The drug–target prediction score is calculated by using the Collaborative Filtering algorithm: is the similarity score of drug d and target t from the similarity between drugs. STT(t , t ) is the similarity between target t and target t . x is the neighbour set of target t , and γ is the interaction matrix of drug d evaluated by its nearest neighbour k of target t . E is the drug–target interaction matrix, and the elements of E is 1 if drug m is known to interact with target n, and the elements of E is 0 otherwise. In order to better explore the potential interaction in known DTI networks, we combine the Collaborative Filtering algorithm with E. E is not included in the original Collaborative Filtering algorithm. The subsequent experimental results show that the model is effective for predicting DTIs. Likewise, the target–drug prediction score can be obtained in the same way. Finally, the linear combination of and can get the final prediction result: The α is the weight value between the model and the model .

RESULTS AND DISCUSSION

Baseline methods

In order to evaluate the prediction performance of PPDTS, this study compares Collaborative Filtering (ProCF) and Random Walk with Restart (RWR) to predict DTIs. The Collaborative Filtering (CF) method was initially used in recommendation systems to provide users with personalised recommendations [34]. Subsequently, especially in the case of a large amount of sparse data, ProCF was developed and achieved better results [35, 36]. The ProCF method is mainly based on inferring similar information from similar neighbour nodes. By calculating the similarity between different targets, the predicted score is calculated [37]. Compared with the calculating similarity by relying on neighbouring nodes, RWR can capture the global structural information of the network more comprehensively [38, 39]. Starting from a certain node in the target set, RWR selects adjacent nodes with probability c (0 < c < 1) at random, or return to the previous node with probability (1−c). The probability value obtained after multiple iterations can be regarded as the score of predicted similarity between different targets [40]. Our method is compared with the new machine learning method DTINet [22] and the typical network local structure similarity algorithm LP (Label Propagation). DTINet integrated a variety of drug–target related data to build heterogeneous networks, and then predicted potential drug–target interactions by the vector projection method. LP is widely used in semi‐supervised learning of graph networks [41]. LP is mainly divided into two steps: First, LP constructs the target label matrix, and propagates it to the adjacent nodes according to the probability value τ. Second, LP updates the target similarity matrix to make it convergent, so as to obtain the target–target similarity score matrix [42, 43]. In order to systematically evaluate the performance of the method, fivefold cross validation is used to evaluate the generalisation ability of PPDTS. The experimental dataset is divided into five parts, and one sample set is randomly selected for testing, and the remaining four samples datasets are used for training. This process is performed five times in total, and the average of five times is taken as the final result. In addition, six indicators are used to evaluate PPDTS performance: area under the precision‐recall (AUPR), area under ROC curve (AUC), ability to identify positive samples (RECALL), ability to identify negative samples (PRECISION), average Recall and Precision (F1_SCORE) and prediction accuracy (ACC). In the end, PPDTS obtains drug–target prediction scores. For drugs (or targets), the highest score in the corresponding target (or drug) is recorded as the final prediction results.

Experimental model parameters

We set the restart probability of RWR (Random Walk With Restart) to c = {0.1, 0.2, 0.3, …, 0.9}. When c takes different values, the AUC and AUPR of RWR are shown in the dotted lines in Figure 3. To judge from Figure 3, when c = 0.1, the highest performance of RWR is AUPR = 0.335 and AUC = 0.903. In the same way, the propagation probability of the LP algorithm (Label Propagation) is set to τ = {0.1, 0.2, 0.3, …, 0.9}. When τ represents different values, the changes AUC and AUPR of LP are shown the solid lines in Figure 3. The best performance of LP method are AUPR = 0.334 and AUC = 0.905 with τ = 0.1.
FIGURE 3

The RWR random walk probability c (0 < c < 1) and the LP propagation probability τ (0 < τ < 1) are tested with different values, and the two evaluation indicators AUC and AUPR are shown in the figure. The dotted line shows the results of RWR, and the solid line shows the results of LP, and the orange line represents the AUC value with the change of with the abscissa (c or τ), and the blue line represents the AUPR value with the change of with the abscissa (c or τ)

The RWR random walk probability c (0 < c < 1) and the LP propagation probability τ (0 < τ < 1) are tested with different values, and the two evaluation indicators AUC and AUPR are shown in the figure. The dotted line shows the results of RWR, and the solid line shows the results of LP, and the orange line represents the AUC value with the change of with the abscissa (c or τ), and the blue line represents the AUPR value with the change of with the abscissa (c or τ) The weights α of the drug–target network and the target–drug network of the PPDTS algorithm is assigned as = { 0, 0.1, 0.2, 0.3, …, 0.9, 1}. The weight α is to find the influence of drug–target similarity model and the combination degree of target–drug similarity model on DTIs prediction. When α is fluctuating among different values, the changes of AUC and AUPR are shown in Figure S2. The AUC values of PPDTS with different binding weights α are more than 0.91, and the highest value of AUPR is 0.494, which is significantly higher than other methods.

Comparison of experimental evaluation indicators

PPDTS is compared with baseline methods, and the comparison of experimental results is shown in Table 2. The AUC and AUPR of PPDTS are 0.922 and 0.494, which are significantly higher than those of baseline methods (ProCF, DTINet, RWR, LP), and the AUC plots are shown in Figure S3. In addition, we also compare F1_score, Recall and Precision evaluation index. It is worth noting that the AUC of RWR, LP and DTINet is significantly lower than that of ProCF, which may be the result of less known drug–target associations, or RWR, LP and DTINet cannot make full use of the adjacent nodes to predict associations of drug–target.
TABLE 2

The experimental results of PPDTS and baseline methods are compared as shown in the table

MethodsAUPRAUCF1_SCORERECALLPRECISIONACC
ProCF0.3190.9180.3700.3760.3660.997
RWR(0.1)0.3350.9030.3760.3710.3900.997
DTINet0.2720.9080.3310.2820.4010.997
LP(0.1)0.3340.9050.3640.3610.3740.997
PPDTS 0.494 0.922 0.509 0.435 0.618 0.998

Note: The evaluation metrics is the area under ROC (receiver operating characteristic curve) curve (AUC), the area under the precision‐recall curve (AUPR), how much of positive samples are predicted to be correct (RECALL), how many of the predicted positive sample are actually positive (PRECISION), the harmonic mean of Recall and Precision (F1_SCORE) and accuracy of prediction (ACC), respectively.

The experimental results of PPDTS and baseline methods are compared as shown in the table Note: The evaluation metrics is the area under ROC (receiver operating characteristic curve) curve (AUC), the area under the precision‐recall curve (AUPR), how much of positive samples are predicted to be correct (RECALL), how many of the predicted positive sample are actually positive (PRECISION), the harmonic mean of Recall and Precision (F1_SCORE) and accuracy of prediction (ACC), respectively. We also analyse the robustness of PPDTS, we randomly removed 10%, 20%, 30%, 40% and 50% of the known drug–target interactions. After fivefold cross validation, the final experimental results are shown in Table 3, and we find that the performance of PPDTS and comparison methods decreases with the reduction of known drug–target interactions, but AUC and AUPR of PPDTS are better than those of comparison methods. The possible reason is that PPDTS is different from traditional methods based on the network similarity. In the experiment, PPDTS only uses the known drug–target interaction and uses a binary network to model the inter domain information fusion. Compared with baseline methods, it shows better experimental performance.
TABLE 3

PPDTS and baseline methods robustness test under different proportion data

AUCAUPR
Methods50%60%70%80%90%50%60%70%80%90%
ProCF0.8120.8390.8640.8900.9050.0590.0850.1160.1700.233
RWR(0.1)0.8150.8300.8470.8690.8900.1250.1310.1400.2070.283
DTINet0.8250.8450.8630.8820.8980.0690.0940.1200.1650.214
LP(0.1)0.8170.8310.8490.8710.8910.0620.0850.1260.1590.245
PPDTS 0.812 0.840 0.865 0.892 0.907 0.077 0.116 0.149 0.215 0.308

Note: The evaluation metrics is the area under ROC (receiver operating characteristic curve) curve (AUC), the area under the precision‐recall curve (AUPR), respectively.

PPDTS and baseline methods robustness test under different proportion data Note: The evaluation metrics is the area under ROC (receiver operating characteristic curve) curve (AUC), the area under the precision‐recall curve (AUPR), respectively.

Independent test set

To further test the performance of PPDTS, we also studied the ability of PPDTS to predict the association between drugs and targets on different datasets. We use Dataset2 as an independent test set. Dataset2 is 8008 drug–target interactions collected from MATADOR database, which contains 575 drugs and 981 targets. The details of Dataset2 are in Section 2.1. Through fivefold cross validation, the performance evaluation parameters of PPDTS and the baseline methods are reported in Table S1. It can be seen from the evaluation results that AUC of PPDTS is 0.975, which is significantly higher than the results deduced from other methods. The details of AUC are shown in Figure 4. In addition, PPDTS is also superior to other methods in AUPR, F1_SOCRE, RECALL, and PRECISION. All the results show that PPDTS has good performance on the independent test set, which is consistent with the performance of Dataset1.
FIGURE 4

AUC curve of PPDTS and baseline methods on independent test set

AUC curve of PPDTS and baseline methods on independent test set

Validation of predicted results

In order to further prove the actual prediction ability of PPDTS, 100 kinds of DTIs were, respectively, selected as test samples from the prediction results of PPDTS and four baseline methods (LP, RWR, DTINet, ProCF), and there are 5 selections in total. After verifying the selected data, the final results are shown in Figure 5, some of which are supported by database literature. Among the five selections, there are four selections of the predictions' results showing that PPDTS was more efficient than baseline methods. This also shows that our proposed PPDTS has an important auxiliary role in drug discovery. The experimental data and results are available from https://github.com/HNUBioinformatics/PPDTS.git.
FIGURE 5

The comparison results of random sampling between PPDTS and baseline methods. Each bar represents the number of verified DTIs with the real DTIs, plotted by the sampling frequency on the horizontal axis and the number of verified DTIs on the vertical. At the fifth time random sampling, the number of predicted DTIs for LP and RWR was 0

The comparison results of random sampling between PPDTS and baseline methods. Each bar represents the number of verified DTIs with the real DTIs, plotted by the sampling frequency on the horizontal axis and the number of verified DTIs on the vertical. At the fifth time random sampling, the number of predicted DTIs for LP and RWR was 0 In order to clarify the reliability of the experimental results, we further verify the prediction results of PPDTS. To dataset1, PPDTS has predicted 786 potential DTIs for each drug, we take the maximum score of targets as the prediction result for each drug in the prediction score matrix. The results are retrieved in DrugBank and UniProt databases, and 37 drug–target interactions are successfully confirmed. There are seven kinds of DTIs that have been proven obvious pharmacological effects in literature, as shown in Figure 6. For example, 49 drugs are known to be associated with the target P07550 (Beta‐2 adrenergic receptor). According to the topology information of neighbour nodes of P07550, the prediction result after PPDTS calculation is DB01118 (Amiodarone), and the prediction result is verified by the literature [44]. The Q14500 (ATP‐sensitive inward rectifier potassium channel‐12) has two known neighbour nodes DB01392 (Yohimbine) and DB00204 (Dofetilide). The prediction result after PPDTS calculation is DB04855 (Dronedarone), which is verified by the literature [45].
FIGURE 6

PPDTS successfully predicted seven kinds of DTIs with definite pharmacological effects. Red circles represent drugs, and yellow rectangles represent targets. Solid arrows indicate these known drug–target associations, and dotted lines indicate that PPDTS predicts DTI with pharmacological effects

PPDTS successfully predicted seven kinds of DTIs with definite pharmacological effects. Red circles represent drugs, and yellow rectangles represent targets. Solid arrows indicate these known drug–target associations, and dotted lines indicate that PPDTS predicts DTI with pharmacological effects In addition, we found that among the seven kinds of drug–target interaction mechanisms in Figure 6, four drugs (DB00201, DB00929, DB01021 and DB01118) produce efficacy by affecting the activity of receptors, and three drugs (DB00907, DB01043 and DB04855) produce efficacy by affecting the activity of sodium and potassium channels, which are consistent with the actual mechanism of efficacy [46]. For example, DB00201 (Caffeine)‐P29275 (Adenosine receptor A2b) interaction, whose general function is to affect the G protein‐coupled adenosine receptor activity, can be manifested as using caffeine to treat retinopathy of prematurity [47]. DB00929 (Misoprostol)‐P34995 (Prostaglandin E2 receptor EP1 subtype) interaction, which is helpful to intervene the activity of prostaglandin e receptor, can be manifested as the use of prostaglandin to promote cervical maturation and induce labour [48]. Details of the seven drug–target interaction mechanisms, supporting literature and prediction scores are shown in Table S3. We also validated the remaining 30 DTIs in DrugBank and UniProt databases, among which 29 DTIs are approved to launch studies, but some pharmacological effects are still unclear. In addition, DB01199 (Tubocurarine) and P06276 (Cholinesterase) proved to have no pharmacological effects [49]. There is more information about the 37 DTIs and the Supplement information in the link https://github.com/HNUBioinformatics/PPDTS.git. Therefore, the above results show that PPDTS has a practical reference value for predicting potential drug–target interactions.

CONCLUSION

In this work, we propose a new method called PPDTS. The main contribution of PPDTS is to effectively identify potential drug–target interactions by the innovative integrated Resource Allocation algorithm and Collaborative Filtering algorithm, and the linear combination of drug–target similarity network and target–drug similarity network. After fivefold cross validation, the AUC and AUPR evaluation parameters of PPDTS are proved to be significantly higher than those of other methods, and some potential DTIs are successfully predicted. PPDTS is an effective prediction method, which can efficiently predict the potential targets of different types of drugs. Since not all the drug–target data are available, PPDTS only used drugs and targets’ associations to predict DTIs. In addition, PPDTS starts from the local structure of the network, combining the drug–target similarity network with the target–drug similarity network to predict the potential DTIs. The experimental results have been verified in DrugBank and UniProt databases. However, PPDTS still has some limitations. When it comes to isolated drug–target associations in the network, PPDTS cannot predict such DTIs due to the lack of interactive information. In the future, we will further integrate some other biological data including drugs’ side‐effect network and target sequence information together [50], so as to make up for the deficiency of PPDTS.

CONFLICT OF INTEREST

The authors declare that they have no commercial or associative conflicts of interest in connection with the work submitted. Supporting Information S1 Click here for additional data file.
  35 in total

1.  Direct and specific activation of human inward rectifier K+ channels by membrane phosphatidylinositol 4,5-bisphosphate.

Authors:  Nazzareno D'Avanzo; Wayland W L Cheng; Declan A Doyle; Colin G Nichols
Journal:  J Biol Chem       Date:  2010-10-04       Impact factor: 5.157

Review 2.  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

3.  MicroRNA-small molecule association identification: from experimental results to computational models.

Authors:  Xing Chen; Na-Na Guan; Ya-Zhou Sun; Jian-Qiang Li; Jia Qu
Journal:  Brief Bioinform       Date:  2018-10-16       Impact factor: 11.622

4.  Drug-disease association and drug-repositioning predictions in complex diseases using causal inference-probabilistic matrix factorization.

Authors:  Jihong Yang; Zheng Li; Xiaohui Fan; Yiyu Cheng
Journal:  J Chem Inf Model       Date:  2014-08-22       Impact factor: 4.956

5.  SNMFSMMA: using symmetric nonnegative matrix factorization and Kronecker regularized least squares to predict potential small molecule-microRNA association.

Authors:  Yan Zhao; Xing Chen; Jun Yin; Jia Qu
Journal:  RNA Biol       Date:  2019-11-27       Impact factor: 4.652

6.  Oral Anticoagulants and Precision Medicine: Something Old, Something New.

Authors:  Mohamed H Shahin; Kathleen M Giacomini
Journal:  Clin Pharmacol Ther       Date:  2020-06       Impact factor: 6.875

7.  Drug-target interaction prediction from chemical, genomic and pharmacological data in an integrated framework.

Authors:  Yoshihiro Yamanishi; Masaaki Kotera; Minoru Kanehisa; Susumu Goto
Journal:  Bioinformatics       Date:  2010-06-15       Impact factor: 6.937

8.  Counter-regulatory 'Renin-Angiotensin' System-based Candidate Drugs to Treat COVID-19 Diseases in SARS-CoV-2-infected patients.

Authors:  Cédric Annweiler; Zhijian Cao; Yingliang Wu; Emmanuelle Faucon; Stéphanie Mouhat; Hervé Kovacic; Jean-Marc Sabatier
Journal:  Infect Disord Drug Targets       Date:  2020-05-17

9.  Systematic analysis of new drug indications by drug-gene-disease coherent subnetworks.

Authors:  L Wang; Y Wang; Q Hu; S Li
Journal:  CPT Pharmacometrics Syst Pharmacol       Date:  2014-11-12

10.  A Bipartite Network-based Method for Prediction of Long Non-coding RNA-protein Interactions.

Authors:  Mengqu Ge; Ao Li; Minghui Wang
Journal:  Genomics Proteomics Bioinformatics       Date:  2016-02-22       Impact factor: 7.691

View more
  1 in total

1.  PPDTS: Predicting potential drug-target interactions based on network similarity.

Authors:  Wei Wang; Yongqing Wang; Yu Zhang; Dong Liu; Hongjun Zhang; Xianfang Wang
Journal:  IET Syst Biol       Date:  2021-11-16       Impact factor: 1.615

  1 in total

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