Literature DB >> 28744468

DrugECs: An Ensemble System with Feature Subspaces for Accurate Drug-Target Interaction Prediction.

Jinjian Jiang1,2, Nian Wang1, Peng Chen3, Jun Zhang4, Bing Wang5.   

Abstract

BACKGROUND: Drug-target interaction is key in drug discovery, especially in the design of new lead compound. However, the work to find a new lead compound for a specific target is complicated and hard, and it always leads to many mistakes. Therefore computational techniques are commonly adopted in drug design, which can save time and costs to a significant extent.
RESULTS: To address the issue, a new prediction system is proposed in this work to identify drug-target interaction. First, drug-target pairs are encoded with a fragment technique and the software "PaDEL-Descriptor." The fragment technique is for encoding target proteins, which divides each protein sequence into several fragments in order and encodes each fragment with several physiochemical properties of amino acids. The software "PaDEL-Descriptor" creates encoding vectors for drug molecules. Second, the dataset of drug-target pairs is resampled and several overlapped subsets are obtained, which are then input into kNN (k-Nearest Neighbor) classifier to build an ensemble system.
CONCLUSION: Experimental results on the drug-target dataset showed that our method performs better and runs faster than the state-of-the-art predictors.

Entities:  

Mesh:

Substances:

Year:  2017        PMID: 28744468      PMCID: PMC5514335          DOI: 10.1155/2017/6340316

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.411


1. Introduction

The knowledge of biological targets is key to find new medications where the inventive process is drug design [1]. Most drugs binding to specific proteins activate or inhibit various functions with the change of proteins' biochemical and/or biophysical activities [1-3]. Before designing a drug, some properties of the drug are required to the rational drug design, such as binding affinity, bioavailability, metabolic half-life, and side effects. It is a hard work to obtain these properties accurately. Therefore more attentions are being focused on selecting candidate drugs whose physicochemical properties can be predicted more easier than those of the drug. The former can more likely lead to an approved drug with fast rapid and simplified processes. However, synthesizing a drug candidate involves three issues that should be addressed [1, 2]. First, the way to finding drug effects to different people [3-5] and the biological interaction pathways of the drug effects in human beings [6] are the two important issues. Moreover, since drug discovery is very complicated, the number of new drug approvals is quite low per year. Computational methods are more and more commonly used to design drugs in complement with in vitro experiments, where the identification of drug-target interactions is important in finding potential candidate drugs. Nowadays, many computational methods have been developed to identify drug-target interactions (DTIs). Chen et al. proposed for the first time a “GO and KEGG enrichment score” method to represent the certain category of drug molecules by constructing a benchmark database [7]. Rarey et al. presented an automatic method for docking organic ligands into protein binding sites, which combined an appropriate model of the physicochemical properties of the docked molecules with efficient methods for sampling the conformational space of ligands [8]. Cheng et al. proposed a model-based approach using basic biophysical principles to predict small-molecule druggability based solely on the crystal structure of target binding sites, which quantitatively estimated the maximal affinity achievable by a drug-like molecule, where the calculated values are correlated with drug discovery outcomes [9]. Zhu et al. proposed a probabilistic model, called mixture aspect model (MAM), with an algorithm for estimating its parameters to mine the relationship of “chemical compound-gene” [10]. Moreover, Chen et al. proposed a prediction method based on Nearest Neighbor Algorithm and a novel metric which combined compound similarity and functional domain composition. It concluded that the combination of compound similarity and functional domain composition is very effective in the drug-target interaction prediction [11]. Some methods combined information of chemical structure, genomic sequence, and 3D structure information to predict drug-target interaction networks [12, 13]. Wang et al. first collected drug pharmacological and therapeutic effects, drug chemical structures, and protein genomic information to characterize the DTIs and then proposed a kernel-based method to predict DTIs by integrating multiple types of data [14]. Other methods developed machine learning methods focusing on HIV protease cleavage site prediction [15], identification of GPCR (G protein-coupled receptors) type [16], protein subcellular location prediction [17, 18], membrane protein type prediction [19], and a series of relevant web-server predictors as summarized in a review [20]. Most recently, researchers proposed many machine learning methods to identify DTIs. Yuan et al. proposed an ensemble method that combined multiple well-known similarity-based methods to predict DTIs [21]. Ba-alawi et al. developed an efficient drug-target prediction method, called DASPfind, that used simple paths of particular lengths inferred from a graph to describe DTIs, similarities between drugs, and similarities between the protein targets of drugs [22]. Moreover, Nascimento et al. proposed a multiple kernel learning algorithm to investigate drug-target bipartite networks and automatically selected the more relevant kernels by returning weights indicating their importance in the drug-target prediction at hand [23]. Liu et al. proposed a neighborhood regularized logistic matrix factorization (NRLMF) for DTI predictions. The NRLMF method modelled the probability that a drug would interact with a target by logistic matrix factorization, where the properties of drugs and targets are represented by drug-specific and target-specific latent vectors, respectively [24]. Recently, Hao et al. proposed a dual-network integrated logistic matrix factorization (DNILMF) algorithm to predict potential DTIs, which encoded drugs and targets by inferring new drug/target profiles, constructing profile kernel matrix, diffusing drug profile kernel matrix with drug structure kernel matrix, and diffusing target profile kernel matrix with target sequence kernel matrix as well [25]. In this work a new prediction system is proposed to identify drug-target interactions. First, drug-target pairs are encoded with a fragment technique and the adopted software “PaDEL-Descriptor.” The fragment technique is for encoding target proteins, which divides each protein sequence into several fragments in order and encodes each fragment with several physiochemical properties of amino acids. The software “PaDEL-Descriptor” creates encoding vectors for drug molecules. Second, the dataset of drug-target pairs is resampled and several overlapped subsets are obtained, which are then input into kNN (k-Nearest Neighbor) classifiers to build an ensemble system. Experimental results on the drug-target dataset showed that our method performs better and runs faster than the state-of-the-art predictors.

