Literature DB >> 35625468

MSPEDTI: Prediction of Drug-Target Interactions via Molecular Structure with Protein Evolutionary Information.

Lei Wang1,2, Leon Wong1, Zhan-Heng Chen3, Jing Hu2, Xiao-Fei Sun2, Yang Li4, Zhu-Hong You1,5.   

Abstract

The key to new drug discovery and development is first and foremost the search for molecular targets of drugs, thus advancing drug discovery and drug repositioning. However, traditional drug-target interactions (DTIs) is a costly, lengthy, high-risk, and low-success-rate system project. Therefore, more and more pharmaceutical companies are trying to use computational technologies to screen existing drug molecules and mine new drugs, leading to accelerating new drug development. In the current study, we designed a deep learning computational model MSPEDTI based on Molecular Structure and Protein Evolutionary to predict the potential DTIs. The model first fuses protein evolutionary information and drug structure information, then a deep learning convolutional neural network (CNN) to mine its hidden features, and finally accurately predicts the associated DTIs by extreme learning machine (ELM). In cross-validation experiments, MSPEDTI achieved 94.19%, 90.95%, 87.95%, and 86.11% prediction accuracy in the gold-standard datasets enzymes, ion channels, G-protein-coupled receptors (GPCRs), and nuclear receptors, respectively. MSPEDTI showed its competitive ability in ablation experiments and comparison with previous excellent methods. Additionally, 7 of 10 potential DTIs predicted by MSPEDTI were substantiated by the classical database. These excellent outcomes demonstrate the ability of MSPEDTI to provide reliable drug candidate targets and strongly facilitate the development of drug repositioning and drug development.

Entities:  

Keywords:  convolutional neural network; deep learning; drug–target interactions; extreme learning machine

Year:  2022        PMID: 35625468      PMCID: PMC9138588          DOI: 10.3390/biology11050740

Source DB:  PubMed          Journal:  Biology (Basel)        ISSN: 2079-7737


1. Introduction

Drug research is a global development problem. In the past few decades, the drug-targeted therapy strategy has achieved great success [1,2]. Finding specific drugs for targets is the focus of pharmaceutical research and development, which has made an indelible contribution to human health [3]. However, the rate of new drug development has been declining in recent years, and the cost of research and development has been rising [4]. The main reason for this is that the early screening of a large number of drug candidates in drug research still relies mainly on time-consuming and labor-intensive experimental methods, and the later discovery of unsatisfactory efficacy or toxic side effects of drugs leads to the failure of development. Therefore, efficient and high-throughput computational techniques in the early stages of drug research can play an important role in targeting and saving costs in early development [5,6,7,8]. With the rapid development of bioinformatics, many achievements have been achieved by using computational and simulation approaches to predict DTIs. Quantitative structure–activity relationship (QSAR) utilizes the physicochemical properties or structural parameters of the molecule to quantitatively study the interaction between small molecules and biological macromolecules by means of mathematics. Casañola-Marti et al. proposed a QSAR model for predicting anti-tyrosinase activity and demonstrated the effectiveness of the model in subsequent in vitro experiments, which greatly increased the rate of biochemical discovery of skin disease treatment [9]. Kar et al. proposed an approach to predict the carcinogenicity of drug compounds based on QSAR, which has been identified as a key factor in carcinogenicity by analyzing the contribution of molecular fragments to carcinogenicity [10]. Molecular docking (MD) is a computational simulation method for studying the optimal binding sites between drug molecules and target proteins by structural matching and energy matching and predicting their binding patterns and affinity [11]. Wallach et al. proposed a model to normalize docking scores through the virtually generated bait set that avoids the variability due to changes in physical properties when identifying active compounds in large screening libraries, thereby extending the applicability of the model [12]. Recently, computational methods for predicting DTIs based on protein target sequences have achieved excellent results and are favored by researchers for their use of reliable, high-quality characterization information enriched by raw data to ensure the accuracy of prediction results [13,14,15,16,17,18]. For instance, Lan et al. proposed a PUDT model combining protein target sequences and drug compound structures, which greatly improved the accuracy of DTI prediction using a weighted SVM classifier [19]. Cao et al. aimed to predict DTIs by using an extended structure–activity relationship method at the genome-scale level. In subsequent experiments, this approach gained good results [20]. In the present study, we combined protein sequence evolution with drug structure information to propose a deep learning MSPEDTI model to predict hidden DTIs. Concretely, MSPEDTI first fuses protein sequence information characterized by the Position-Specific Scoring Matrix (PSSM) and drug structure information characterized by molecular fingerprinting, and then automatically extracts them into continuous, low-dimensional, information-rich features using a deep learning CNN, thus avoiding the disadvantages of manual features such as tediousness, sparsity, and high dimensionality. Finally, the ELM classifier is used to accurately determine whether drug–target pairs are associated or not. In the gold-standard dataset, we evaluated MSPEDTI using the five-fold cross-validation (5CV) approach. Compared with other previous methods, MSPEDTI was able to learn valid biological characteristics for predicting DTIs and showed better performance. The robustness of MSPEDTI is also demonstrated by the experimental results of the case study, which can provide effective candidate targets for new drug research. The supporting data used in this study can be downloaded from https://github.com/look0012/MSPEDTI (accessed on 1 April 2022).

