Literature DB >> 30832671

AntAngioCOOL: computational detection of anti-angiogenic peptides.

Javad Zahiri1, Babak Khorsand2, Ali Akbar Yousefi3, Mohammadjavad Kargar3, Ramin Shirali Hossein Zade4, Ghasem Mahdevar5.   

Abstract

BACKGROUND: Angiogenesis inhibition research is a cutting edge area in angiogenesis-dependent disease therapy, especially in cancer therapy. Recently, studies on anti-angiogenic peptides have provided promising results in the field of cancer treatment.
METHODS: A non-redundant dataset of 135 anti-angiogenic peptides (positive instances) and 135 non anti-angiogenic peptides (negative instances) was used in this study. Also, 20% of each class were selected to construct an independent test dataset (see Additional files 1, 2). We proposed an effective machine learning based R package (AntAngioCOOL) to predict anti-angiogenic peptides. We have examined more than 200 different classifiers to build an efficient predictor. Also, more than 17,000 features were extracted to encode the peptides.
RESULTS: Finally, more than 2000 informative features were selected to train the classifiers for detecting anti-angiogenic peptides. AntAngioCOOL includes three different models that can be selected by the user for different purposes; it is the most sensitive, most specific and most accurate. According to the obtained results AntAngioCOOL can effectively suggest anti-angiogenic peptides; this tool achieved sensitivity of 88%, specificity of 77% and accuracy of 75% on the independent test set. AntAngioCOOL can be accessed at https://cran.r-project.org/ .
CONCLUSIONS: Only 2% of the extracted descriptors were used to build the predictor models. The results revealed that physico-chemical profile is the most important feature type in predicting anti-angiogenic peptides. Also, atomic profile and PseAAC are the other important features.

Entities:  

Keywords:  Angiogenesis; Anti-angiogenic; Cancer; Cancer treatment; Machine learning; Peptide

Year:  2019        PMID: 30832671      PMCID: PMC6399940          DOI: 10.1186/s12967-019-1813-7

Source DB:  PubMed          Journal:  J Transl Med        ISSN: 1479-5876            Impact factor:   5.531


Background

Angiogenesis is the process of formation of new blood vessels from pre-existing vessels to make a supply of nutrients and a waste disposal pathway [1]. Angiogenesis is a normal and fundamental physiological process in growth and development [2-4]. However, it is a vital event in cancer progression—transition of tumor from a benign state to a malignant one—and spread of a tumor (metastasis) [5-7]. Nowadays, decreasing or inhibiting angiogenesis is a cutting edge research area in cancer therapy which also plays a key role in other angiogenesis-dependent disease therapy [1, 8–15]. Besides other therapeutic peptides, recognition of the anti-angiogenic peptides has stimulated great interest among researchers in the cancer treatment field during recent years [16-23]. However, there are very rare studies in computational detection of ant-angiogenic peptides [8]. In this paper, we have proposed an efficient machine learning based R package to detect anti-angiogenic peptides, namely AntAngioCOOL. Five types of features have been used to encode peptides in order to predict anti-angiogenic ones. According to the obtained results, AntAngioCOOL reached to a satisfactory performance in anti-angiogenic peptide prediction on a benchmark non-redundant independent test dataset.

Methods

Dataset

We have used the gold standard dataset that has been recently published [8]. After removing redundant peptides, this dataset contained 135 anti-angiogenic peptides (positive instances) and 135 non anti-angiogenic peptides (negative instances). Also, a 20% of each class was selected to construct an independent test dataset (see Additional file 1).

Features

The following subsections provide a brief description for each peptide feature. Moreover, Table 1 demonstrates the distribution of the features that have been used to encode each peptide.
Table 1

Distribution of the features used to encode each peptide

Feature typeNo. of features
PseAAC (λ = 6)28
k-mer composition
 k = 2400
 k = 38000
 k = 4160,000
k-mer composition (reduced alphabeta)
 k = 264
 k = 3512
 k = 44096
Physico-chemical profile1910
Atomic profile80
Total175,062