2. Methods

2.1. Datasets

To compare with other methods, datasets in [13] were adopted for the drug-target predictions in this study. The datasets contained 4797 drug-target pairs with experimental information, of which 2719 are for enzymes, 1372 for ion channels, 630 for GPCRs, and 86 for nuclear receptors. These datasets are used as the positive ones in this work. To build the drug-target predictor, negative datasets were also selected as in [13]. The selection steps in the reference are (1) separating the pairs in the above positive dataset into single drugs and proteins, (2) recoupling these singles into pairs in a way that none of them occurs in the corresponding positive dataset, and (3) randomly picking the negative pairs thus until they reached the number, two times as many as the positive pairs. The nondrug-target interaction pairs are also divided in terms of protein target family. Finally, the negative datasets contain 9594 drug-target pairs, of which 5438 are for enzymes, 2744 for ion channels, 1240 for GPCRs, and 172 for nuclear receptors. In total, the positive-negative datasets contain 8157, 4116, 1860, and 258 pairs for enzymes, ion channels, GPCRs, and nuclear receptors, respectively. Table 1 lists the details of the four datasets.
Table 1

The details of the drug-target dataset.

DatasetDrugsTargetsPositive pairsNegative pairsTotal pairs
Enzymes419643271954388157
Ion channels203198137227444116
GPCRs2179262012401860
Nuclear receptors532586172258

In total8929584797959414391§

§The total number of drug-target pairs in the four datasets.

2.2. Feature Encoding for Target Protein

To encode target protein, 554 physicochemical properties of amino acids from AAindex1 dataset were used. After the use of principal component analysis (PCA), the number of principal components NPCA that contribute 97.54% of instance variance is obtained, where NPCA = 7 for example. Each principal component of amino acid property is a vector with dimensions 1 × 20, noted as AAP = {AAP}, m = 1 ~ 20. For target protein TP with sequence length Len, its sequence is divided into Nfrag fragments (denoted as, e.g., Nfrag = 10) with roughly the same numbers of amino acids from the N-terminal to C-terminal of the sequence, that is, INT(Len/Nfrag). For jth fragment, j = 1 ~ Nfrag, 20 types of amino acids are counted; that is, AA, n = 1 ~ NAA, where NAA is for 20 types of amino acids. The dot product between the property vector AAP, l = 1 ~ NPCA, of lth principal component and the amino acid composition AA of the jth fragment yields the score of amino acid property composition TP = AAP⊙AA. Therefore, the encoding vector for the jth fragment is denoted as TP = {TP}. Concatenating the ten fragments yields the final encoder vector , where NAA means the number of amino acid types NAA = 20, for the ith whole protein sequence. The vector is then with dimensions 1 × 1400. The encoding scheme for target protein is shown in Figure 1.
Figure 1