2. Materials and Methods

2.1. Gold-Standard Datasets

In the present study, we implemented the MSPEDTI model using the gold-standard datasets enzyme, GPCR, ion channel, and nuclear receptor, which were collated by Yamanishi et al. [21] from the BRENDA [22], KEGG [23,24], SuperTarget [25], and DrugBank [26] databases. After removing the redundant information, the numbers of DTI pairs contained in these datasets are 2926, 635, 1467, and 90, respectively. All of these pairs are constructed as positive datasets. Table 1 presents the statistical information for these gold-standard datasets.
Table 1

Statistical information for the four gold-standard datasets: the number of target proteins, drugs, and interaction pairs. Sparsity is the ratio of positive DTIs to all possible interactions.

DatasetTarget ProteinsDrugsInteractionsSparsity
Enzymes66444529260.0099
Ion Channels20421014670.0344
GPCRs952236350.0299
Nuclear Receptors2654900.0641
The corresponding negative dataset construction process is as follows: firstly, all drug–target interaction pairs are divided into drug and target components; secondly, these drug and target are recombined into DTI pairs, and the pairs of interactions are removed. Finally, these drug–target pairs are randomly selected to construct the negative dataset, which is the same size as the positive dataset.

2.2. Drug Structure Characterization

We employed molecular fingerprints in this study to characterize the drug structures for the purpose of numerical conversion. The design idea of fingerprints is to characterize the molecular structure using the form of a dictionary collection of molecular fragments, which converts a drug molecule into a binary vector of values by determining whether certain fragments, i.e., molecular substructures, are present in the molecule. It first divides the molecular structure to obtain the structural fragments, and then encodes the fragments of these molecular structures into numbers according to certain rules and corresponds to each bit of the binary string, thus combining them as a whole (binary string) as a characterization of the molecular structure. At present, the commonly used molecular fingerprints are FP4 fingerprint, MACCS fingerprint, Estate fingerprint, and PubChem fingerprint, and their corresponding molecular structure fragment numbers of 307, 166, 79, and 801. In this experiment, molecular fingerprints from the PubChem database were selected to characterize the drug structure of DTIs. The drug molecule is decomposed into 881 substructures in this descriptor. Given a drug, encode its corresponding bit as 1 or 0 depending on whether its molecular substructure is present. The fingerprint is encoded in Base64 on the PubChem website and provides a text description of it in binary, available for download from https://pubchem.ncbi.nlm.nih.gov/ (accessed on 1 January 2018).

2.3. Target Protein Characterization

