Next Article in Journal
Oral Immunogenicity of Enterotoxigenic Escherichia coli Outer Membrane Vesicles Encapsulated into Zein Nanoparticles Coated with a Gantrez® AN–Mannosamine Polymer Conjugate
Next Article in Special Issue
Drug Properties Prediction Based on Deep Learning
Previous Article in Journal
Combinatorial Therapeutic Approaches with Nanomaterial-Based Photodynamic Cancer Therapy
Previous Article in Special Issue
Biomedical Text Link Prediction for Drug Discovery: A Case Study with COVID-19
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

SCMTHP: A New Approach for Identifying and Characterizing of Tumor-Homing Peptides Using Estimated Propensity Scores of Amino Acids

by
Phasit Charoenkwan
1,
Wararat Chiangjong
2,
Chanin Nantasenamat
3,
Mohammad Ali Moni
4,
Pietro Lio’
5,
Balachandran Manavalan
6,* and
Watshara Shoombuatong
3,*
1
Modern Management and Information Technology, College of Arts, Media and Technology, Chiang Mai University, Chiang Mai 50200, Thailand
2
Pediatric Translational Research Unit, Department of Pediatrics, Faculty of Medicine, Ramathibodi Hospital, Mahidol University, Bangkok 10400, Thailand
3
Center of Data Mining and Biomedical Informatics, Faculty of Medical Technology, Mahidol University, Bangkok 10700, Thailand
4
Artificial Intelligence & Digital Health Data Science, School of Health and Rehabilitation Sciences, Faculty of Health and Behavioural Sciences, The University of Queensland, St Lucia, QLD 4072, Australia
5
Department of Computer Science and Technology, University of Cambridge, Cambridge CB3 0FD, UK
6
Department of Physiology, Ajou University School of Medicine, Suwon 16499, Korea
*
Authors to whom correspondence should be addressed.
Pharmaceutics 2022, 14(1), 122; https://doi.org/10.3390/pharmaceutics14010122
Submission received: 12 November 2021 / Revised: 16 December 2021 / Accepted: 28 December 2021 / Published: 4 January 2022
(This article belongs to the Special Issue Computational Intelligence (CI) Tools in Drug Discovery and Design)

Abstract

:
Tumor-homing peptides (THPs) are small peptides that can recognize and bind cancer cells specifically. To gain a better understanding of THPs’ functional mechanisms, the accurate identification and characterization of THPs is required. Although some computational methods for in silico THP identification have been proposed, a major drawback is their lack of model interpretability. In this study, we propose a new, simple and easily interpretable computational approach (called SCMTHP) for identifying and analyzing tumor-homing activities of peptides via the use of a scoring card method (SCM). To improve the predictability and interpretability of our predictor, we generated propensity scores of 20 amino acids as THPs. Finally, informative physicochemical properties were used for providing insights on characteristics giving rise to the bioactivity of THPs via the use of SCMTHP-derived propensity scores. Benchmarking experiments from independent test indicated that SCMTHP could achieve comparable performance to state-of-the-art method with accuracies of 0.827 and 0.798, respectively, when evaluated on two benchmark datasets consisting of Main and Small datasets. Furthermore, SCMTHP was found to outperform several well-known machine learning-based classifiers (e.g., decision tree, k-nearest neighbor, multi-layer perceptron, naive Bayes and partial least squares regression) as indicated by both 10-fold cross-validation and independent tests. Finally, the SCMTHP web server was established and made freely available online. SCMTHP is expected to be a useful tool for rapid and accurate identification of THPs and for providing better understanding on THP biophysical and biochemical properties.

Graphical Abstract

1. Introduction

Tumor-homing peptides (THPs) are short peptides ranging in size from 3 to 30 residues that specifically target tumor cells [1]. THPs may be used in the near future for tumor diagnostic and therapeutic applications due to their low antigenicity, lack of significant cytotoxicity to normal cells, rapid incorporation into target cells as well as their ease of modification and redesign [2]. THPs’ motifs frequently contain RGD (Arg-Gly-Asp) and NGR (Asn-Gly-Arg), which are known to favor receptor-mediated interaction in cancer cell recognition with high specificity and low cross-reactivity [3,4]. Furthermore, the RGD function is compatible with KGD [5], RYD [6] and RHDS [7] motifs in integrin binding sites [8]. Hundreds of THPs could identify tumors in vivo and deliver anticancer drugs to the tumor site, thereby resulting in cancer treatment and diagnosis [9]. THPs were developed as a targeted vehicle for gene therapy of solid tumors such as the sodium-iodide symporter (NIS) [10]. So far, several THPs have been experimentally tested in clinical trials. For example, in a phase I/II trial testing for safety and immunogenicity, a multipeptide vaccine (IMA950) formulated the nine antigens by peptide elution from the surface of glioblastoma [11,12]. THPs’ experimental characterization, on the other hand, is still a time-consuming and labor-intensive endeavor. As a result, approaches based on machine learning (ML) that can accurately identify THPs based on primary sequence information would be beneficial. Furthermore, these methods may reveal important information about THPs’ functional mechanisms.
To the best of our knowledge, only two computational methods in the field have been made (TumorHPD [13] and THPep [14]). These two approaches have been developed to identify THPs solely based on their sequence information (e.g., amino acid composition (AAC) and dipeptide composition (DPC)). Sharma et al. [13] proposed the first THP predictor (TumorHPD) in 2013, which was created using a support vector machine (SVM) algorithm in conjunction with AAC, DPC and binary profile patterns (BPP). Furthermore, in this research work Sharma et al. shared two benchmark datasets namely Main and Small datasets. Our group proposed the second THP predictor (referred to as the THPep [14]) by combining the use of the random forest (RF) algorithm with three popular sequence-based feature descriptors (e.g., AAC, DPC and pseudo amino acid composition (PAAC)). THPep was found to improve the overall performance in terms of accuracy (ACC), sensitivity (Sn), Matthew’s Correlation Coefficient (MCC) and area under the receiver-operating curves (AUC) when compared to TumorHPD (i.e., as measured by the cross-validation test on the two benchmark datasets) [13]. Although the performance of these two existing THP predictors was generally good, there was a strong need for new approaches that can yield good prediction performance while also providing biologists mechanistic interpretation of tumor homing activities of peptides that can be used for guiding the design of robust peptides.
To address the aforementioned issues, we have developed SCMTHP as a novel, simple and interpretable method for in silico identification and characterization of peptide tumor homing activities using primary sequence information. Figure 1 summarizes the SCMTHP schematic framework for THP identification and characterization. Particularly, the major contributions of SCMTHP can be summarized as follows.
  • To the best of our knowledge, SCMTHP is the first propensity score-based predictor that is employed to create and optimize several new propensity scores of 20 amino acids in becoming THPs via the scoring card method (SCM) [15,16,17]. In the meantime, a single feature descriptor (i.e., AAC) and a single threshold value were implemented in the SCMTHP predictor, and it was found that the approach could easily distinguish THPs from non-THPs.
  • Extensive benchmarking experiments show that SCMTHP could outperforms almost all ML-based predictors (e.g., decision tree (DT), k-nearest neighbor (KNN), multi-layer perceptron (MLP), naive Bayes (NB) and partial least squares regression (PLS)) as well as state-of-the-art THP predictors in terms of accuracy, cost-effectiveness and simplicity.
  • In order to characterize tumor-homing activities of peptides, SCMTHP-derived propensity scores of 20 amino acids were employed to determine informative physicochemical properties (PCPs) of amino acids as provided in the AAIndex database [18]. The importance of Cys residue in stabilization and the preference for high extinction coefficients are revealed by an analysis of SCMTHP-derived propensity scores.
  • A user-friendly online web server was built and deployed publicly at http://pmlabstack.pythonanywhere.com/SCMTHP (accessed on 27 December 2021) in order to facilitate online high-throughput THP identification. We believe that the SCMTHP predictor and SCMTHP-derived propensity scores will be helpful in facilitating THP identification as well as improving our understanding of their biophysical and biochemical properties.