Feature encoding for target proteins. From a target protein, the amino acid composition of segments can be obtained; for example, residue “L” appears four times in the first segment of the sequence and residue “V” three times in the 10th segment.

2.3. Feature Encoding for Drug Molecule

To encode drug molecule, PaDEL-Descriptor software was adopted. “PaDEL-Descriptor” can calculate molecular descriptors and fingerprints for small molecules. Molecular descriptors are the way that transformed the real bodies of molecules into numbers, which can be then evaluated by computer and play a fundamental role in chemistry and other fields. They are traditionally divided into two main categories: experimental measurements and theoretical molecular descriptors. The former category contains log⁡P, molar refractivity, dipole moment, polarizability, and physicochemical properties, while the latter one can be derived from a symbolic representation of molecules. Currently the software creates 1D (i.e., atom count, bond count, chi cluster, and hybridization ratio), 2D (i.e., graph invariants), and 3D (i.e., size, steric, surface, and volume descriptors) molecular descriptors and 10 types of fingerprints [26]. In this work, 55 types of 1D and 2D descriptors were used after removing salt and detecting aromaticity information from a molecule. Among these descriptor types, atom type electrotopological state and autocorrelation are the most significant ones during the used descriptors. The atom type electrotopological state consists of 489 descriptors that combines both electronic and topological characteristics of the analyzed molecules [27]. For each atom type in a molecule, the descriptors are catenated and can be used in a group contribution manner. The type of autocorrelation consists of 346 descriptors that encode not only the structures of molecules but also numerical properties assigned to atoms, proposed by Moreau and Broto [28]. In this study, 1444 descriptors of 1D and 2D types are used to encode drug molecules. So the ith drug candidate can be formulated as D = [D]|1444. For the ith pair of drug-target, DT, whose target is encoded by the principal components of AAindex1 property AAP, it can be catenated and formulated as a (1444 + 1400)-D input vector given bywhere NPCA, Nfrag, and NAA denote the numbers of top principal components, protein sequence fragments, and amino acid types, respectively. Here NPCA = 7, Nfrag = 10, and NAA = 20, for example. The corresponding target value T of the instance V is 1 or 0, denoting whether the drug-target pair is in interaction or not. Actually, our method expects to learn the relationship between input matrix VAAP and the corresponding target array T, and it tries to make the outputs of classifier as close to the target array T as possible, where AAP denotes the irrelevant AAindex1 property the targets are encoded by.

2.4. Ensemble Classifier by Subspace Seperation of Input Instances

To build a classifier system for the drug-target prediction, the feature space of drug-target instances is separated into several subspaces. For encoding target protein, the use of each principal component of amino acid properties yields features Ft, i = 1 ~ NPCA, with dimensions 20 × 10 = 200, while, for drug molecule, approximately 206 (≈1444/NPCA, NPCA = 7) features Fd, j = 1 ~ NPCA, are selected in order from the 1D and 2D feature descriptors. A drug-target pair is encoded by one principal component's subfeatures Ft and one subset of 1D and 2D descriptors Fd as . There are totally 7 × 7 = 49 feature subsets when NPCA = 7, each of which is with dimensions 200 + 206 = 406. The reason of using 7 subsets of 1D and 2D feature descriptors is for balancing the encoding features of target proteins and those of drugs. Pairs of drug-targets with one subset of 406 features are input into classifier system to identify drug-target interactions. The classifier system adopted kNN algorithm to implement the drug-target prediction. In the case of classification, kNN classifies an object to the most common class among its k-Nearest Neighbors by a majority vote, where k is a small positive integer. It always assigns weights to the contributions of the neighbors of the object, that is, assigning a weight of 1/d, where d is the distance between the object and the neighbor. The neighbors are taken from the training set of objects for which the class is known. Given drug-target pairs (X1, Y1), (X2, Y2),…, (X, Y) taking values in feature space R406, where Y is the class label of X, let , be the feature subset of drug-target pairs, where j and i are the subset of drug feature descriptors and that of target features. Training the kNN classifier by drug-target pairs with features Fdt yields results knn(X∣Y). After all of the kNN classifiers are generated, they vote for the most popular class and thus the prediction of the ensemble iswhere x is a query instance. Previous results showed that the majority vote with independent classifiers can often make a dramatic improvement [29, 30]. Here a pair of drug-target is labelled as interacting if all of the classifiers identified it as positive class 1; otherwise it is identified as nondrug-target interaction. The flowchart of the ensemble system can be seen in Figure 2.
Figure 2