In the experiments, the Position-Specific Scoring Matrix (PSSM) was used to numerically characterize the target protein. The PSSM can effectively describe the evolutionary information of protein amino acids, and it is commonly used in protein secondary structure prediction [27], protein binding site prediction [28], disordered region prediction [29], and distantly related protein detection [30,31] domains. The PSSM is a matrix of , where is the length of the protein, and is the type of amino acid. The PSSM can be expressed equationally as follows: Here, the matrix element indicates the probability that the residue of the protein mutates to the amino acid during the evolutionary process. In the implementation, we utilized the Position-Specific Iterated BLAST (PSI-BLAST) [32] to calculate the PSSM by comparing it with the SwissProt database. We followed the previous study, setting the parameter iterations and e-value of the PSI-BLAST tool to 3 and 0.001 to obtain high homologous sequences in the experiment. The database and tool are available for download from http://blast.ncbi.nlm.nih.gov/Blast.cgi (accessed on 18 March 2002).

2.4. Feature Extraction

In the MSPEDTI model, the convolution neural network (CNN) algorithm of deep learning is used to extract the hidden features of the protein. Deep learning can learn the intrinsic patterns and levels of representation of sample data, thus enabling machines to have the same analytical learning capabilities as humans. As one of the representative algorithms of deep learning, CNN is able to classify the input information in a translation-invariant manner by hierarchical structure, thus deeply mining the essential features of data. Therefore, we introduced it into MSPEDTI to greatly strengthen the model prediction capability. CNN is a feedforward neural network with artificial neurons that respond to a portion of the surrounding units in the coverage area, including convolutional, pooling, sampling, fully connected, input, and output layers. With its special structure of local weight sharing, CNN has unique advantages in feature extraction, and its layout is closer to the actual biological neural network. CNN has unique superiority in feature extraction, with its special structure of local weight sharing, and its layout is closer to the actual biological neural network. Weight sharing reduces the complexity of the network, especially the feature that multidimensional input vectors can be directly input into the network, which avoids the complexity of data reconstruction in the process of feature extraction and classification. The structure diagram of CNN is shown in Figure 1. Assuming that is the feature map of layer , its description can be:
Figure 1

Schematic diagram of the structure of CNN.

Here, operator indicates convolution operations, indicates the offset vector, indicates the weight matrix of the layer convolution kernel, and indicates the activation function. The subsampling layer follows the convolutional layer and samples the feature map according to specific rules. Let be the subsampling layer with the following sampling rules: After multiple convolution and sampling, the features are classified by the fully connected layer to yield the data distribution of the original input. Fundamentally, CNN can be regarded as a mathematical model that uses multilevel dimensional transformations to transform the original data into a new feature representation . Here, represents the feature representation, indicates the label class, and represents the original data. Minimizing the loss function is the ultimate goal of CNN training. Therefore, CNNs are typically trained to solve the overfitting problem by controlling the fitting strength using the parameter and adjusting the loss function by generalizing the norm. CNNs normally update their network layer parameters layer by layer by gradient descent in the training phase and control the backpropagation function to exploit the learning rate .

2.5. Classification Prediction

The extreme learning machine (ELM) [33] is employed by MSPEDTI as a classifier to predict potentially associated DTIs. The ELM is a simple and effective single-hidden layer feedforward neural network learning algorithm that does not need to adjust the input weights of the network and the bias of the hidden elements during the execution and produces a unique optimal solution, so it has the advantages of fast learning and good generalization performance. Given input samples with tagged, the ELM consisting of neurons can be formulated as: where , , indicates the activation function, indicates the output weight matrix, stands for the input weight matrix, stands for the inner product of and , and stands for the offset of the neurons. To realize the minimization of the output error, i.e., the training goal of , the ELM needs to optimize its hyperparameters. The equation can be simplified as follows: Here, means the output weight, means the expected output, and means the hidden layer neurons output. To gain optimal performance, we want the ELM to acquire , and , that is: This equates to minimizing the loss function By the principle of the ELM algorithm, when the input weight and the offset of the hidden layer are ascertained, the ELM is able to uniquely obtain its output matrix. Therefore, the training problem of the ELM is transformed into the problem of solving the linear equation with a minimal and unique interpretation.