aTo compute k-mer composition features, the reduced amino acid alphabet proposed by Zahiri et al. was applied: the 20 alphabet of amino acids was reduced to a new alphabet with size 8 according to 544 physicochemical and biochemical indices that extracted from AAIndex database (C1 = {A, E}, C2 = {I, L, F, M, V}, C3 = {N, D, T, S}, C4 = {G}, C5 = {P}, C6 = {R, K, Q, H}, C7 = {Y, W}, C8 = {C}). We computed k-mer composition for k = 2, 3, 4 for each peptide

Distribution of the features used to encode each peptide aTo compute k-mer composition features, the reduced amino acid alphabet proposed by Zahiri et al. was applied: the 20 alphabet of amino acids was reduced to a new alphabet with size 8 according to 544 physicochemical and biochemical indices that extracted from AAIndex database (C1 = {A, E}, C2 = {I, L, F, M, V}, C3 = {N, D, T, S}, C4 = {G}, C5 = {P}, C6 = {R, K, Q, H}, C7 = {Y, W}, C8 = {C}). We computed k-mer composition for k = 2, 3, 4 for each peptide

Pseudo amino acid composition

We used pseudo amino acid composition (PseAAC) which has been used effectively in predicting cell penetrating peptides [21]. Unlike the simple amino acid composition, PseAAC considers the sequence-order information of the peptide. Interested readers may refer to [24] for further information on PseAAC.

k-mer composition

k-mer composition shows the fraction of all possible subsequences with length k in the given peptide. Also, the reduced amino acid alphabet proposed by Zahiri et al. [25] has been applied to compute another k-mer composition: the 20 alphabet of amino acids have been reduced to a new alphabet with size 8 according to 544 physicochemical and biochemical indices extracted from AAIndex database [26] (C1 = {A, E}, C2 = {I, L, F, M, V}, C3 = {N, D, T, S}, C4 = {G}, C5 = {P}, C6 = {R, K, Q, H}, C7 = {Y, W}, C8 = {C}). We have computed k-mer compositions for k = 2, 3, 4 for each peptide.

Physico-chemical profile

In order to compute this feature type, 544 different physico-chemical indices were extracted from AAIndex [26]. To remove redundancies, a subset of indices with correlation coefficient less than 0.8 and greater than − 0.8 were selected, which resulted in 191 non-redundant physico-chemical indices. This feature type has been extracted for 5 amino acids of N-termini (5-NT) and C-termini (5-CT). Finally, each peptide has been encoded as a 10 × 191-dimensional feature vector as below:where is the value of the jth physico-chemical index for the ith amino acid of the peptide (for i =  in the 5-CT and i =  in 5-NT)

Atomic profile

A 50-dimensional feature vector has been used to encode each peptide according to its atomic properties as below:where through represent the frequency of five types of atoms: C, H, N, O, S in the ith amino acid of the peptides (for i =  in the 5-CT and i =  in 5-NT). For details of atomic composition for each 20 natural amino acid see [17].

Machine learning method

To build a powerful anti-angiogenic peptide predictor, 227 different classifiers (see Additional file 1) in the caret package [27] were examined. Finally, the three best classifiers (those with best sensitivity, specificity and accuracy) were selected to be included in the AntAngioCOOL package. Figure 1 provides a schematic representation of the proposed method.
Fig. 1

Schematic representation of the proposed method (AntAngioCOOL) for anti-angiogenic peptide prediction

Schematic representation of the proposed method (AntAngioCOOL) for anti-angiogenic peptide prediction

Evaluation parameters for the prediction performance

The training dataset was used to train the classifier, and then the classifier was evaluated using the test data. The predictions made for the test instances were used to compute the following performance measures: where, TP and TN are the number of correctly predicted anti-angiogenic peptides and non anti-angiogenic peptides, respectively. Similarly, FP and FN are the number of non anti-angiogenic peptides and anti-angiogenic peptides wrongly predicted as anti-angiogenic peptides and non anti-angiogenic peptides, respectively.

Results

Preprocessing

To remove non-informative features, which can lead to reducing the computational cost without losing the prediction performance, nearZeroVar function from caret package [27] was utilized. This function eliminates those features that have one unique value (i.e. are zero variance features) or features with both of the following characteristics: they have very few unique values relative to the number of samples and the ratio of the frequency of the most common value to the frequency of the second most common value is large. nearZeroVar was applied to the extracted features using its default parameters. Interestingly, less than 2% of the extracted features (2343 out of 175,062) were selected as informative ones to construct the prediction models (see Additional file 1 for more details).