The flowchart of the ensemble system for the drug-target prediction. It illustrates the system for the 7 top principal components. The “PCA 1” denotes the features of protein targets created by the first top principal component, while the “D1  1 ~ 206” means the first feature group of drugs from 1 to 206 created by the “PaDEL” software. Each feature group consists of the roughly same number of features. Therefore each instance is composed of one “PCA” feature group and one “PaDEL” feature group. In total, there are 49 combinations for the case of the 7 top principal components.

2.5. Drug-Target Interaction Prediction Evaluation

In this work we adopted four evaluation measures to show the ability of our model objectively, criteria of recall (Rec), precision (Prec), F-measure (F1), Matthews correlation coefficient (MCC), and accuracy (Acc) [31-33]. They are defined as follows:where TP (true positive) is the number of correctly predicted drug-target pairs, FP (false positive) is the number of false positives (incorrectly overpredicted nondrug-target pairs), TN (true negative) is the number of correctly predicted nondrug-target pairs, and FN (false negative) is false negative, that is, incorrectly underpredicted drug-target pairs.

3. Results

In the paper, we adopted kNN algorithm to complete the drug-target interaction predictions. In the use of kNN, for the number of neighbors num, we adopted the implementation of WEKA software which used cross-validation technique to find the best number of neighbors. It trained input instances to find which number of neighbors yields the best performance. The trained neighboring number num was then applied to test the test dataset. Moreover, We used the 7 PCAs in this work because the top 7 components account for the most of instance variance of the 544 amino acid properties, up to 97.54%. The 10 fragments of a protein sequence are adopted corresponding to the number of 1D and 2D descriptors. We used approximately the same numbers of features for drugs and target proteins due to the balance of their effects to classifier. That is to say, if we use 5 fragments of protein sequence, the number of PCAs is suggested to be set as 14 (then the total number of features for protein targets is 5 × 14 × 20 = 1400), 15 fragments are corresponding to 5 PCAs (then the number of features for targets is 15 × 5 × 20 = 1500), and 4 fragments are corresponding to 19 PCAs (1520 features). All numbers of features for targets are approximately the same as the number of features for drugs (totally 1440). For details, please refer to Table 4.
Table 4

Prediction performance on GPCRs dataset for different numbers of PCAs and feature groups by the use of kNN classifier.

PCAsNumber of fragmentsNumber of featuresRecAccPrec F1
32414400.6700.8730.9300.793
51414000.9140.8500.7150.801
71014000.9850.8630.7120.827
15515000.8250.7920.6480.726
19415200.6310.8460.8710.732

‡The number of features for targets when using the top PCAs and the fragment of protein sequences.

3.1. PCA Analysis of the AAindex1 Properties

In AAindex1 dataset, there are 544 amino acid properties. Most of them are highly correlated. In order to extract the main properties from the dataset, PCA technique was adopted. In this study, 7 top principal components are obtained first, which account for 97.54% variance of the properties. Therefore the 7 components are retained and the others are ignored. The other principal components account for only 2.46% variance. Table 2 shows the 7 principal components.
Table 2

PCA physicochemical property.