3. Results

3.1. Evaluation Indicators

We measured the performance of MSPEDTI in the present study using the evaluation indicators calculated by the five-fold cross-validation method (5CV). The 5CV approach first splits the whole dataset into five subsets , which are roughly equal in size and do not intersect with each other. When testing subset , the remaining subsets are fed into the classifier as the training set. Loop this operation until all subsets have been tested. The performance of MSPEDTI was evaluated by the average results and deviations of the five experiments. There are several evaluation indicators calculated through 5CV, which are described by the following equations. where means true positive, means true negative, means false positive, and means false negative. Additionally, we plotted the operating characteristic curve (ROC) generated by 5CV and calculated its area under the curve (AUC) [34,35]. ROC is an essential metric for assessing the comprehensive performance of the model, which visualizes the variation between specificity and sensitivity and is displayed graphically. It computes a set of specificities and sensitivities by setting multiple different thresholds for successive variables, and then plots curves by using 1-specificity as abscissa and sensitivity as ordinate.

3.2. Assessment of Performance

Gold-standard dataset enzymes, ion channels, GPCRs, and nuclear receptors were used to measure the capabilities of MSPEDTI in the experiment. The detailed outcomes of 5CV obtained by MSPEDTI on these datasets are listed in Table 2, Table 3, Table 4 and Table 5, respectively. From these tables, it is possible to observe that MSPEDTI accomplished satisfactory prediction accuracy, with values of 94.19%, 90.95%, 87.95%, and 86.11%, and their standard deviations were 0.41%, 1.10%, 1.51%, and 4.39%, respectively. In the enzyme dataset, the accuracy of all five MSPEDTI experiments was higher than 93.85%, with the highest result reaching 94.87%, and their standard deviations values were 94.87%, 94.27%, 93.85%, 94.02%, and 93.94%, respectively. MSPEDTI achieved good results of 88.51%, 81.95%, 76.41%, and 72.46% on MCC, which was used to measure classification performance, and its standard deviations were 0.89%, 2.24%, 2.88%, and 8.97%, respectively. On the comprehensive performance assessment index AUC, MSPEDTI gained 94.37%, 90.88%, 88.02%, and 86.63%, with standard deviations of 0.59%, 0.97%, 2.88%, and 4.77%, respectively. Additionally, MSPEDTI also yielded more satisfactory outcomes in terms of sensitivity and precision. The ROC curves produced by MSPEDTI for 5CV on the four gold-standard datasets are shown in Figure 2, Figure 3, Figure 4 and Figure 5.
Table 2

MSPEDTI outcomes for 5CV on enzyme dataset.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
194.8791.2398.7590.0495.12
294.2793.1495.2688.5794.77
393.8589.8097.7887.9994.32
494.0293.0794.7188.0493.98
593.9492.3395.1587.9193.68
Average 94.19 ± 0.41 91.91 ± 1.41 96.33 ± 1.81 88.51 ± 0.89 94.37 ± 0.59
Table 3

MSPEDTI outcomes for 5CV on ion channel dataset.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
190.1788.4491.5580.3889.99
289.8390.7089.5179.6590.14
392.2090.2694.5684.5091.66
490.5191.8689.4481.0590.46
592.0690.2793.7384.1892.15
Average 90.95 ± 1.10 90.31 ± 1.23 91.76 ± 2.36 81.95 ± 2.24 90.88 ± 0.97
Table 4

MSPEDTI outcomes for 5CV on GPCR dataset.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
186.6192.6882.0173.8985.37
289.7695.7487.1079.5391.90
388.9895.5882.4478.8288.46
488.1992.8684.7876.7489.39
586.2293.9482.1273.0785.00
Average 87.95 ± 1.51 94.16 ± 1.45 83.69 ± 2.22 76.41 ± 2.88 88.02 ± 2.88
Table 5