2. Materials and Methods

2.1. Dataset Preparation

In order to conduct a fair test, the proposed method was optimized and evaluated using the same benchmark datasets (i.e., the Main and Small datasets) as performed in our previous work [14]. Sharma et al. [13] originally compiled these two benchmark datasets. Particularly, there are 1302 sequences in the Main dataset (651 THPs and 651 non-THPs) and 938 sequences in the Small dataset (469 THPs and 469 non-THPs). The THP samples in the Main dataset were obtained from the TumorHoPe [19] database and were experimentally validated THPs whereas non-THP samples were obtained by randomly selecting peptides from SwissProt [13]. Particularly, the Small dataset was created by taking a subset of the Main dataset and selecting peptides in the range of 4 and 10 residues. To test the model’s effectiveness, 161 THPs and 161 non-THPs were chosen at random from the set of 1302 sequences that will be referred to as the independent dataset (Main-IND) while the remaining sequences were used as the training dataset (Main-TRN) (490 THPs and 490 non-THPs). Similarly, 119 THPs and 119 non-THPs were chosen at random from the set of 938 sequences to form the independent dataset (Small-IND) while the remaining sequences formed the training dataset (Small-TRN) (350 THPs and 350 non-THPs). Note that the two benchmark datasets along with their training and independent datasets can be downloaded from http://pmlabstack.pythonanywhere.com/dataset_SCMTHP (accessed on 27 December 2021).

2.2. Scoring Card Method

SCM has been shown to afford good predictive performance as well as achieve comparable results to those of popular ML classifiers [20,21,22,23]. The contribution of the SCM method is summarized in the following three aspects. First, unlike complex methods such as SVM and RF, the SCM method can discriminate positive samples from negative samples using only the simple weighted-sum function. This emphasizes its ease-of-use and interpretability [24,25]. Second, as the SCM method is based on a single feature descriptor (i.e., AAC or DPC) and a threshold value, which suggests that this method could achieve better computational efficiency as compared to other conventional complex methods [26,27]. Third, the estimated propensity scores of 20 amino acids and 400 dipeptides enables an automatic identification of informative PCPs provided in the AAIndex database [18] that might be useful for characterizing and analyzing various functions of proteins and peptides. Below is a detailed description on the estimation of SCM-derived propensity scores and construction of the SCMTHP model using the Main dataset.
Phase 1: The training (Main-TRN) and independent (Main-IND) datasets are prepared. Particularly, the Main-TRN dataset was employed to determine the optimized propensity scores of 20 amino acids (Optimized-APS). Afterwards, the Optimized-APS was used to estimate the threshold value for the identification of unknown peptides as THPs or non-THPs.
Phase 2: Computing the ratio between each amino acid by the occurrence frequency of aa(i) for THP and non-THP classes to generate the initial propensity scores of 20 amino acids (Initial-APS). Taking Cys as an example, the frequency of Cys in THP and non-THP classes was 650 and 200, respectively. The normalized Cys compositions in THP and non-THP classes were 0.6 and 0.2, respectively. Finally, we normalized the score of each amino acid to be in the range of 0–1000 in order to facilitate the feature analysis. Our previous studies provide more information on how Initial-APS are calculated [15,17].
Phase 3: Genetic algorithm (GA) was used for optimizing the Initial-APS in order to maximize the predictive performance and to preserve the original information of THPs [17,28]. Particularly, the GA’s fitness function ( Fit APS ) was defined by the area under the receiver-operating curve (ROC) curve (AUC) value and the Pearson’s correlation coefficient (R value) between the Initial-APS and Optimized-APS.
Fit APS = W 1 × AUC +   W 2 × R
where W 1 = 0.9 and W 2 = 0.1 . Weights for W 1 and W 2 were directly obtained from our previous studies [16,17]. Note that the Fit APS function was performed using a 10-fold cross-validation procedure in order to avoid the overfitting issue. A detailed description on the determination of Optimized-APS by means of the GA algorithm is provided in the Supplementary information.
Phase 4: Constructing a scoring function SF P based on the Optimized-APS. The SF P function was used to calculate THP scores for query peptides P. The SF P function can be defined as follows:
SF P = i = 1 20 aa i APS i
where a a i and A P S i represent the occurrence frequency and propensity score of the ith amino acid.
Phase 5: Identifying the biological function of a query peptide P and determining the optimal threshold value ( Cutoff ) yielding the highest cross-validation performance. For a given unknown peptide P, it is classified as THP if SF P is greater than the Cutoff otherwise P is classified as non-THP.
Pred P = 1 , i = 1 20 aa i APS i > Cutoff 0 , i = 1 20 aa i APS i < Cutoff
where 1 and 0 represent THP and non-THP classes, respectively. For the Small dataset, its propensity scores can be calculated in the same process without significant modifications.

2.3. Characterization of THPs Using Informative Physicochemical Properties

To characterize the tumor-homing activities of peptides, the propensity scores of 20 amino acids were used to identify the important PCPs from the AAindex database [18]. The following steps were used to determine the set of informative PCPs using SCMTHP: (i) PCPs with the value ‘NA’ were not included in this study. As for the remaining 531 PCPs, we computed R values for propensity scores of 20 amino acids and each of the 531 PCPs, and (ii) if the R values were >0.5, these PCPs were considered as candidate PCPs for THPs analysis. Note that PCPs with the highest R values were deemed to be the most important.

2.4. Conventional ML-Based Classifiers

SCMTHP was compared to ML-based classifiers trained with various ML algorithms (DT, KNN, MLP, NB, PLS and SVM) and sequence-based feature descriptors (AAC, DPC, PCP, amino acid index (AAI) and composition-transition-distribution (CTD)). In addition, linear (namely, SVMLN) and radial basis function (namely, SVMRBF) kernels were utilized for constructing SVM-based classifiers. The five different sequence-based feature descriptors were extracted using the iFeature module in the Python environment [20]. The Scikit-learn package in Python (version 0.22) was then used to generate ML classifiers for each feature descriptor individually [29]. The optimal parameters of MLP-based, SVMLN-based and SVMRBF-based classifiers were determined using a 10-fold cross-validation procedure on the training (Main-TRN and Small-TRN) datasets, where the search range is shown in Supplementary Table S1. In the meantime, the remaining ML-based classifiers were implemented with their default parameters. Using the Scikit-learn package in Python (version 0.22) [29], 35 ML-based classifiers (7 MLs × 5 descriptors) were created in this study.

2.5. Performance Evaluation

Five common performance measures consisting of ACC, Sn, MCC, AUC and specificity (Sp) [30,31] were used to evaluate the predictive performance of our proposed model, the compared ML-based THP classifiers and the state-of-the-art method. These performance measures are defined as follows:
ACC = TP + TN TP + TN + FP + FN
Sn = TP TP + FN
Sp = TN TN + FP
MCC = TP × TN FP × FN TP + FP TP + FN TN + FP TN + FN
where TP, TN, FP and FN represent the number of true positives, true negatives, false positive and false negatives, respectively [32,33,34].

3. Results and Discussion

3.1. Performance of Different Propensity Scores