PCA 1PCA 2PCA 3PCA 4PCA 5PCA 6PCA 7
−82.02357.18−55.8126.80−18.2326.7419.30
−269.25−276.13−18.42137.6087.3299.248.59
−280.14−66.50−85.96−55.27−74.7020.86−10.55
−134.57−20.18243.00−95.26−12.48−25.0091.83
460.62102.96214.88−209.6143.9725.68−69.26
−277.72−209.13−16.25−51.29−29.742.98−27.24
−257.00−101.24150.563.46−21.27−7.7249.92
−260.61376.97−105.75−48.6590.13−27.9332.63
−19.38−257.49−154.94−98.9226.6159.15−1.32
271.5274.55−81.9858.23−58.4513.58−28.15
220.12203.29−67.17179.392.03−26.370.92
−350.16−77.85212.57185.663.86−52.35−99.21
316.33−140.77−70.95−100.15−67.871.04−5.41
408.95−30.29−35.8267.8025.37−5.402.90
−262.26−30.49−187.34−151.9844.89−97.33−38.50
−262.34189.47−44.11−28.52−38.5140.75−11.42
−44.89112.74155.45−31.04−11.8613.7212.65
467.95−270.0010.5828.3752.56−36.1831.41
125.11−178.27−76.35104.42−37.11−62.1942.52
229.75241.1913.8178.94−6.5536.72−1.62

51.01%25.45%10.09%7.23%1.40%1.26%1.10%

The last row denotes the variances the components account for.

3.2. Performance on Different Top Principal Components of Amino Acid Properties

Drug-target interactions can be commonly grouped in terms of target protein type: enzymes, ion channels, GPCRs, and nuclear receptors. Our proposed method is performed on the four individual types of drug-target interactions. Instances in each interaction type are divided into 10 subsets with roughly the same number of instances, where one subset is used as test dataset Dts and the remaining nine subsets are used as training dataset Dtr⁡, by 10-fold cross-validation technique. The test subset is selected one by one and finally all of the instances are tested. Meanwhile, the features of each instance consist of one “PCA” feature group and one “PaDEL” feature group. Inputting the instances into kNN classifier forms a predictor to identify drug-target interactions. For the case of GPCRs type, the instances encoded by different pairs of drug-target feature groups are input into kNN classifier. The prediction performance can be seen in Table 3. From Table 3, the individual classifier encoded by the third “PCA” group and the seventh descriptor group performs better than others, under the estimation of “Acc,” and the classifiers with the seventh descriptor group perform the best. Moreover, it is interesting to show that the classifiers encoded by the sixth principal component perform better than those by other components.
Table 3

Prediction performance on GPCRs dataset for each pair of drug-target feature groups by the use of kNN classifier.

PCA D i RecAccPrec F1
110.9880.3490.3370.503
120.8950.4190.3530.507
130.9880.3490.3370.503
140.9880.3570.3400.506
150.5810.6280.4550.510
160.9300.4110.3540.513
170.314 0.709 0.6280.419
Average0.8120.4600.4010.494

211.0000.3530.3400.507
220.8950.4220.3550.508
230.9880.3450.3360.501
240.9880.3490.3370.503
250.5700.6360.4620.510
260.9070.4260.3580.513
270.279 0.717 0.6860.397
Average0.8040.4640.4110.491

310.9880.3490.3370.503
320.9420.3910.3480.508
330.9880.3490.3370.503
340.9880.3490.3370.503
350.5000.6320.4530.475
360.9300.4190.3570.516
370.419 0.736 0.6670.514
Average0.8220.4610.4050.503

410.9880.3490.3370.503
420.8950.4150.3520.505
431.0000.3450.3370.504
441.0000.3490.3390.506
450.5580.6320.4570.503
460.9420.4190.3580.519
470.314 0.713 0.6430.422
Average0.8140.4600.4030.495

510.9880.3570.3400.506
520.8950.4150.3520.505
530.9880.3490.3370.503
540.9880.3490.3370.503
550.5700.6090.4340.492
560.9300.4070.3520.511
570.419 0.686 0.5370.471
Average0.8250.4530.3840.499