MSPEDTI outcomes for 5CV on nuclear receptor dataset.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
191.6786.96100.0084.0594.98
280.5685.7170.5961.5184.74
388.8985.0094.4478.2685.63
483.3383.3383.3366.6783.02
586.1186.6781.2571.8184.76
Average 86.11 ± 4.39 85.53 ± 1.45 85.92 ± 11.56 72.46 ± 8.97 86.63 ± 4.77
Figure 2

ROC of 5CV mapped by MSPEDTI on enzyme dataset.

Figure 3

ROC of 5CV mapped by MSPEDTI on ion channel dataset.

Figure 4

ROC of 5CV mapped by MSPEDTI on GPCR dataset.

Figure 5

ROC of 5CV mapped by MSPEDTI on nuclear receptor dataset.

3.3. Comparison of Different Descriptor Model

To estimate the impact of feature descriptors on MSPEDTI performance, we compared it with the two-dimensional principal component analysis (2DPCA) descriptor model. 2DPCA is an advanced version of the principal component analysis algorithm [36], which does not need to convert raw data into one-dimensional vectors, which is equivalent to removing the correlation of the row vector or column vector of the matrix. So, it can directly calculate the covariance training sample matrix and has the advantage of calculating the feature vectors quickly. To validate the representation capability of the features extracted by CNN, we compared it with the 2DPCA descriptor on the ion channel dataset. In the interest of fairness, the other modules in MSPEDTI were kept unchanged, and only the feature extraction module was replaced. The 5CV results produced by the two descriptor models on the ion channel dataset are shown in Table 6, in which it can be observed that the MSPEDTI-generated results are higher than the 2DPCA descriptor model. The experimental outcomes of the contrast indicated that the CNN algorithm extracts the features better than the 2DPCA algorithm in our model. Figure 6 shows the ROC curve plotted on the ion channel by utilizing the 2DPCA descriptor method.
Table 6

Comparison results of the 2DPCA descriptor model and MSPEDTI on ion channel.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
184.7584.9084.9069.4986.41
282.0382.3180.0064.0281.24
382.3782.8482.8464.7283.35
480.6884.2378.9361.4781.22
582.7782.0083.6765.5683.12
Average 82.52 ± 1.47 83.26 ± 1.25 82.07 ± 2.52 65.05 ± 2.91 83.07 ± 2.12
MSPEDTI 90.95 ± 1.10 90.31 ± 1.23 91.76 ± 2.36 81.95 ± 2.24 90.88 ± 0.97
Figure 6

ROC curves plotted by the 2DPCA descriptor model on ion channel.

3.4. Comparison with Different Classifier Model

To validate whether the classifier helps to improve the performance of MSPEDTI, we compared it with the SVM classifier model in the same dataset. The learning strategy of SVM is to maximize the sample interval, thus converting it to the solution of the convex quadratic programming problem [37,38]. Similar to the ablation experiments for the descriptor model, in the comparisons of the classifier models, we only replaced the ELM classifier with the SVM classifier and left the other modules unchanged. Table 7 presents the 5CV experimental outcomes of the MSPEDTI and SVM classifier model on the ion channel dataset. It is possible to observe from the table that the SVM classifier model performs well, and the accuracy, AUC, MCC, precision, and sensitivity are 86.48%, 86.64%, 73.05%, 83.86%, and 89.05%, respectively. However, compared with the ELM classifier, there are still some gaps, and the values of the above evaluation criteria are lower by 4.47%, 1.26%, 7.90%, 8.90%, and 4.24% respectively. These results indicate that the ELM classifier is indeed helpful to improve the prediction performance of MSPEDTI. Figure 7 shows the ROC curve plotted on the ion channel through utilizing the SVM classifier model.
Table 7

Comparison outcomes of SVM model and MSPEDTI on ion channel.

Test SetAccu. (%)Sen. (%)Prec. (%)MCC (%)AUC (%)
185.7690.1481.4271.8185.08
285.9389.0482.7071.9487.90
385.7687.3484.0471.4684.80
486.6189.4983.7373.3487.10
588.3489.2687.4176.7088.33
Average 86.48 ± 1.10 89.05 ± 1.04 83.86 ± 2.24 73.05 ± 2.16 86.64 ± 1.62
MSPEDTI 90.95 ± 1.10 90.31 ± 1.23 91.76 ± 2.36 81.95 ± 2.24 90.88 ± 0.97
Figure 7