In this section, we used 10-fold cross-validation and independent tests to investigate and evaluate the performance of variant SCM models trained using different sets of Optimized-APS on the two benchmark datasets (i.e., the Main and Small datasets). In this study, ten independent runs were performed for each of the two benchmark datasets to generate ten different sets of Optimized-APS using the GA algorithm, which were then used to construct ten different SCM models. Supplementary Tables S2–S5 summarize the cross-validation and independent test results, respectively.
As can be seen from the Supplementary Table S2, the 10th experiment achieved the highest ACC of 0.820 with an MCC of 0.641 and an AUC of 0.869. Furthermore, the 7th and 2nd experiments achieved the second and third highest prediction results, respectively. Interestingly, the 10th experiment also provided the best independent test result in terms of all performance metrics on the Main-IND dataset. To be specific, the ACC, MCC and AUC from the 10th experiment had values of 0.827, 0.656 and 0.869, respectively (Supplementary Table S3). In case of the Small dataset, the 3rd and 7th experiments were found to achieve superior performance when compared with other experiments as evaluated on the Small-TRN dataset (Supplementary Table S4). Notably, the 3rd experiment could achieve the best independent test result as indicated by three out of five performance metrics (ACC, Sp and MCC) on the Small-IND dataset. Particularly, the ACC, Sp and MCC from the 3rd experiment had corresponding values of 0.798, 0.830 and 0.597, respectively (Supplementary Table S5). Altogether, SCM models were constructed using the Optimized-APS from the 10th and 3rd experiments (Figure 2), respectively, for the Main and Small datasets that is referred herein as SCMTHP. In addition, these two sets of Optimized-APS will be employed for further analysis.

3.2. Comparison of SCMTHP with Well-Known ML Classifiers and Existing Methods

In this section, we compared the predictive performance of SCMTHP with conventional ML classifiers as well as state-of-the-art method. To ensure fairness and objectivity, all of the compared ML-based classifiers and state-of-the-art method were developed and evaluated using the same training (i.e., the Main-TRN and Small-TRN) and independent (i.e., the Main-IND and Small-IND) datasets as presented in THPep [14]. Particularly, there are two existing methods that had been developed for THP identification (TumorHPD [13] and THPep [14]). However, THPep is the only existing method that was developed and evaluated based on the above-mentioned benchmark datasets. Therefore, the performance of SCMTHP was compared with THPep only. Results from comparing SCMTHP with conventional ML classifiers and state-of-the-art method are shown in Figure 3, Table 1 as well as Supplementary Figure S1 and Tables S6–S9.
Figure 3 and Supplementary Figure S1 revealed several observations as follows. First, among the seven ML-based classifiers that are compared, the SVMRBF-based classifier was found to achieve the best mean ACC of 0.804 and 0.775 as evaluated on the Main-TRN and Small-TRN datasets, respectively, while SVMLN-based (0.780, 0.763) and MLP-based (0.788, 0.756) classifiers achieved a similar level of performance and could perform well with the second highest performance. Second, it could be observed that SVMRBF-AAC and SCMTHP could achieve the best cross-validation performance (ACC, MCC) of (0.833, 0.669) and (0.808, 0.628) on the Main-TRN and Small-TRN datasets, respectively. For the Main-TRN dataset, SCMTHP produced ACC and MCC of 0.820 and 0.641, respectively, which was very comparable to that of SVMRBF-AAC. Third, the SCM-based classifier was found to outperform DT-based, KNN-based, MLP-based, NB-based, PLS-based and SVMLN-based classifiers on both the Main-TRN and Small-TRN datasets. Fourth, independent test results indicated similar results to that observed from the cross-validation test. Particularly, SCMTHP achieved ACC of 0.827 and 0.798 on Main-IND and Small-IND datasets, respectively, which outperformed several ML-based classifiers as developed in this study with the exception of SVMRBF-CTD.
We also put the SCMTHP to the test and compared it to THPep. The ACC of SCMTHP as evaluated on Main-IND and Small-IND datasets provided corresponding values of 0.827 and 0.798, respectively, which were comparable to that of THPred (0.846 and 0.798, respectively) (Table 1). It was recognized that THPred was created by combining the complex ensemble method (i.e., the RF algorithm) with AAC and PAAC [14]. On the other hand, SCMTHP was trained using a simple weighted-sum classifier ( SF P ) and a single feature descriptor (i.e., AAC). Such model could provide us with the propensity scores of 20 amino acids to be THPs in an easily interpretable manner from a biologist’s perspective. In terms of accuracy, cost-effectiveness and simplicity, the proposed SCMTHP could outperform the compared ML-based classifiers and the state-of-the-art method.

3.3. Contribution of Optimized Propensity Scores

As previously stated, the SCM approach was used to generate and optimize propensity scores of 20 amino acids in governing its contribution of becoming THPs in order to maximize their predictive ability and interpretability. The performance of the Optimized-APS was compared to the Initial-APS using 10-fold cross-validation and independent tests on the Main and Small datasets. Supplementary Table S10 shows the detailed performance of the Optimized-APS and the Initial-APS. Note that the Optimized-APS demonstrated the best overall predictive performance across the board in terms of all five performance metrics. On the Main-TRN and Main-IND datasets, the Optimized-APS had maximum cross-validation and independent test MCC of 0.641 and 0.626, respectively, which are correspondingly 13% and 17.6% higher than the Initial-APS (0.511 and 0.480, respectively). Interestingly, the Optimized-APS could outperform the Initial-APS in four out of five performance metrics as evaluated on the Small-TRN and Small-IND datasets (i.e., ACC, Sp, MCC and AUC). Remarkably, the ACC, Sp, MCC and AUC for Optimized-APS had values of 6.9%, 17.0%, 13.5% and 1.3%, respectively, which was higher than that of the Initial-APS. Moreover, as can be seen from Figure 4, Optimized-APS exhibited more discriminative ability in classifying THPs from non-THPs than that of Initial-APS as evaluated on the Main (Figure 4A,B) and Small datasets (Figure 4C,D). The aforementioned results confirmed that the proposed Optimized-APS (i.e., propensity scores of 20 amino acids or SCMTHP-derived propensity scores) was effective at discriminating THPs from non-THPs.

3.4. Identification of Potential THPs Using SCMTHP-Derived Propensity Scores

This section explores the use of SCMTHP for measuring the tumor homing ability of peptides using THP score calculated from a simple weighted-sum function (S(P)). This weighted-sum function was generated using the propensity scores of 20 amino acids from the 10th experiment where the threshold value is set to 301 (Supplementary Table S2). It should be noted that peptide sequences with the highest THP scores could be considered as high-potential THPs. As can be seen from Table 2 and Table 3, several observations can be summarized as follows. First, mean, maximum and minimum THP scores for the top 20 THPs had corresponding values of 610.25, 684 and 571, respectively, while the mean, maximum and minimum scores of the top 20 non-THPs were 149, 1490 and 0, respectively. Second, the top-five high-potential THPs consisted of CFWPNRC (684), QWCSRRWCT (657), WTCRASWCS (632), SGWCYRC (631) and RWCREKSCW (631) that correspondingly had THP scores larger than 630. Third, note that almost all top 20 high-potential THPs would consist of at least two Cys residue with the exception of two peptides (i.e., WRPCES and WREWFL). Interesting, the top 20 non-THPs did not contain Cys residue in their primary sequences. Thus, we suggest that Cys residue and disulfide bonds may be important for THPs.

3.5. Characterization of THPs Using SCMTHP-Derived Propensity Scores