610.9880.3490.3370.503
620.8950.4260.3560.510
630.9880.3490.3370.503
641.0000.3450.3370.504
650.5350.6400.4650.497
660.9420.4190.3580.519
670.337 0.733 0.7070.457
Average0.8120.4660.4140.499

710.9880.3490.3370.503
720.9300.4030.3510.510
731.0000.3570.3410.509
740.9880.3490.3370.503
750.5700.6280.4540.505
760.9650.4030.3550.519
770.302 0.713 0.6500.413
Average0.8200.4570.2830.495
Also, performance on different numbers of PCAs and the corresponding numbers of fragments is investigated and shown in Table 4. The number of fragments is changed with the number of PCAs since the number of the corresponding features for targets is approximately the same as that of features for drugs (totally 1444 features). Therefore, the instances encoded by the drug features and the target features are used to build drug-target prediction classifier. From Table 4, the model with 7 PCAs performed better than the model with other number of PCAs in terms of the measure F1.

3.3. Performance of Ensemble System

Table 5 shows the performance comparison of the ensemble system for the four protein target classes. From Table 5, it can be seen that the ensemble system tested on nuclear receptors class performs better than those on other classes. It yields an accuracy of 0.921 and a precision of 0.856 at a recall of 0.916.
Table 5

Prediction performance of the kNN ensemble classifier with majority vote technique. The ensemble system predicts a drug-target pair to be interacting if all of kNN classifiers in the ensemble predict it to be interacting.

DatasetTarget typeRecAccPrec F1
TestEnzymes0.7790.9180.9720.864
Ion channels0.906 0.8820.7780.837
GPCRs0.9850.8630.7120.827
Nuclear receptors0.9160.9210.8560.885

‡Prediction on the test dataset ℵts.

3.4. Comparison with Other Methods

On the same datasets, our proposed method, called “DrugECs,” was compared with other methods, such as the work in [13], four web-servers, and a random predictor. The performance comparison in terms of the measure “accuracy” is shown in Table 6. Our method yields accuracies of 0.918, 0.882, 0.863, and 0.921 for classes of enzymes, ion channels, GPCRs, and nuclear receptors, respectively. Our method achieves accuracy improvements of 6.3% to 7.8% than the work [13] for the four drug-target classes. Moreover, our method performs better than the four web-servers: iEzy-Drug, iCDI-Drug, iGPCR-Drug, and iNR-Drug. In comparison with the random predictor, the accuracy of our proposed method is increased more than twofold.
Table 6

Performance comparison of our method with two works on the same datasets in terms of “Acc” measure.

MethodTypeEnzymesIon channelsGPCRsNuclear receptors
DrugECskNN0.9180.8820.8630.921
Reference [13]kNN0.8550.8080.7850.857
Web-servers0.910a0.873b0.855c0.892d
Random predictor0.4890.4890.4880.488

aSee [34] for the iEzy-Drug predictor and its reported success rates; bsee [35] for the iCDI-Drug predictor and its reported success rates; csee [36] for the iGPCR-Drug predictor and its reported success rates; dsee [37] for the iNR-Drug predictor and its reported success rates.

Furthermore, we also compared our method with other methods based on another dataset. In [11], Chen et al. proposed a prediction method based on Nearest Neighbor Algorithm and a novel metric combining compound similarity and functional domain composition. It was tested on the database similar to that of our method. The difference between the two datasets is in the fact that, in [11], the number of negative pairs in each target class was around 50 times as many as that of positive ones, while being only 2 times as that of positive ones in our dataset. We compared our method with the work based on the same dataset. Actually, since the dataset is extremely imbalanced, the final performance of drug-target interaction predictions is preferable to the class with large instances, the negative class in this study. The MCC can be a more suitable measure than Acc in the evaluation of classifier performance. Figure 3 shows the performance comparison of our method and the work in [11]. From Figure 3, our method outperformed the work [11] for the target classes of GPCR and enzyme, and it also performed comparably to the work for the class of ion channel. For the class of nuclear receptor, since the data subset is much small, the prediction performance cannot fully represent the power of methods in drug-target predictions although our method performed worse than the work.
Figure 3

Performance comparison of the two methods in MCC.