ROC curves plotted by the SVM classifier model on ion channel.

3.5. Comparison with Previous Approaches

We compared MSPEDTI with previous methods in the gold-standard dataset to assess its ability to predict DTIs in a more intuitive way. Here, we picked the metric AUC, which best reflects the overall comprehensive capability of the model as the evaluation criterion. The AUC values resulting from these previous methods, including Yamanishi [4], DBSI [39], KBMF2K [40], Temerinac-Ott [41], NLCS [42], WNN-GIP [43], SIMCOMP [42], and NetCBP [44], are aggregated in Table 8. It can be observed from the table that MSPEDTI yielded optimal results in all four gold-standard datasets over the previous method. This suggests that the strategy of combining the CNN algorithm with the ELM classifier used by MSPEDTI can greatly enhance the ability to predict DTIs.
Table 8

Comparison of AUC with previous methods in the gold-standard dataset.

MethodEnzymesIon ChannelsGPCRsNuclear Receptors
SIMCOMP86.3077.6086.7085.60
NLCS83.7075.3085.3081.50
Temerinac-Ott83.2079.9085.7082.40
Yamanishi82.1069.2081.1081.40
KBMF2K83.2079.9085.7082.40
WNN-GIP86.1077.5087.2083.90
DBSI80.7580.2980.2275.78
NetCBP82.5180.3482.3583.94
MSPEDTI 94.37 90.88 88.02 86.63

3.6. Case Studies

To further verify MSPEDTI’s ability in predicting new pairs, we trained it using all available data and predicted the unknown DTIs with the trained model. We searched the SuperTarget database [25] for the 10 highest-ranked DTI pairs of predicted associations. SuperTarget is a publicly available classic database that stores information about DTIs, and it currently collects 332,828 DTIs. Table 9 lists the top ten DTIs with the highest predictive score, from which we can see that seven potential DTIs were validated in the SuperTarget database. These outcomes indicated that MSPEDTI has outstanding capabilities in predicting new DTIs. Notably, while the rest of the three DTI interactions were not found in the current database, there is also the possibility of interaction between them.
Table 9

Top 10 DTI pairs predicted by MSPEDTI.

Drug IDDrug NameTaregt Protein IDTarget Protein NameValidation Source
D00951Medroxyprogesteroneacetatehsa2099ESR1_HUMANSuperTarget
D00542Bromochlorotrifluoroethanehsa1571CP2E1_HUMANSuperTarget
D03365Transdermal Nicotinehsa1137ACHA4_HUMANSuperTarget
D00049Nikotinsaeurehsa 8843G109B_HUMANSuperTarget
D00160Epsilcapraminehsa7298TYSY_HUMANunconfirmed
D00771Chlorzoxazonehsa1374CPT1A_HUMANunconfirmed
D00139Xanthotoxinehsa1543CP1A1_HUMANSuperTarget
D00964Letrozolehsa1215CMA1_HUMANunconfirmed
D00585Mifepristonehsa2099ESR1_HUMANSuperTarget
D00437Nifedipine Monohydrochloridehsa1559CP2C9_HUMANSuperTarget

4. Discussion

Accurate identification of the target protein of the drug can improve the efficacy of the drug and reduce side effects, thereby improving people’s health. In the current study, we presented a model MSPEDTI to predict DTI on the basis of protein evolution and molecular structures. The model takes full advantage of the protein evolutionary information and drug molecular information and uses a deep learning algorithm to mine the deep association between them. The experimental outcomes in the four gold-standard datasets revealed that the MSPEDTI model has outstanding performance. However, there are still some shortcomings in our method: firstly, the number of DTIs known at present is still relatively small, and the model cannot be trained adequately; secondly, the parameters of the deep learning algorithm used in the model need to be further optimized to avoid overfitting in some cases; finally, how to integrate more biological information into the model is still worth further study.