Prediction performance

The performance results of the 227 classifiers with accuracy > 50% in the independent test set have been shown in Additional file 1: Figures S1–S3. We have selected the three best classifiers to be included in the AntAngioCOOL package (Fig. 2): the most sensitive classifier (rpartCost with 88% sensitivity), the most accurate classifier (PART with 75% accuracy) and the classifier with the highest specificity (DeepBoost with 77% specificity). Availability of these three classifiers can help biologists with different questions in mind; e.g. having a list of candidate peptides, what is the narrow list of confident anti-angiogenic peptides or what is the more extended sub-list of candidate anti-angiogenic peptides that contains almost real anti-angiogenic peptides.
Fig. 2

Prediction performance of the three selected classifiers among 227 classifiers to be included in AntAngioCOOL package in the test dataset

Prediction performance of the three selected classifiers among 227 classifiers to be included in AntAngioCOOL package in the test dataset

Discussion

Physico-chemical profile is the most important feature type

Physico-chemical profile is the main feature type in the final selected set of features which is 82% of the final features (Fig. 3a). Interestingly, almost all physico-chemical profile features were selected (1909 out of 1910). Dipeptide and tripeptide compositions are the other important feature types that comprise 9% (200 features) and 4% (101 features) of the final features, respectively. Moreover, Fig. 3b shows the percentage of each feature type that was selected as a subset of the final features.
Fig. 3

Feature importance according to their contribution in final selected features (informative features). a Square chart of the distribution of different feature types in the final important features. b Inner layer of this sunburst chart shows the distribution of different feature types in the primary extracted features (in log scale). The outer layer shows the proportion of each feature type selected as informative features

Feature importance according to their contribution in final selected features (informative features). a Square chart of the distribution of different feature types in the final important features. b Inner layer of this sunburst chart shows the distribution of different feature types in the primary extracted features (in log scale). The outer layer shows the proportion of each feature type selected as informative features

Sequence-order information is useful for anti-angiogenic peptide prediction

As the Fig. 3b shows, in addition to the physico-chemical profile, a considerable percentage of the atomic profile (91.3%) and all the PseAAC features were selected as informative features (Additional file 2 for more details). One of the important common aspects of these three feature types is that they take the sequence-order information of the peptide into account. Therefore, this results stress out that the sequence-order information is an effective factor in anti-angiogenic peptide prediction.

Dipeptide is the most important feature among k-mer composition features

One of the interesting obtained results is that 43.1% of dipeptides were selected as informative features while for tripeptides and quadpeptides there are very small number of informative features for predicting anti-angiogenic peptides: 101 out of 8512 (1.2%) and 32 out of 164,096 (0.02%), respectively. So, dipeptide composition is the most important k-mer composition in anti-angiogenic peptide prediction.

Comparison with the current state-of-the-art methods

The proposed method has been trained and tested with the same data used for AntiAngioPred [8]. Results reveal that AntAngioCOOL has a higher accuracy (77% vs. 75%) and considerable higher sensitivity (88% vs. 65%). Therefore, AntAngioCOOL package can be used more effectively in anti-angiogenic peptide prediction, especially when one is interested in detecting almost anti-angiogenic peptides (in the cost of having some false positives) in a given list of peptides.

Conclusion

In this study an R package (AntAngioCOOL) was proposed to predict anti-angiogenic peptides. AntAngioCOOL exploits five descriptor types for a peptide of interest to perform the prediction including: PseAAC, k-mer composition, k-mer composition (reduced alphabet), physico-chemical profile and atomic profile. After removing the non-informative descriptors, only 2% of the extracted descriptors were used to build the predictor models. AntAngioCOOL includes three different models that can be selected by the user. The results disclosed that physico-chemical profile is the most important feature type. Also, atomic profile and PseAAC are the other important features. Therefore, it can be concluded that sequence-order information plays a critical role in anti-angiogenic peptide prediction. In addition, according to the results dipeptide has the most contribution in anti-angiogenic peptide prediction among the k-mer composition features. Additional file 1. Supplementary Materials and Methods. Train and test datasets; 227 different classifiers. Additional file 2. Supplementary Results. Results of feature selection and feature importance analysis.
  23 in total