3.5. Discussion on the Top 7 Properties

Since the top 7 properties were created by the use of PCA technique on AAindex1 dataset, they account for the main component variance. When calculating the correlation between each top component of PCA and each amino acid property in AAindex1 dataset, the most correlated property in AAindex1 dataset was found for each top component of the PCA calculation. Table 7 shows the most correlated properties to the components of PCA. Data description of each AAindex1 amino acid property is also shown in Table 7.
Table 7

The most correlated properties in AAindex1 to the top component of PCA.

PCAAAindex1Data description
1NADH010104Hydropathy scale based on self-information values in the two-state model (20% accessibility) (Naderi-Manesh et al., 2001)
2RADA880103Transfer free energy from vap to chx (Radzicka-Wolfenden, 1988)
3NADH010107Hydropathy scale based on self-information values in the two-state model (50% accessibility) (Naderi-Manesh et al., 2001)
4RICJ880112Relative preference value at C3 (Richardson-Richardson, 1988)
5KHAG800101The Kerr-constant increments (Khanarian-Moore, 1980)
6RICJ880113Relative preference value at C2 (Richardson-Richardson, 1988)
7PRAM820103Correlation coefficient in regression analysis (Prabhakaran-Ponnuswamy, 1982)

The first column denotes the top components in PCA calculation; the second column denotes the property accessions in AAindex1 dataset.

In the most correlated AAindex1 properties, two are for hydrophobicity property (the first one and the third one) and two are for position-specific amino acid preferences in helices (the fourth one and the sixth one). Another one is for free energies of transferring amino acid side chains from vapor to cyclohexane that are linearly related to their respective surface areas, which is an experimental measure of their susceptibility to attraction by dispersion forces. The other two properties are the Kerr-constant increments, which can be used in the conformational analysis of peptides and proteins, and the correlation coefficient between the contact areas of residues and their spatial positions from the centroids of the best-fitting ellipsoids. These amino acid properties are important for encoding protein sequence in that they represent protein sequences by different environmental features. The encoding schema aims to apply various statistic features to recover real interactions among amino acid residues. It is interesting to show the correlation coefficient of the top PCA component and AAindex1 property. Figure 4 illustrates the biggest correlation coefficient of each PCA component to AAindex1 properties and the variance of each PCA component accounted for. From Figure 4, the top PCA component has the biggest correlation coefficient. Moreover, the bigger variance the PCA component contains, the bigger correlation coefficient the component has. It suggests that the trend of the correlation coefficients is in accordance with that of the component variances for the AAindex1 dataset. That is to say, for the case of the first principal component, more properties in AAindex1 dataset can be projected into the component and therefore it is more probable for the component to have bigger correlation coefficient to these properties.
Figure 4

Illustration of the biggest correlation coefficient of each PCA component to AAindex1 properties and the variance of each PCA component accounted for. In x-axis, number 1 is for the first principal component while the height of green bar denotes the biggest correlation coefficient between the component and properties in AAindex1 dataset. The yellow bar denotes the variance the component accounted for.

Moreover, the paper proposed a method to identify drug-target interactions only with the physicochemical properties of amino acids from AAindex1. The reason of using physicochemical properties alone is in that it can extend the proposed method to most cases of drug-target predictions. The model with more functional and structural features may lead to better performance than that with only physicochemical properties, but it limited the applications of the structure-based methods without the information of functional and structural features for drug-target predictions.

4. Conclusions

This paper proposed an ensemble system integrating kNN classifier with a novel feature encoding scheme to identify drug-target interactions. The features of physicochemical properties from AAindex1 for targets and those of descriptors for drugs are catenated for representing each drug-target pair. The feature space for targets and that for drugs are individually divided into NPCA = 7 subspaces in this work. A pair of drug-target feature subspaces forms an input dataset and then is input into a kNN classifier. The total NPCA × NPCA = 49 feature subspaces lead to 49 individual kNN classifiers. The ensemble system performs the drug-target interaction predictions. Experimental results on the commonly used drug-target dataset showed that our method performs better and runs faster than the state-of-the-art predictors.
  34 in total