5. Conclusions

In the present work, we designed a deep learning model MSPEDTI for predicting DTI on the basis of drug structure and protein evolution information. The model deeply excavates hidden features in protein evolutionary information by CNN, combines them with drug molecular fingerprint features, and uses ELM to efficiently predict potential DITs. The model on the gold-standard datasets enzymes, GPCRs, ion channels, and nuclear receptors, attained better 5CV results. To evaluate whether the modules used by MSPEDTI contribute to boost model performance, we implemented ablation experiments and compared them with other descriptor and classifier models. Furthermore, 7 of the 10 DTIs predicted by MSPEDTI were substantiated in authoritative databases. The exceptional results as mentioned above indicate that MSPEDTI has outstanding ability to predict DTIs and can provide reliable candidate targets for drug research. In the next step of our research, we will try to optimize the deep learning feature extraction method to mine more useful information from the raw data.
  37 in total

1.  Protein secondary structure prediction based on position-specific scoring matrices.

Authors:  D T Jones
Journal:  J Mol Biol       Date:  1999-09-17       Impact factor: 5.469

2.  Prediction of disordered regions in proteins from position specific score matrices.

Authors:  David T Jones; Jonathan J Ward
Journal:  Proteins       Date:  2003

3.  BRENDA, the enzyme database: updates and major new developments.

Authors:  Ida Schomburg; Antje Chang; Christian Ebeling; Marion Gremse; Christian Heldt; Gregor Huhn; Dietmar Schomburg
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

Review 4.  Drugs and their molecular targets: an updated overview.

Authors:  Yves Landry; Jean-Pierre Gies
Journal:  Fundam Clin Pharmacol       Date:  2008-02       Impact factor: 2.748

5.  IMS-CDA: Prediction of CircRNA-Disease Associations From the Integration of Multisource Similarity Information With Deep Stacked Autoencoder Model.

Authors:  Lei Wang; Zhu-Hong You; Jian-Qiang Li; Yu-An Huang
Journal:  IEEE Trans Cybern       Date:  2021-11-09       Impact factor: 11.448

6.  DF-MDA: An effective diffusion-based computational model for predicting miRNA-disease association.

Authors:  Hao-Yuan Li; Zhu-Hong You; Lei Wang; Xin Yan; Zheng-Wei Li
Journal:  Mol Ther       Date:  2021-01-09       Impact factor: 11.454

7.  From genomics to chemical genomics: new developments in KEGG.

Authors:  Minoru Kanehisa; Susumu Goto; Masahiro Hattori; Kiyoko F Aoki-Kinoshita; Masumi Itoh; Shuichi Kawashima; Toshiaki Katayama; Michihiro Araki; Mika Hirakawa
Journal:  Nucleic Acids Res       Date:  2006-01-01       Impact factor: 16.971

8.  Using Two-dimensional Principal Component Analysis and Rotation Forest for Prediction of Protein-Protein Interactions.

Authors:  Lei Wang; Zhu-Hong You; Xin Yan; Shi-Xiong Xia; Feng Liu; Li-Ping Li; Wei Zhang; Yong Zhou
Journal:  Sci Rep       Date:  2018-08-27       Impact factor: 4.379

9.  Machine Learning on Human Muscle Transcriptomic Data for Biomarker Discovery and Tissue-Specific Drug Target Identification.

Authors:  Polina Mamoshina; Marina Volosnikova; Ivan V Ozerov; Evgeny Putin; Ekaterina Skibina; Franco Cortese; Alex Zhavoronkov
Journal:  Front Genet       Date:  2018-07-12       Impact factor: 4.599

10.  Prediction of Drug-Gene Interaction by Using Metapath2vec.

Authors:  Siyi Zhu; Jiaxin Bing; Xiaoping Min; Chen Lin; Xiangxiang Zeng
Journal:  Front Genet       Date:  2018-07-31       Impact factor: 4.599

View more

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