It is well recognized that THPs are beneficial for cancer therapy [1]. Insights from previous studies revealed that THPs had a typical length between 3 and 15 residues. Coincidentally, this has been reported to specifically recognize and bind tumor cells or tumor vasculature such as RGD peptides (bind to α v integrins) and NGR peptides (bind to a receptor aminopeptidase N) [35,36]. Until now, many studies have attempted to identify and analyze THPs in terms of their selection and specification to different types of cancers. Herein, we proposed SCMTHP that was able to not only make predictions but also estimate the propensity scores of 20 amino acids in their contribution to THPs along with interpretation of their biological significance [15,16,17]. Figure 2 shows the propensity scores of 20 amino acids to be THPs as obtained from SCMTHP using Main-TRN (Figure 2A) and Small-TRN (Figure 2B) datasets. As already mentioned above, the propensity scores of 20 amino acids were obtained from Optimized-APS particularly from the 10th and 3rd experiments as evaluated on Main-TRN and Small-TRN, respectively. Note that amino acids exhibiting the highest propensity scores are also deemed to be the most important for tumor homing activity of peptides. In addition, Table 4 summarizes propensity scores of 20 amino acids to be THPs with corresponding amino acid compositions (%) of THP and non-THPs using the Main-TRN dataset.
Several observations can be made from Table 4 as follows. (i) The five top-ranking amino acids having highest propensities for THPs included Cys, Trp, Arg, Pro and Phe with corresponding scores of 1000, 981, 598, 587 and 424, respectively, while five top-ranking amino acids with the lowest propensities for THPs were Ile, Lys, Val, Glu and Asp with corresponding scores of 0, 45, 48, 67 and 103, respectively. (ii) Cys, Trp, Arg and Pro with corresponding scores of 8.552, 2.371, 3.885 and 1.891, respectively, were the four top-ranking amino acids that correspondingly had the highest percentage difference of the composition. Meanwhile Ile, Lys, Val, Glu and Asp with corresponding scores of −3.066, −2.540, −2.514, −2.609 and −1.866, respectively, were the five top-ranking amino acids correspondingly having the lowest percentage difference of the composition. (iii) All of the four top-ranking amino acids having the highest and lowest propensities were significantly different with p < 0.01; they also had the largest correlation coefficient values between the propensity scores of 20 amino acids (PS-THP) and difference scores with values exceeding 0.8.
The aforementioned observation also confirmed the robustness of the SCMTHP-derived propensity scores of 20 amino acids for discriminating THPs from non-THPs. Such a result is consistent with computational analysis reported by several previous studies [13,14]. For example, Sharma et al. [13] reported that Cys, Arg, Gly, Trp, Pro, Leu and Ser are more abundant in THPs. Meanwhile, Shoombuatong et al. [14] showed that the three top-ranking informative amino acids were Cys, Trp and Arg, with corresponding mean decrease of the Gini index (MDGI) values of 139.48, 46.56 and 45.40, respectively. In the case of informative dipeptides, RC, GR, CR and CG were considered to be amongst the top four informative dipeptides [14]. Note that Cys might be beneficial for the tumor-homing activity of peptides. In 1997, Pasqualini et al. [37] showed that cyclic peptides having two disulfide bonds, such as the peptide sequence of CDCRGDCFC, could effectively bind to different integrins.
As shown in Table 2, the peptide sequence of CDCRGDCFC was found to be amongst the top 20 high-potential THPs that had a corresponding THP score of 598. The bicyclic CDCRGDCFC (RGD-4C) peptide is a ligand of integrins that can selectively bind αvβ3 and αvβ5 integrins, which are highly overexpressed on invading tumor endothelial cells and tumor vasculature [38]. Bicyclic forms of the peptide RGD-4C afforded less affinity for αvβ3 integrin and significantly less water solubility than the cyclic-(N-Me-VRGDf) (Cilengitide), which is a similar target of αvβ3 integrin [39]. Colombo et al. [40] compared the anticancer activity between cyclic (CNGRC-TNF) and linear (GNGRG-TNF) peptides containing the Asn-Gly-Arg (NGR) motif. Their results showed that the disulfide-bridge of the cyclic peptide afforded > 10 fold higher anti-tumor activity than that of the linear peptide. In addition, this group explored the dynamic behavior and conformational characteristics of NGR peptides with or without cyclic constraints by performing molecular dynamic (MD) simulations of two CNGRC peptides with and without disulfide bridges. Their analysis revealed that the disulfide bridge formation played a crucial role in the stabilization of the CNGRC peptide and enhancing the tumor targeting efficiency. Moreover, the insertion of a free Cys residue in investigated peptides could extend their half-life and binding affinities in tumors as reported by Pang et al. [41]. Particularly, they added a free Cys residue in the cyclic internalizing RGD (iRGD) tumor-targeting peptide (CRGDK/RGPD/EC), which led to longer half-life and more accumulation in tumors.

3.6. Characterization of THPs Using Informative PCPs

Several studies had reported that molecular weight [17], side chain [42,43], solubility [17], side chain [42,43] and beta-sheet propensity [44] were important factors for providing better understanding on functional mechanisms of proteins and peptides [16,21,24]. To be specific, from among several of these biochemical and biophysical properties, pI, hydrophobicity, side bulk, hydrophobicity, hydrophilicity and molecular weight have been reported to affect biological activities of peptides [13,45,46,47]. In this section, SCMTHP was applied for determining informative features from amongst the entire set of 531 PCPs in order to elucidate the relationship between THP scores and biochemical and biophysical properties. The set of 20 top-ranking informative PCPs having the largest R values are provided in Supplementary Table S11. Moreover, it could be noticed that the five top-ranking PCPs having the largest R values consisted of MCMT640101, ZASB820101, RACS820104, GARJ730101 and WIMW960101 with corresponding R values of 0.635, 0.623, 0.557, 0.512 and 0.507, respectively.
From among the five top-ranking PCPs with the largest R values, it was observed that the MCMT640101 property, described as the “Refractivity” [48], had the highest positive R value of 0.635. This can be attributed to two important factors (i.e., amino acid compositions and the refraction values of the amino acid residues) that affects the refractive indices. The high positive R value demonstrated that the refractivity property might be important for the functional mechanisms of THPs. McMeekin et al. described that the molar refraction property of amino acids can be measured by their aqueous solutions and via the Lorenz-Lorentz’s equation [48]. Their analysis showed that the refractive index is a unique characteristic of a protein that depends on the extinction coefficient (imaginary index) [49,50]. As can be observed from Table 5, the ranks of propensity scores (THP, refractivity, extinction coefficient) for Cys, Trp, Arg and Phe are (1, 2, 6), (2, 1, 1), (3, 5, 9) and (5, 4, 3), respectively. Furthermore, Kuipers and Gruppen reported that Trp exhibited the highest molar extinction coefficient of 29,050 while the second and third amino acids having the highest molar extinction coefficients were Tyr and Phe with respective extinction coefficients of 5375 and 5200, respectively. Note that the extinction coefficients of THPs might be higher than that of non-THPs. From Table 2 and Table 3, the mean, maximum and minimum scores extinction coefficients for the set of 20 top-ranked high-potential THPs are 6117.25, 12,615 and 125, respectively, while the mean, maximum and minimum extinction coefficients of the set of top 20 non-THPs are 149, 1490 and 0, respectively. In addition, note that the extinction coefficients for almost all of the 20 top-ranked high-potential THPs exceeded 149 with the exception of four peptides (i.e., CPRGSRC, CPHSKPCLC, CSRPRRSEC and CSRPRRSVC). In the same way, 18 out of 20 from the set of top 20 non-THPs exhibited extinction coefficients of 0. We also employed Student’s t-test to compare extinction coefficients of THPs and non-THPs on the Main-TRN dataset. It was found that the extinction coefficient was significant for the differentiation of THPs from non-THPs at the level of p < 0.001. These results indicated that the extinction coefficients of 20 amino acids were one of the important biochemical and biophysical properties governing THPs. As can be seen from Table 5, it can be noticed that aromatic amino acids (i.e., Phe, Tyr and His) presented π electron that can absorb UV light. It could be stated that peptides having high refractivity may have an accumulation of peptides in tumor cells and their environment. Moreover, the isoelectric point obtained from peptides with the highest THP score was mild acid/base, whereas the remaining was strong acid/base. However, peptides with the highest THP score also contained mostly neutral and positive net charge but the remaining contained negative net charge. From the above mentioned results, it can be deduced that cationic THPs may behave as cell penetrating and cytolytic peptides [51,52].