1.  QSAR study on angiotensin-converting enzyme inhibitor oligopeptides based on a novel set of sequence information descriptors.

Authors:  Xiaoyu Wang; Juan Wang; Yong Lin; Yuan Ding; Yuanqiang Wang; Xiaoming Cheng; Zhihua Lin
Journal:  J Mol Model       Date:  2010-10-13       Impact factor: 1.810

2.  Prediction and analysis of cell-penetrating peptides using pseudo-amino acid composition and random forest models.

Authors:  Lei Chen; Chen Chu; Tao Huang; Xiangyin Kong; Yu-Dong Cai
Journal:  Amino Acids       Date:  2015-04-18       Impact factor: 3.520

3.  FGF-1: a human growth factor in the induction of neoangiogenesis.

Authors:  T J Stegmann
Journal:  Expert Opin Investig Drugs       Date:  1998-12       Impact factor: 6.206

4.  Type-2 pericytes participate in normal and tumoral angiogenesis.

Authors:  Alexander Birbrair; Tan Zhang; Zhong-Min Wang; Maria Laura Messi; John D Olson; Akiva Mintz; Osvaldo Delbono
Journal:  Am J Physiol Cell Physiol       Date:  2014-04-30       Impact factor: 4.249

Review 5.  Clinical trials in coronary angiogenesis: issues, problems, consensus: An expert panel summary.

Authors:  M Simons; R O Bonow; N A Chronos; D J Cohen; F J Giordano; H K Hammond; R J Laham; W Li; M Pike; F W Sellke; T J Stegmann; J E Udelson; T K Rosengart
Journal:  Circulation       Date:  2000-09-12       Impact factor: 29.690

Review 6.  Therapeutic application of anti-angiogenic nanomaterials in cancers.

Authors:  Sudip Mukherjee; Chitta Ranjan Patra
Journal:  Nanoscale       Date:  2016-04-12       Impact factor: 7.790

7.  LocFuse: human protein-protein interaction prediction via classifier fusion using protein localization information.

Authors:  Javad Zahiri; Morteza Mohammad-Noori; Reza Ebrahimpour; Samaneh Saadat; Joseph H Bozorgmehr; Tatyana Goldberg; Ali Masoudi-Nejad
Journal:  Genomics       Date:  2014-10-16       Impact factor: 5.736

8.  In silico approaches for designing highly effective cell penetrating peptides.

Authors:  Ankur Gautam; Kumardeep Chaudhary; Rahul Kumar; Arun Sharma; Pallavi Kapoor; Atul Tyagi; Gajendra P S Raghava
Journal:  J Transl Med       Date:  2013-03-22       Impact factor: 5.531

9.  An in silico platform for predicting, screening and designing of antihypertensive peptides.

Authors:  Ravi Kumar; Kumardeep Chaudhary; Jagat Singh Chauhan; Gandharva Nagpal; Rahul Kumar; Minakshi Sharma; Gajendra P S Raghava
Journal:  Sci Rep       Date:  2015-07-27       Impact factor: 4.379

10.  AntiAngioPred: A Server for Prediction of Anti-Angiogenic Peptides.

Authors:  Azhagiya Singam Ettayapuram Ramaprasad; Sandeep Singh; Raghava Gajendra P S; Subramanian Venkatesan
Journal:  PLoS One       Date:  2015-09-03       Impact factor: 3.240

View more
  2 in total

1.  MPMABP: A CNN and Bi-LSTM-Based Method for Predicting Multi-Activities of Bioactive Peptides.

Authors:  You Li; Xueyong Li; Yuewu Liu; Yuhua Yao; Guohua Huang
Journal:  Pharmaceuticals (Basel)       Date:  2022-06-03

2.  A virus-target host proteins recognition method based on integrated complexes data and seed extension.

Authors:  Shengrong Xia; Yingchun Xia; Chulei Xiang; Hui Wang; Chao Wang; Jin He; Guolong Shi; Lichuan Gu
Journal:  BMC Bioinformatics       Date:  2022-06-28       Impact factor: 3.307

  2 in total

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