1.  Predicting protein interaction sites from residue spatial sequence profile and evolution rate.

Authors:  Bing Wang; Peng Chen; De-Shuang Huang; Jing-jing Li; Tat-Ming Lok; Michael R Lyu
Journal:  FEBS Lett       Date:  2005-12-19       Impact factor: 4.124

Review 2.  Predict drug-protein interaction in cellular networking.

Authors:  Xuan Xiao; Jian-Liang Min; Pu Wang; Kuo-Chen Chou
Journal:  Curr Top Med Chem       Date:  2013       Impact factor: 3.295

3.  PaDEL-descriptor: an open source software to calculate molecular descriptors and fingerprints.

Authors:  Chun Wei Yap
Journal:  J Comput Chem       Date:  2010-12-17       Impact factor: 3.376

4.  A vectorized sequence-coupling model for predicting HIV protease cleavage sites in proteins.

Authors:  K C Chou
Journal:  J Biol Chem       Date:  1993-08-15       Impact factor: 5.157

5.  Pharmacogenomics and personalized use of drugs.

Authors:  Jing-Fang Wang; Dong-Qing Wei; Kuo-Chen Chou
Journal:  Curr Top Med Chem       Date:  2008       Impact factor: 3.295

6.  Predicting drug-target interaction networks based on functional groups and biological features.

Authors:  Zhisong He; Jian Zhang; Xiao-He Shi; Le-Le Hu; Xiangyin Kong; Yu-Dong Cai; Kuo-Chen Chou
Journal:  PLoS One       Date:  2010-03-11       Impact factor: 3.240

7.  GPCR-CA: A cellular automaton image approach for predicting G-protein-coupled receptor functional classes.

Authors:  Xuan Xiao; Pu Wang; Kuo-Chen Chou
Journal:  J Comput Chem       Date:  2009-07-15       Impact factor: 3.376

8.  iGPCR-drug: a web server for predicting interaction between GPCRs and drugs in cellular networking.

Authors:  Xuan Xiao; Jian-Liang Min; Pu Wang; Kuo-Chen Chou
Journal:  PLoS One       Date:  2013-08-27       Impact factor: 3.240

9.  DrugE-Rank: improving drug-target interaction prediction of new candidate drugs or targets by ensemble learning to rank.

Authors:  Qingjun Yuan; Junning Gao; Dongliang Wu; Shihua Zhang; Hiroshi Mamitsuka; Shanfeng Zhu
Journal:  Bioinformatics       Date:  2016-06-15       Impact factor: 6.937

10.  iEzy-drug: a web server for identifying the interaction between enzymes and drugs in cellular networking.

Authors:  Jian-Liang Min; Xuan Xiao; Kuo-Chen Chou
Journal:  Biomed Res Int       Date:  2013-11-26       Impact factor: 3.411

View more
  4 in total

1.  Predicting circRNA-Disease Associations Based on circRNA Expression Similarity and Functional Similarity.

Authors:  Yongtian Wang; Chenxi Nie; Tianyi Zang; Yadong Wang
Journal:  Front Genet       Date:  2019-09-12       Impact factor: 4.599

2.  Ensemble Machine Learning Model to Predict SARS-CoV-2 T-Cell Epitopes as Potential Vaccine Targets.

Authors:  Syed Nisar Hussain Bukhari; Amit Jain; Ehtishamul Haq; Abolfazl Mehbodniya; Julian Webber
Journal:  Diagnostics (Basel)       Date:  2021-10-26

3.  PWCDA: Path Weighted Method for Predicting circRNA-Disease Associations.

Authors:  Xiujuan Lei; Zengqiang Fang; Luonan Chen; Fang-Xiang Wu
Journal:  Int J Mol Sci       Date:  2018-10-31       Impact factor: 5.923

4.  Predicting Drug-Target Interactions with Electrotopological State Fingerprints and Amphiphilic Pseudo Amino Acid Composition.

Authors:  Cheng Wang; Wenyan Wang; Kun Lu; Jun Zhang; Peng Chen; Bing Wang
Journal:  Int J Mol Sci       Date:  2020-08-08       Impact factor: 5.923

  4 in total

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