4. Conclusions

This study introduces SCMTHP as a novel, simple and interpretable scoring card (SCM)-based approach for in silico identification and characterization of THPs. The major contribution of the SCMTHP approach is the use of weighted-sum classifier as well as the new and improved propensity scores of 20 amino acids as THPs. Particularly, these propensity scores of 20 amino acids were used for identifying informative physicochemical properties that provided insights on characteristics of THPs. We have shown that SCMTHP could outperform almost all conventional ML-based predictors and state-of-the-art methods in terms of accuracy, conceptual simplicity and high interpretability in extensive comparative experiments on the two benchmark datasets. Furthermore, analysis revealed the significance of Cys residue in stabilization as well as a preference for high extinction coefficients. Finally, we have constructed a user-friendly online web server (http://pmlabstack.pythonanywhere.com/SCMTHP) (accessed on 27 December 2021) to facilitate online high-throughput THP identification. The SCMTHP predictor and SCMTHP-derived propensity scores of 20 amino acids are expected to be useful tools for facilitating THP identification and for improving our understanding of their functional mechanisms.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/pharmaceutics14010122/s1, Figure S1: Performance evaluations of SCMTHP and other ML-based classifiers in terms of ACC and MCC as evaluated by 10-fold cross-validation (A,B) and independent (C,D) tests on the Small-TRN and Small-IND datasets, respectively; Table S1: Hyperparameter search details for seven popular ML algorithms; Table S2: Cross-validation of ten SCM models trained with ten different sets of propensity scores of amino acids on the Main-TRN dataset; Table S3: Independent test results of ten SCM models trained with ten different sets of propensity scores of amino acids on the Main-IND dataset, respectively; Table S4: Cross-validation of ten SCM models trained with ten different sets of propensity scores of amino acids on the Small-TRN dataset; Table S5: Independent test results of ten SCM models trained with ten different sets of propensity scores of amino acids on the Small-IND dataset, respectively; Table S6: Cross-validation results of seven different ML classifiers with five different feature encodings on Main-TRN dataset; Table S7: Independent test results of seven different ML classifiers with five different feature encodings on Main-IND dataset; Table S8: Cross-validation results of seven different ML classifiers with five different feature encodings on Small-TRN dataset; Table S9: Independent test results of seven different ML classifiers with five different feature encodings on Small-IND dataset; Table S10: Cross-validation and independent test results of SCM-based classifiers by using Initial-APS and Optimized-APS as evaluated on the Main and Small datasets; Table S11: The twenty top-ranked informative physicohemical properties having the highest pearson correlation (R) with the propensity scores of amino acids on Main-TRN dataset.

Author Contributions

Conceptualization, methodology, validation, and visualization, W.S., B.M. and P.C.; project administration and supervision, W.S.; analysis and investigation, W.S. and W.C.; writing—original draft, M.A.M., P.L., W.S. and W.C.; web server development, P.C.; writing—review and editing, W.S. and C.N. All authors have read and agreed to the published version of the manuscript.

Funding

The National Research Foundation of Korea (NRF) funded by the Korean government (MSIT) (2021R1A2C1014338).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All the data are available at http://pmlabstack.pythonanywhere.com/SCMTHP (accessed on 27 December 2021).

Acknowledgments

This work was fully supported by College of Arts, Media and Technology, Chiang Mai University and partially supported by Chiang Mai University and Mahidol University. In addition, computational resources were supported by Information Technology Service Center (ITSC) of Chiang Mai University.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, and in the decision to publish the results.

References

  1. Kondo, E.; Iioka, H.; Saito, K. Tumor-homing peptide and its utility for advanced cancer medicine. Cancer Sci. 2021, 112, 2118–2125. [Google Scholar]
  2. Lingasamy, P.; Teesalu, T. Homing Peptides for Cancer Therapy. Adv. Exp. Med. Biol. 2021, 1295, 29–48. [Google Scholar]
  3. Goyal, R.; Jerath, G.; Akhil, R.; Chandrasekharan, A.; Puppala, E.R.; Ponneganti, S.; Sarma, A.; Naidu, V.G.M.; Santhoshkumar, T.R.; Ramakrishnan, V. Geometry encoded functional programming of tumor homing peptides for targeted drug delivery. J. Control. Release 2021, 333, 16–27. [Google Scholar]
  4. Chen, J.; Yang, H.; Feng, Y.; Shi, Q.; Li, Z.; Tao, Z.; Fan, J.; Jin, Y.; Li, S.; Cheng, J.; et al. A single nucleotide mutation drastically increases the expression of tumor-homing NGR-TNFalpha in the E. coli M15-pQE30 system by improving gene transcription. Appl. Microbiol. Biotechnol. 2021, 105, 1447–1460. [Google Scholar]
  5. Ottaiano, T.F.; Andrade, S.S.; de Oliveira, C.; Silva, M.C.C.; Buri, M.V.; Juliano, M.A.; Girao, M.; Sampaio, M.U.; Schmaier, A.H.; Wlodawer, A.; et al. Plasma kallikrein enhances platelet aggregation response by subthreshold doses of ADP. Biochimie 2017, 135, 72–81. [Google Scholar]
  6. Donner, L.; Gremer, L.; Ziehm, T.; Gertzen, C.G.W.; Gohlke, H.; Willbold, D.; Elvers, M. Relevance of N-terminal residues for amyloid-beta binding to platelet integrin alphaIIbbeta3, integrin outside-in signaling and amyloid-beta fibril formation. Cell Signal. 2018, 50, 121–130. [Google Scholar]
  7. Kodandapani, R.; Veerapandian, B.; Kunicki, T.J.; Ely, K.R. Crystal structure of the OPG2 Fab. An antireceptor antibody that mimics an RGD cell adhesion site. J. Biol. Chem. 1995, 270, 2268–2273. [Google Scholar]
  8. Kuo, Y.J.; Chung, C.H.; Huang, T.F. From Discovery of Snake Venom Disintegrins to A Safer Therapeutic Antithrombotic Agent. Toxins 2019, 11, 372. [Google Scholar]
  9. Gautam, A.; Kapoor, P.; Chaudhary, K.; Kumar, R.; Open Source Drug Discovery, C.; Raghava, G.P. Tumor homing peptides as molecular probes for cancer therapeutics, diagnostics and theranostics. Curr. Med. Chem. 2014, 21, 2367–2391. [Google Scholar]
  10. Schug, C.; Sievert, W.; Urnauer, S.; Muller, A.M.; Schmohl, K.A.; Wechselberger, A.; Schwenk, N.; Lauber, K.; Schwaiger, M.; Multhoff, G.; et al. External Beam Radiation Therapy Enhances Mesenchymal Stem Cell-Mediated Sodium-Iodide Symporter Gene Delivery. Hum. Gene Ther. 2018, 29, 1287–1300. [Google Scholar]
  11. Dutoit, V.; Migliorini, D.; Ranzanici, G.; Marinari, E.; Widmer, V.; Lobrinus, J.A.; Momjian, S.; Costello, J.; Walker, P.R.; Okada, H.; et al. Antigenic expression and spontaneous immune responses support the use of a selected peptide set from the IMA950 glioblastoma vaccine for immunotherapy of grade II and III glioma. Oncoimmunology 2018, 7, e1391972. [Google Scholar]
  12. Migliorini, D.; Dutoit, V.; Allard, M.; Grandjean Hallez, N.; Marinari, E.; Widmer, V.; Philippin, G.; Corlazzoli, F.; Gustave, R.; Kreutzfeldt, M.; et al. Phase I/II trial testing safety and immunogenicity of the multipeptide IMA950/poly-ICLC vaccine in newly diagnosed adult malignant astrocytoma patients. Neuro. Oncol. 2019, 21, 923–933. [Google Scholar]
  13. Sharma, A.; Kapoor, P.; Gautam, A.; Chaudhary, K.; Kumar, R.; Chauhan, J.S.; Tyagi, A.; Raghava, G.P. Computational approach for designing tumor homing peptides. Sci. Rep. 2013, 3, 1607. [Google Scholar]
  14. Shoombuatong, W.; Schaduangrat, N.; Pratiwi, R.; Nantasenamat, C. THPep: A machine learning-based approach for predicting tumor homing peptides. Comput. Biol. Chem. 2019, 80, 441–451. [Google Scholar]
  15. Charoenkwan, P.; Chiangjong, W.; Lee, V.S.; Nantasenamat, C.; Hasan, M.M.; Shoombuatong, W. Improved prediction and characterization of anticancer activities of peptides using a novel flexible scoring card method. Sci. Rep. 2021, 11, 3017. [Google Scholar]
  16. Charoenkwan, P.; Shoombuatong, W.; Lee, H.-C.; Chaijaruwanich, J.; Huang, H.-L.; Ho, S.-Y. SCMCRYS: Predicting protein crystallization using an ensemble scoring card method with estimating propensity scores of P-collocated amino acid pairs. PLoS ONE 2013, 8, e72368. [Google Scholar]
  17. Huang, H.-L.; Charoenkwan, P.; Kao, T.-F.; Lee, H.-C.; Chang, F.-L.; Huang, W.-L.; Ho, S.-J.; Shu, L.-S.; Chen, W.-L.; Ho, S.-Y. Prediction and analysis of protein solubility using a novel scoring card method with dipeptide composition. BMC Bioinform. 2012, 13, S3. [Google Scholar]
  18. Kawashima, S.; Kanehisa, M. AAindex: Amino acid index database. Nucleic Acids Res. 2000, 28, 374-374. [Google Scholar]
  19. Kapoor, P.; Singh, H.; Gautam, A.; Chaudhary, K.; Kumar, R.; Raghava, G.P. TumorHoPe: A database of tumor homing peptides. PLoS ONE 2012, 7, e35187. [Google Scholar]
  20. Charoenkwan, P.; Kanthawong, S.; Nantasenamat, C.; Hasan, M.M.; Shoombuatong, W. iAMY-SCM: Improved prediction and analysis of amyloid proteins using a scoring card method with propensity scores of dipeptides. Genomics 2021, 113, 689–698. [Google Scholar]
  21. Charoenkwan, P.; Kanthawong, S.; Nantasenamat, C.; Hasan, M.M.; Shoombuatong, W. iDPPIV-SCM: A sequence-based predictor for identifying and analyzing dipeptidyl peptidase IV (DPP-IV) inhibitory peptides using a scoring card method. J. Proteome Res. 2020, 19, 4125–4136. [Google Scholar]
  22. Vasylenko, T.; Liou, Y.-F.; Chiou, P.-C.; Chu, H.-W.; Lai, Y.-S.; Chou, Y.-L.; Huang, H.-L.; Ho, S.-Y. SCMBYK: Prediction and characterization of bacterial tyrosine-kinases based on propensity scores of dipeptides. BMC Bioinform. 2016, 17, 203–217. [Google Scholar]
  23. Liou, Y.-F.; Charoenkwan, P.; Srinivasulu, Y.S.; Vasylenko, T.; Lai, S.-C.; Lee, H.-C.; Chen, Y.-H.; Huang, H.-L.; Ho, S.-Y. SCMHBP: Prediction and analysis of heme binding proteins using propensity scores of dipeptides. BMC Bioinform. 2014, 15, S4. [Google Scholar]
  24. Charoenkwan, P.; Yana, J.; Nantasenamat, C.; Hasan, M.M.; Shoombuatong, W. iUmami-SCM: A novel sequence-based predictor for prediction and analysis of umami peptides using a scoring card method with propensity scores of dipeptides. J. Chem. Inf. Modeling 2020, 60, 6666–6678. [Google Scholar]
  25. Charoenkwan, P.; Chotpatiwetchkul, W.; Lee, V.S.; Nantasenamat, C.; Shoombuatong, W. A novel sequence-based predictor for identifying and characterizing thermophilic proteins using estimated propensity scores of dipeptides. Sci. Rep. 2021, 11, 23782. [Google Scholar]
  26. Liou, Y.-F.; Vasylenko, T.; Yeh, C.-L.; Lin, W.-C.; Chiu, S.-H.; Charoenkwan, P.; Shu, L.-S.; Ho, S.-Y.; Huang, H.-L. SCMMTP: Identifying and characterizing membrane transport proteins using propensity scores of dipeptides. BMC Genom. 2015, 16, S6. [Google Scholar]
  27. Vasylenko, T.; Liou, Y.-F.; Chen, H.-A.; Charoenkwan, P.; Huang, H.-L.; Ho, S.-Y. SCMPSP: Prediction and characterization of photosynthetic proteins based on a scoring card method. BMC Bioinform. 2015, 16, S8. [Google Scholar]
  28. Charoenkwan, P.; Schaduangrat, N.; Nantasenamat, C.; Piacham, T.; Shoombuatong, W. iQSP: A Sequence-Based Tool for the Prediction and Analysis of Quorum Sensing Peptides Using Informative Physicochemical Properties. Int. J. Mol. Sci. 2020, 21, 75. [Google Scholar]
  29. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V. Scikit-learn: Machine learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
  30. Azadpour, M.; McKay, C.M.; Smith, R.L. Estimating confidence intervals for information transfer analysis of confusion matrices. J. Acoust. Soc. Am. 2014, 135, EL140–EL146. [Google Scholar]
  31. Charoenkwan, P.; Chiangjong, W.; Nantasenamat, C.; Hasan, M.M.; Manavalan, B.; Shoombuatong, W. StackIL6: A stacking ensemble model for improving the prediction of IL-6 inducing peptides. Brief. Bioinform. 2021, 22, bbab172. [Google Scholar]
  32. Su, R.; Hu, J.; Zou, Q.; Manavalan, B.; Wei, L. Empirical comparison and analysis of web-based cell-penetrating peptide prediction tools. Brief. Bioinform. 2020, 21, 408–420. [Google Scholar]
  33. Basith, S.; Manavalan, B.; Hwan Shin, T.; Lee, G. Machine intelligence in peptide therapeutics: A next-generation tool for rapid disease screening. Med. Res. Rev. 2020, 40, 1276–1314. [Google Scholar]
  34. Shoombuatong, W.; Prathipati, P.; Owasirikul, W.; Worachartcheewan, A.; Simeon, S.; Anuwongcharoen, N.; Wikberg, J.E.; Nantasenamat, C. Towards the revival of interpretable QSAR models. In Advances in QSAR Modeling; Springer: Berlin/Heidelberg, Germany, 2017; pp. 3–55. [Google Scholar]
  35. Zitzmann, S.; Ehemann, V.; Schwab, M. Arginine-glycine-aspartic acid (RGD)-peptide binds to both tumor and tumor-endothelial cells in vivo. Cancer Res. 2002, 62, 5139–5143. [Google Scholar]
  36. Pasqualini, R.; Koivunen, E.; Kain, R.; Lahdenranta, J.; Sakamoto, M.; Stryhn, A.; Ashmun, R.A.; Shapiro, L.H.; Arap, W.; Ruoslahti, E. Aminopeptidase N is a receptor for tumor-homing peptides and a target for inhibiting angiogenesis. Cancer Res. 2000, 60, 722–727. [Google Scholar]
  37. Pasqualini, R.; Koivunen, E.; Rouslahti, E. αv integrins as receptors for tumor targeting by circulating ligands. Nat. Biotechnol. 1997, 15, 542–546. [Google Scholar]
  38. De Groot, F.M.; Broxterman, H.J.; Adams, H.P.; Van Vliet, A.; Tesser, G.I.; Elderkamp, Y.W.; Schraa, A.J.; Kok, R.J.; Molema, G.; Pinedo, H.M. Design, Synthesis, and Biological Evaluation of a Dual Tumor-specific Motive Containing Integrin-targeted Plasmin-cleavable Doxorubicin Prodrug 1 This work was partly supported by the Spinoza Award (to HMP). 1. Mol. Cancer Ther. 2002, 1, 901–911. [Google Scholar]
  39. Burkhart, D.J.; Kalet, B.T.; Coleman, M.P.; Post, G.C.; Koch, T.H. Doxorubicin-formaldehyde conjugates targeting αvβ3 integrin. Mol. Cancer Ther. 2004, 3, 1593–1604. [Google Scholar]
  40. Colombo, G.; Curnis, F.; De Mori, G.M.; Gasparri, A.; Longoni, C.; Sacchi, A.; Longhi, R.; Corti, A. Structure-activity relationships of linear and cyclic peptides containing the NGR tumor-homing motif. J. Biol. Chem. 2002, 277, 47891–47897. [Google Scholar]
  41. Pang, H.-B.; Braun, G.B.; She, Z.-G.; Kotamraju, V.R.; Sugahara, K.N.; Teesalu, T.; Ruoslahti, E. A free cysteine prolongs the half-life of a homing peptide and improves its tumor-penetrating activity. J. Control. Release 2014, 175, 48–53. [Google Scholar]
  42. Rackovsky, S.; Scheraga, H.A. Hydrophobicity, hydrophilicity, and the radial and orientational distributions of residues in native proteins. Proc. Natl. Acad. Sci. USA 1977, 74, 5248–5251. [Google Scholar]
  43. Fukuchi, S.; Nishikawa, K. Protein surface amino acid compositions distinctively differ between thermophilic and mesophilic bacteria. J. Mol. Biol. 2001, 309, 835–843. [Google Scholar]
  44. Qian, N.; Sejnowski, T.J. Predicting the secondary structure of globular proteins using neural network models. J. Mol. Biol. 1988, 202, 865–884. [Google Scholar]
  45. Nagpal, G.; Usmani, S.S.; Dhanda, S.K.; Kaur, H.; Singh, S.; Sharma, M.; Raghava, G.P. Computer-aided designing of immunosuppressive peptides based on IL-10 inducing potential. Sci. Rep. 2017, 7, 42851. [Google Scholar]
  46. Kumar, R.; Chaudhary, K.; Chauhan, J.S.; Nagpal, G.; Kumar, R.; Sharma, M.; Raghava, G.P. An in silico platform for predicting, screening and designing of antihypertensive peptides. Sci. Rep. 2015, 5, 12512. [Google Scholar]
  47. Chaudhary, K.; Kumar, R.; Singh, S.; Tuknait, A.; Gautam, A.; Mathur, D.; Anand, P.; Varshney, G.C.; Raghava, G.P. A web server and mobile app for computing hemolytic potency of peptides. Sci. Rep. 2016, 6, 22843. [Google Scholar]
  48. McMeekin, T.L.; Groves, M.L.; Hipp, N.J. Refractive indices of amino acids, proteins, and related substances. In Amino Acids and Serum Proteins; Advances in Chemistry Series, No. 44; American Chemical Society: Washington, DC, USA, 1964; Chapter 4; pp. 54–66. [Google Scholar]
  49. Murata, R.; Inoue, K.-i.; Wang, L.; Ye, S.; Morita, A. Dispersion of Complex Refractive Indices for Intense Vibrational Bands. I. Quantitative Spectra. J. Phys. Chem. B 2021, 125, 9794–9803. [Google Scholar]
  50. Kuipers, B.J.; Gruppen, H. Prediction of molar extinction coefficients of proteins and peptides using UV absorption of the constituent amino acids at 214 nm to enable quantitative reverse phase high-performance liquid chromatography-mass spectrometry analysis. J. Agric. Food Chem. 2007, 55, 5445–5451. [Google Scholar]
  51. Liu, Q.; Zhao, H.; Jiang, Y.; Wu, M.; Tian, Y.; Wang, D.; Lao, Y.; Xu, N.; Li, Z. Development of a lytic peptide derived from BH3-only proteins. Cell Death Discov. 2016, 2, 16008. [Google Scholar]
  52. Xie, J.; Bi, Y.; Zhang, H.; Dong, S.; Teng, L.; Lee, R.J.; Yang, Z. Cell-Penetrating Peptides in Diagnosis and Treatment of Human Diseases: From Preclinical Research to Clinical Application. Front. Pharm. 2020, 11, 697. [Google Scholar]
Figure 1. Schematic framework of the development of SCMTHP. This can be broken down to four major steps: (i) training and independent datasets preparation, (ii) SCMTHP-based propensity scores generation and optimization, (iii) THPs characterization and (iv) SCMTHP webserver construction.
Figure 1. Schematic framework of the development of SCMTHP. This can be broken down to four major steps: (i) training and independent datasets preparation, (ii) SCMTHP-based propensity scores generation and optimization, (iii) THPs characterization and (iv) SCMTHP webserver construction.
Pharmaceutics 14 00122 g001
Figure 2. Propensity scores of 20 amino acids to be THPs by using the SCMTHP method with the Main (A) and Small (B) datasets.
Figure 2. Propensity scores of 20 amino acids to be THPs by using the SCMTHP method with the Main (A) and Small (B) datasets.
Pharmaceutics 14 00122 g002
Figure 3. Performance evaluations of SCMTHP and other ML-based classifiers in terms of ACC and MCC as evaluated by 10-fold cross-validation (A,B) and independent (C,D) tests on the Main-TRN and Main-IND datasets, respectively.
Figure 3. Performance evaluations of SCMTHP and other ML-based classifiers in terms of ACC and MCC as evaluated by 10-fold cross-validation (A,B) and independent (C,D) tests on the Main-TRN and Main-IND datasets, respectively.
Pharmaceutics 14 00122 g003
Figure 4. Histogram plots of THPs’ scores and non-THPs’ scores from SCMTHP on the Main-TRN (A,B) and Small-TRN (C,D) datasets by using Initial-APS (A,C) and Optimized-APS (B,D). Note that the mean and standard deviation are indicated by the bars and closed circles.
Figure 4. Histogram plots of THPs’ scores and non-THPs’ scores from SCMTHP on the Main-TRN (A,B) and Small-TRN (C,D) datasets by using Initial-APS (A,C) and Optimized-APS (B,D). Note that the mean and standard deviation are indicated by the bars and closed circles.
Pharmaceutics 14 00122 g004
Table 1. Performance comparison of SCMTHP with the existing method as evaluated by 10-fold cross-validation and independent tests.
Table 1. Performance comparison of SCMTHP with the existing method as evaluated by 10-fold cross-validation and independent tests.
DatasetCross-ValidationMethodACCSnSpMCCAUC
Main10-fold CVTHPred0.8570.8770.8370.7160.929
SCMTHP0.8200.8190.8200.6410.869
Independent testTHPred0.8460.7920.9000.6960.939
SCMTHP0.8270.8690.7850.6560.869
Small10-fold CVTHPred0.8240.7810.8670.6530.893
SCMTHP0.8080.7230.8930.6280.853
Independent testTHPred0.7980.8620.7340.6010.885
SCMTHP0.7980.7660.8300.5970.853
Table 2. Top 20 peptides having the highest S(P) values along with their important physicochemical properties.
Table 2. Top 20 peptides having the highest S(P) values along with their important physicochemical properties.
#SequenceTHP ScoreLengthMolecular Weight Extinction Coefficient (M−1·cm−1)pINet ChargeHydrophobicity (Kcal·mol−1)
1CFWPNRC6847925.1756258.3016.86
2QWCSRRWCT65791225.52111258.9328.78
3WTCRASWCS63291099.35111258.2517.16
4SGWCYRC6317874.0871158.2118.48
5RWCREKSCW63191253.57111258.85214.19
6CSDWQHPWC62791161.39111254.97−111.02
7CPRGSRC6217777.991259.66213.23
8CWRKFYC61771005.371159.2427.96
9CSDSWHYWC61591186.39126154.97−19.86
10WRPCES6076776.9355006.16011.83
11CWLCNGRCGR606101167.5256258.60211.27
12RHCFSQWCS60091153.4156258.1919.89
13CDCRGDCFC59891021.262503.91−116.35
14CPHSKPCLC5989987.331258.01112.46
15CWGCNGRCRM595101185.5556258.60211.85
16CSRPRRSEC58591093.341259.65217.98
17CSRPRRSVC58391063.3612511.33313.89
18CVLCNGRCWS576101140.4956258.0018.31
19CRGDGWC5717795.9756255.94013.52
20WREWFL5716936.16110006.7006.20
610.2581041.506117.257.821.0011.05
Table 3. Top 20 peptides having the lowest S(P) values along with their important physicochemical properties.
Table 3. Top 20 peptides having the lowest S(P) values along with their important physicochemical properties.
#SequenceTHP ScoreLengthMolecular Weight Extinction Coefficient (M−1·cm−1)pINet ChargeHydrophobicity (Kcal·mol−1)
1IKIQD695615.8006.72012.87
2KKEKDIMKKTI74111361.87010.39326.51
3INGKVT996630.83010.15111.37
4VKNNVEVN1058915.1306.81015.50
5IGIGAG1056486.6605.6009.61
6AVKKAYDIAIQ108111219.6014909.73116.00
7DVGTTE1136620.6902.87−216.36
8IGDAT1145475.5603.00−112.32
9VAIDM1155547.7303.02−19.79
10DVKGVFVNI1199990.3006.77012.13
11DLAVVEVDQVMVVD119141530.9602.63−419.04
12TDIDDKIINRAI121121386.7404.21−120.55
13GDVVANT1237674.8003.00−113.37
14IDKQLE1316744.9307.00−116.37
15FGKKKKYKD13191141.50149010.49424.27
16KENILNE1357859.0504.08−117.29
17HEAVGI1366624.7805.06−113.93
18HKNKGKKN1398953.23011.03424.28
19ENAKAAVAEMKDGDVVLLE139192002.5403.84−331.12
20ITDMAA1406620.7903.13−111.00
116.758920.17149.005.98−0.2016.68
Table 4. Propensity scores of 20 amino acids to be THPs (PS-THP) along with amino acid compositions (%) of THPs and non-THPs based on the Main-TRN dataset.
Table 4. Propensity scores of 20 amino acids to be THPs (PS-THP) along with amino acid compositions (%) of THPs and non-THPs based on the Main-TRN dataset.
Amino AcidPS-THPTHP (%)non-THP (%)Differencep-Value
C-Cys1000(1)9.6351.0828.552(1)<0.01 *
W-Trp981(2)3.4591.0882.371(3)<0.01 *
R-Arg598(3)8.9475.0623.885(2)<0.01 *
P-Pro587(4)6.8314.9401.891(4)<0.01 *
F-Phe424(5)3.0183.846−0.828(13)0.017
S-Ser407(6)8.5256.8601.666(5)<0.01 *
H-His382(7)3.0842.6990.385(6)0.287
L-Leu374(8)8.1579.394−1.237(14)0.020
Y-Tyr273(9)3.0232.9120.111(8)0.741
M-Met266(10)2.6292.6040.025(9)0.940
Q-Gln198(11)3.2844.052−0.769(11)0.046
N-Asn195(12)3.3654.169−0.804(12)0.033
A-Ala160(13)5.7178.099−2.382(16)<0.01 *
G-Gly157(14)7.5527.2030.349(7)0.516
T-Thr150(15)4.7445.364−0.620(10)0.186
D-Asp103(16)3.7985.664−1.866(15)<0.01 *
E-Glu67(17)3.5446.153−2.609(19)<0.01 *
V-Val48(18)4.3926.906−2.514(17)<0.01 *
K-Lys45(19)3.4696.008−2.540(18)<0.01 *
I-Ile0(20)2.8285.894−3.066(20)<0.01 *
R1.0000.462−0.5890.876-
* Statistically significant at the level of p-value < 0.01.
Table 5. Summary of two important physicochemical properties (PCPs) as derived from SCMTHP.
Table 5. Summary of two important physicochemical properties (PCPs) as derived from SCMTHP.
Amino AcidPS-THPMCMT640101 aMolar Extinction Coefficients ( ε   ( M 1   cm 1 ) )   b
C-Cys1000(1)35.77(2)225(6)
W-Trp981(2)42.53(1)29,050(1)
R-Arg598(3)26.66(5)102(9)
P-Pro587(4)10.93(17)30(19)
F-Phe424(5)29.4(4)5200(3)
S-Ser407(6)6.35(18)34(17)
H-His382(7)21.81(6)5125(4)
L-Leu374(8)18.78(10)45(13)
Y-Tyr273(9)31.53(3)5375(2)
M-Met266(10)21.64(7)980(5)
Q-Gln198(11)17.56(11)142(7)
N-Asn195(12)13.28(14)136(8)
A-Ala160(13)4.34(19)32(18)
G-Gly157(14)0(20)21(20)
T-Thr150(15)11.01(16)41(16)
D-Asp103(16)12(15)58(11)
E-Glu67(17)17.26(12)78(10)
V-Val48(18)13.92(13)43(14)
K-Lys45(19)21.29(8)41(15)
I-Ile0(20)19.06(9)45(12)
R1.0000.6350.556
a MCMT640101 = Refractivity (McMeekin et al., 1964) [18], Cited by Jones (1975) [18]. b ε (M−1 cm−1) c = Molar extinction coefficients ( ε ) of free amino acids (M−1 cm−1) at 214 nm in 20% (v/v) acetonitrile and 0.1% (v/v) formic acid derived from the work of [50].
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Charoenkwan, P.; Chiangjong, W.; Nantasenamat, C.; Moni, M.A.; Lio’, P.; Manavalan, B.; Shoombuatong, W. SCMTHP: A New Approach for Identifying and Characterizing of Tumor-Homing Peptides Using Estimated Propensity Scores of Amino Acids. Pharmaceutics 2022, 14, 122. https://doi.org/10.3390/pharmaceutics14010122

AMA Style

Charoenkwan P, Chiangjong W, Nantasenamat C, Moni MA, Lio’ P, Manavalan B, Shoombuatong W. SCMTHP: A New Approach for Identifying and Characterizing of Tumor-Homing Peptides Using Estimated Propensity Scores of Amino Acids. Pharmaceutics. 2022; 14(1):122. https://doi.org/10.3390/pharmaceutics14010122

Chicago/Turabian Style

Charoenkwan, Phasit, Wararat Chiangjong, Chanin Nantasenamat, Mohammad Ali Moni, Pietro Lio’, Balachandran Manavalan, and Watshara Shoombuatong. 2022. "SCMTHP: A New Approach for Identifying and Characterizing of Tumor-Homing Peptides Using Estimated Propensity Scores of Amino Acids" Pharmaceutics 14, no. 1: 122. https://doi.org/10.3390/pharmaceutics14010122

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

Article Metrics

Back to TopTop