Abstract
Antimicrobial peptides (AMPs) constitute a diverse group of bioactive molecules that provide multicellular organisms with protection against microorganisms, and microorganisms with weaponry for competition. Some AMPs can target cancer cells; thus, they are called anticancer peptides (ACPs). Due to their small size, positive charge, hydrophobicity and amphipathicity, AMPs and ACPs interact with negatively charged components of biological membranes. AMPs preferentially permeabilize microbial membranes, but ACPs additionally target mitochondrial and plasma membranes of cancer cells. The preference towards mitochondrial membranes is explained by their membrane potential, membrane composition resulting from -proteobacterial origin and the fact that mitochondrial targeting signals could have evolved from AMPs. Taking into account the therapeutic potential of ACPs and millions of deaths due to cancer annually, it is of vital importance to find new cationic peptides that selectively destroy cancer cells. Therefore, to reduce the costs of experimental research, we have created a robust computational tool, CancerGram, that uses n-grams and random forests for predicting ACPs. Compared to other ACP classifiers, CancerGram is the first three-class model that effectively classifies peptides into: ACPs, AMPs and non-ACPs/non-AMPs, with AU1U amounting to 0.89 and a Kappa statistic of 0.65. CancerGram is available as a web server and R package on GitHub.
Keywords: anticancer peptide (ACP), antimicrobial peptide (AMP), anticancer peptides, antimicrobial peptides, host defense peptides, prediction, random forest
1. Introduction
There are many health care issues that challenge the welfare of humankind; among them, cancer and antimicrobial resistance are of ever-growing concern. According to the World Health Organization, cancer is a leading cause of death globally, responsible for about 9.6 million deaths in 2018 [1], and antimicrobial resistance threatens our ability to treat an increasing number of infectious diseases, with a death toll of tens of thousands of people in Europe and the United States [2,3]. Interestingly, both these challenges could be approached with cationic peptides, antimicrobial peptides (AMPs) and anticancer peptides (ACPs), respectively.
AMPs, also known as host defense peptides, constitute a diverse group of bioactive molecules that provide multicellular organisms with protection against bacteria, fungi, protozoans and viruses [4,5], and microorganisms with weaponry for competition [6,7]. Some AMPs can target cancer cells; this particular group of AMPs is called anticancer peptides (ACPs). AMPs, including ACPs, are short peptides, generally with fewer than 50 amino acids, that are rich in positive and hydrophobic residues, and, consequently, have amphiphilic properties [4,8]. Due to these characteristics, they preferentially interact with negatively charged components of biological membranes, which are typical of the bacterial cell wall and the plasma membrane of cancer but not healthy cells. As a result, AMPs and ACPs lead to membrane micellization and/or permeabilization by forming pores [9,10,11,12]. By definition, AMPs target microbial membranes, especially bacterial envelopes, but ACPs, apart from their antimicrobial activity, also exhibit anticancer properties due to slightly different amino acid composition (for details, see [13] and Section 3.1).
One of the promising targets of anticancer therapies are mitochondria, cytoplasmic organelles derived from an ancestor of -proteobacteria [14,15,16]. Mitochondria not only provide the energy and building blocks for new cells, but they are also the regulatory centers of redox homeostasis and apoptosis [17]. Interestingly, ACPs can bind to and affect the integrity of the plasma membrane of cancer cells; however, they preferentially disrupt mitochondrial membranes—specifically, they do so at concentrations hundreds of times lower than the concentrations for plasma membrane disruption [18]. The preference is due to the difference in membrane potential that is generated during oxidative phosphorylation at the inner mitochondrial membrane by proton pumps [19]. The membrane potential drives cations and cationic peptides into mitochondria, but because it is steadily increased in cancer cells, it provides even greater killing capacity in the cancerous environment [19,20,21]. Some preference for targeting mitochondria is also attributed to the fact that mitochondrial membranes still resemble, in terms of composition, the envelope of Gram-negative bacteria, and, therefore, attract AMP-like molecules [22,23]. Moreover, proteins imported into mitochondria carry an N-terminal targeting signal known as the mitochondrial transit peptide, which actually could have evolved from AMPs [24,25]. Since mitochondrial transit peptides show considerable similarity to their presumed progenitors, AMPs might also use the traditional Tom/Tim-dependent pathway to enter mitochondria [26].
Taking into account the therapeutic potential of ACPs, i.e., high target specificity, good efficacy, low toxicity, easy chemical modification and synthesis, it is of vital importance to find new cationic peptides that could target cancer cells [12,27]. Unfortunately, the experimental procedures to identify novel ACPs are time-consuming and expensive. Consequently, there is a demand for efficient and accessible bioinformatics tools that could help indicate potential ACP candidates with high accuracy for further research.
A number of computational approaches have been adopted for ACP prediction; however, there are serious concerns about the quality and quantity of sequences that were used for their development [13]. As a result, these algorithms have problems to discriminate between peptides with similar composition but different activity, i.e., between AMPs and ACPs. Some do not also provide web servers, and, therefore, have limited utility for biologists not well acquainted with bioinformatics ([13] and citations therein).
Our goal was to create a robust three-class model, CancerGram, for differentiating ACPs from AMPs and sequences that are neither ACPs nor AMPs. CancerGram uses n-grams (continuous or discontinuous sequences of n elements) and random forests (a machine learning method) for the classification algorithm. N-grams represent short motifs that are relevant to anticancer, antimicrobial and non-anticancer/non-antimicrobial properties of peptides, and they allow us, in an easily interpretable way, to discriminate between the three classes of molecules. This methodology has already been used with success in our previous projects to develop software for predicting AMPs [28], amyloid proteins [29] and signal peptides [30], and to assess the optimal growth conditions for methanogens [31]. CancerGram addresses the above-mentioned shortcomings of other ACP classifiers using verified data sets from AntiCP 2.0, which is the top-ranking ACP predictor [13]. However, compared to AntiCP 2.0, the decision making process of CancerGram is performed at the same time between three classes of sequences, i.e., ACPs, AMPs and non-ACPs/non-AMPs; therefore, it is convenient from the point of view of the user.
2. Materials and Methods
2.1. Data Sets
The data sets used to develop CancerGram were acquired from Agrawal et al. [13]. The training and validation data sets contained, respectively, 689 and 172 experimentally verified ACPs, 689 and 172 AMPs without anticancer activity and 776 and 194 non-ACP/non-AMP sequences (the negative data set). After the removal of peptides shorter than 5 amino acids, the data sets were used for CancerGram training and validation of its performance. The final numbers of sequences in each class are presented in Table 1. Since we could not repeat the benchmark analyses for AntiCP 2.0 [13], to compare its performance with CancerGram, we downloaded 2952 experimentally verified ACPs from CancerPPD [32], APD3 [33] and DRAMP [34] database and 4118 AMPs from dbAMP database [35]. We removed the most similar sequences using CD-HIT [36], assuming 0.95 and 0.60 identity threshold for ACPs and AMPs, respectively. Next, we removed sequences that were already contained in the training and validation data sets of CancerGram and AntiCP 2.0 [13]. As a result, we obtained an unbiased data set, termed independent, containing 57 ACPs and 769 AMPs (Table 1).
Table 1.
Data Set | ACP | AMP | Negative |
---|---|---|---|
Training | 686 | 689 | 776 |
Validation | 171 | 170 | 194 |
Independent | 57 | 769 | 0 |
2.2. Cross-Validation
We divided the ACP, AMP and non-ACP/non-AMP training data sets into five groups (folds), ensuring approximately the same sequence length distribution in each group for each data set. Next, we performed the fivefold cross-validation on both the mer and peptide layers of the model (for details, see Section 2.4 and Figure 1). The results of the cross-validation are presented in Table 2 and Figure 4.
Table 2.
Measure | Mer Layer | Peptide Layer |
---|---|---|
Accuracy | 0.64 (+/−0.01) | 0.76 (+/−0.021) |
AU1U | 0.79 (+/−0.006) | 0.89 (+/−0.008) |
KapS | 0.44 (+/−0.015) | 0.64 (+/−0.032) |
2.3. Extraction of Encoded N-Grams
In order to create the three-class model, we divided each sequence from the training data sets into overlapping subsequences of 5 amino acids (5-mers); the length of 5 amino acids represents the shortest ACPs in our data sets. Consequently, we obtained 11,496 ACP, 15,826 AMP and 18,587 non-ACP/non-AMP 5-mers. From each 5-mer, we extracted n-grams, i.e., sequences of n elements. We analyzed continuous and discontinuous n-grams of size ranging from 1 to 3. In the case of discontinuous n-grams, bigrams (n-grams of size 2) could contain a gap of length from 1 to 3 (e.g., L_N, C_ _G, K_ _ _K), whereas in trigrams (n-grams of size 3), there is only a single gap between the first and the second and/or the second and the third amino acid (e.g., K_L_L, AK_F, L_SA). The gap corresponds to the presence of any amino acid. The n-gram presence was then counted and binarized for each 5-mer. The binarization of n-grams means that if an n-gram is present (at least once) in the 5-mer, it obtains the value of 1, and 0 if it is absent (Figure 1A).
2.4. Model Training with Random Forests
To select the informative n-grams, we performed Quick Permutation Test (QuiPT) [37] on each combination of classes (ACP/AMP data set, ACP/Negative data set and AMP/Negative data set) with p-value threshold 0.0001. We obtained 1883 informative n-grams and used them for CancerGram training. We trained the first random forest model on binarized occurrences of informative n-grams in 5-mers using the ranger R package [38]. The number of trees was set to 2000 and mtry parameter, i.e., the number of variables randomly sampled as candidates at each split, to the default value.
In order to scale the information found in 5-mers to the level of a peptide, we calculated numerous statistics for each peptide and for each class (Figure 1B) according to the methodology used in our previous projects [28]. These statistics were subsequently used to train the second random forest model predicting the class of a given peptide (ACP, AMP or non-ACP/non-AMP). In this case, both the mtry parameter and number of trees (500) were set to the default values. Consequently, the model is composed of stacked random forests [39], where the first one evaluates the probability of each 5-mer derived from a peptide as ACP, AMP or non-ACP/non-AMP, and the second considers statistical results for all mers from the given peptide and decides whether the whole peptide is ACP, AMP or non-ACP/non-AMP (Figure 1B).
3. Results and Discussion
3.1. Composition and Properties of ACPs and AMPs
The amino acid composition that characterizes both ACPs and AMPs (Figure 2 and Figure 3) defines their properties, such as positive charge, hydrophobicity and amphipathicity, and they, in turn, determine their propensity for damaging bacterial and cancer cell membranes [40]. First, the positively charged molecules are driven electrostatically to the negatively charged membranes, and then their hydrophobicity and amphipathicity allows them to penetrate into the membrane and destabilize it in a detergent-like manner (carpet model) and/or by forming pores (barrel-stave or toroidal model) [9,10,11,12].
From the three above properties, only the positive charge differentiates the ACP group from AMPs because the upper limit of the positive charge is elevated for ACPs (Figure 2). This is the result of a high frequency of lysine (K), which is a predominant amino acid component of ACPs [13]. Interestingly, arginine (R), which is another basic amino acid, is slightly depleted in ACPs in comparison with AMPs and peptides from the negative data set (Figure 3). The decrease in arginine residues may, however, be beneficial for ACPs as its side chain, compared to lysine’s, exhibits higher affinity for zwitterionic (neutral) membranes of healthy cells, and, therefore, is much more toxic [27].
Apart from its positive charge, lysine is also hydrophobic in nature and, as stated above, the hydrophobicity is another important property of both ACPs and AMPs. Peptides with higher hydrophobicity could be able to penetrate deeper into the hydrophobic core of the cell membrane, and, consequently, exhibit stronger propensity to permeabilize it [41]. ACPs are much richer in lysine (K), leucine (L), alanine (A) and phenylalanine (F) compared to AMPs and the peptides from the negative data set (Figure 3) [13]. In addition to its rather weak hydrophobic properties, alanine is also a good helix-forming residue; ACPs are known to form -helical structures [40]. The last hydrophobic amino acid that deserves attention, tryptophan (W), is generally rare in proteins, but there seems to be more of it in ACPs compared to the other analyzed data sets though it is not statistically significant (Supplementary Tables S1–S3). Tryptophan serves an important role by helping peptides enter cancer cells via the endocytic pathway, thereby traversing the plasma membrane [42,43].
The other two amino acids that are abundant in ACPs, but not as much as in AMPs, are glycine (G) and cysteine (C) (Figure 3). The former is known to provide peptides with conformational flexibility and the latter to stabilize and maintain their proper motif and domain structure [43].
Although ACPs and AMPs are generally considered to be similar in terms of properties and the mode of action, the differences in their amino acid composition are significant enough (Supplementary Tables S1–S3) to find informative motifs that characterize them and non-ACPs/non-AMPs, thereby training an effective model for predicting ACPs.
3.2. CancerGram Performance
In order to evaluate the performance of CancerGram, we have chosen three measures: (i) accuracy, (ii) mean AUC (area under the ROC curve) for binary comparisons of each class against each other (AU1U) and (iii) Kappa statistic (KapS) [44]. Accuracy is the simplest and the most common measure to evaluate the performance of a classifier. In the case of CancerGram, it simply provides the fraction of well-predicted ACPs, AMPs and non-ACPs/non-AMPs. A better measure is AU1U, the approximation of AUC for multi-class models. It informs the user of how much the model is able to distinguish between the three classes of peptides, i.e., ACPs, AMPs and non-ACPs/non-AMPs. A more general interpretation is that AU1U represents the probability that, e.g., a randomly selected ACP will be ranked higher in the ACP class than a random AMP or non-ACP/non-AMP. The values of both accuracy and AU1U range from 0 to 1, where 0.5 means a useless, i.e., a random classifier [45]. The last measure used to evaluate CancerGram is KapS, and it contains the information about how much better the model performs compared to the classifier that simply guesses at random according to the number of elements in each class. KapS evaluates the degree of agreement between CancerGram predictions and the true labels [46]. It takes values in [−1, 1], where 0 means a random classifier and values above 0.80 indicate an excellent one [47]. All measures were calculated using the measures R package [48]. The results of CancerGram validation are presented in Table 3 and the results of the fivefold cross-validation are presented in Table 2 and Figure 4.
Table 3.
Measure | Value |
---|---|
Accuracy | 0.77 |
AU1U | 0.89 |
KapS | 0.65 |
CancerGram is a robust model with AU1U amounting to 0.89. The value of KapS 0.65 (0.64 for fivefold cross-validation) informs us that CancerGram is a good model [47]. The least informative measure for the three-class model is the accuracy because, among other things, it does not take into account the distribution of the misclassification among classes, and it is equal to 0.77 (0.76 for fivefold cross-validation). From the point of view of the researcher interested in screening for ACPs, the most important issue is the restrictiveness of the model in terms of false ACP predictions. Accordingly, CancerGram falsely identifies only 1.5% of the non-ACPs/non-AMPs as ACPs (3 out of 194 from the validation data set) and less than 16% AMPs (27 out of 170 from the validation data set).
CancerGram is not only an effective model for ACPs prediction but also the only three-class model available at present. The other ACP classifiers represent binary models, and they have problems with distinguishing between sequences with similar amino acid composition but different activity, i.e., ACPs and AMPs [13]. AntiCP 2.0 has overcome the problem; however, the greatest disadvantage of AntiCP 2.0 is that the biologist may become confused about which model they should use from the ones available on the AntiCP 2.0 web server. The first one is a binary model that differentiates between ACPs and AMPs, and the second between ACPs and non-ACPs [13].
In order to compare the CancerGram and AntiCP 2.0 [13] performance, we decided to test their predictive power towards classification of ACPs and AMPs, which is most challenging for ACP predictors [13]. Interestingly, we could not use the validation data set bacause the final version of AntiCP 2.0 [13] was possibly trained not only on the training but also the validation data set; we were not able to repeat their benchmark analyses. Therefore, we constructed an independent data set containing 57 ACP and 769 AMP sequences. Since CancerGram is a three-class model, we had to binarize its prediction, i.e., the prediction results for AMPs and non-ACPs/non-AMPs were summed and represent the AMP class. CancerGram outperformed AntiCP 2.0 [13] in terms of AUC, accuracy, specificity and the Matthews correlation coefficient (MCC) (Table 4). Sensitivity and specificity indicate the proportion of ACPs and AMPs that were correctly identified as ACPs and AMPs, respectively. Precision reflects the proportion of predicted ACPs that are truly ACPs, and MCC represents a reliable metric for binary classifiers, i.e., a balanced measure of correlation coefficient between predictions and true labels. We also compared the performance of CancerGram with mACPpred [49] because it has recently been published but not included in Agrawal et al. [13] as the benchmark on the validation data set. The mACPpred model, similarily to AntiCP 2.0 [13], is also not as robust as CancerGram and, moreover, compared to AntiCP 2.0 [13] and CancerGram, it tends to predict AMPs as ACPs, i.e., it generates numerous false positive results (low specificity) (Table 5).
Table 4.
Software | MCC | Precision | Sensitivity | Specificity | Accuracy | AUC |
---|---|---|---|---|---|---|
CancerGram | 0.15 | 0.17 | 0.30 | 0.89 | 0.85 | 0.60 |
AntiCP 2.0 | 0.07 | 0.10 | 0.32 | 0.79 | 0.76 | 0.53 |
Table 5.
Software | MCC | Precision | Sensitivity | Specificity | Accuracy | AUC |
---|---|---|---|---|---|---|
CancerGram | 0.57 | 0.78 | 0.71 | 0.85 | 0.79 | 0.83 |
mACPpred | 0.21 | 0.48 | 0.90 | 0.27 | 0.54 | 0.68 |
3.3. Prediction of Mitochondria-Targeted ACPs with CancerGram
We also wanted to check the predictive power of CancerGram toward ACPs that have been experimentally verified to target mitochondria of cancer cells. By searching the literature, we did find 12 ACPs that were not included in our training data sets (Table 6). The results of the analysis are presented in Table 7. As expected, CancerGram correctly identified most of them, i.e., eight sequences, although it identified GW-H1, lactoferricin B and pleuricidin NRC-03 as AMPs, and AK as a non-ACP/non-AMP.
Table 6.
Peptide | Sequence | Reference |
---|---|---|
AK | AAAAAAAAAK | [50] |
hCAP-18 | FRKSKEKIGKEFKRIVQRIKDFLRNLVPRTES | [51,52] |
HPRP-A1-TAT | FKKLKKLFSKLWNWKRKKRRQRRR | [53] |
KLA | KLAKLAKKLAKLAK | [54,55,56] |
Lactoferricin B | FKCRRWQWRMKKLGAPSITCVRRAF | [57,58] |
Magainin 1 | GIGKFLHSAGKFGKAFVGEIMKS | [59] |
Mastoparan-C | LNLKALLAVAKKIL | [60,61] |
NGR Peptide 1 | CNGRCGGKLAKLAKKLAKLAK | [56] |
GW-H1 | GYNYAKKLANLAKKFANALW | [62] |
Pleurocidin NRC-03 | GRRKRKWLRRIGKGVKIIGGAALDHL | [63] |
R7-kla | RRRRRRRKLAKLAKKLAKLAK | [64] |
RGD-4C-GG-(KLAKLAK) | ACDCRGDCFCGGKLAKLAKKLAKLAK | [56] |
Table 7.
Peptide | ACP | AMP | Negative | Decision |
---|---|---|---|---|
AK | 0.10 | 0.32 | 0.58 | Negative |
GW-H1 | 0.31 | 0.64 | 0.06 | AMP |
hCAP-18 | 0.96 | 0.04 | 0.00 | ACP |
HPRP-A1-TAT | 0.66 | 0.33 | 0.01 | ACP |
KLA | 1.00 | 0.00 | 0.00 | ACP |
Lactoferricin B | 0.10 | 0.90 | 0.00 | AMP |
Magainin 1 | 0.63 | 0.32 | 0.05 | ACP |
Mastoparan-C | 0.96 | 0.04 | 0.00 | ACP |
NGR Peptide 1 | 0.65 | 0.35 | 0.00 | ACP |
Pleurocidin 03 | 0.00 | 1.00 | 0.00 | AMP |
R7-kla | 0.96 | 0.04 | 0.00 | ACP |
RGD-4C-GG-(KLAKLAK) | 0.98 | 0.02 | 0.00 | ACP |
4. Conclusions
Based on data sets from Agrawal et al. [13], we have compared ACPs, AMPs and non-ACP/non-AMP sequences in terms of their amino acid composition. In the case of ACPs, the upper limit of the positive charge was elevated, mostly due to the high content of lysine, which is not only basic but also hydrophobic. The other residues that are overrepresented in ACPs, compared to AMPs and non-ACPs/non-AMPs, are all hydrophobic and include leucine, alanine, phenylalanine and tryptophan [13]. The positive charge, hydrophobicity and amphipathicity are responsible for AMP and ACP selectivity towards microbial membranes and, in the case of ACPs, also for targeting the cancer plasma and mitochondrial membranes. The latter are derived from -proteobacteria and, due to their bacterial inheritance [22,23] and the potential generated during oxidative phosphorylation [18,19,20], should be preferred over the plasma membrane.
ACPs and AMPs are generally considered to be similar in terms of properties and the mode of action; however, we did find informative n-grams (amino acid motifs) that well differentiate them from each other and non-ACPs/non-AMPs, thereby allowing us to train an effective random forest model for ACP prediction. CancerGram is the only three-class model available at present and, moreover, it is better at discriminating between anticancer and antimicrobial peptides than other top-ranking predictors, including AntiCP 2.0 [13] and mACPpred [49]. The benchmark results also indicate that our methodology has an advantage over the methodology of Agrawal et al. [13] because, despite training our model on the same data sets, CancerGram outperformed AntiCP 2.0 on the independent data set. CancerGram is easy to use and does not require any other action other than pasting a sequence or sequences into the query box of the web server (see Appendix A). CancerGram does not predict sequences shorter than 5 amino acids, and the user should remember that it was trained on sequences up to 50 amino acids in length, i.e., it was not designed for predicting anticancer proteins.
Since new anticancer agents are desperately needed, CancerGram can be used for ACP screening to identify the best candidates for further experimental procedures. Short cationic peptides represent good antitumor agents because they are small, relatively cheap to produce and easy to modify in order to further increase their anticancer properties and stability or to lower their toxicity to healthy cells [12,27].
Abbreviations
The following abbreviations are used in this manuscript:
AUC | Area under the ROC curve |
AU1U | AUC for binary comparisons of each class against each other |
ACP | Anticancer peptides |
AMP | Antimicrobial peptides |
KapS | Kappa statistic |
MCC | Matthews correlation coefficient |
A | Alanine |
R | Arginine |
N | Asparagine |
D | Aspartic acid |
C | Cysteine |
E | Glutamic acid |
Q | Glutamine |
G | Glycine |
H | Histidine |
I | Isoleucine |
L | Leucine |
K | Lysine |
M | Methionine |
F | Phenylalanine |
P | Proline |
S | Serine |
T | Threonine |
W | Tryptophan |
Y | Tyrosine |
V | Valine |
Supplementary Materials
The following are available at https://www.mdpi.com/1999-4923/12/11/1045/s1, Table S1: Average amino acid percentages for ACPs and AMPs. The differences in amino acid composition between ACPs and AMPs were statistically evaluated using the Mann–Whitney U test with Benjamini–Hochberg correction. Table S2: Average amino acid percentages for ACPs and the negative data set. The differences in amino acid composition between ACPs and the negative data set were statistically evaluated using the Mann–Whitney U test with Benjamini–Hochberg correction. Table S3: Average amino acid percentages for AMPs and the negative data set. The differences in amino acid composition between AMPs and the negative data set were statistically evaluated using the Mann–Whitney U test with Benjamini–Hochberg correction.
Appendix A. Availability and Implementation
The code necessary to reproduce the analysis presented in this paper is available in the repository: https://github.com/BioGenies/CancerGram-analysis.
The CancerGram prediction web server is available at: http://biongram.biotech.uni.wroc.pl/CancerGram/.
Author Contributions
Author Contributions: Conceptualization, M.B. (Michał Burdukiewicz) and P.G.; formal analysis, M.B. (Michał Burdukiewicz), K.S. and P.G.; funding acquisition, M.B. (Michał Burdukiewicz), K.S., F.P. and P.G.; investigation, M.B. (Michał Burdukiewicz), K.S. and P.G.; methodology, M.B. (Michał Burdukiewicz), K.S., D.R., F.P., M.B. (Mateusz Bąkała), J.S. and P.G.; project administration, M.B. (Michał Burdukiewicz) and P.G.; software, M.B. (Michał Burdukiewicz), K.S., D.R. and F.P.; supervision, M.B. (Michał Burdukiewicz) and P.G.; validation, F.P. and P.G.; visualization, K.S.; writing—original draft preparation, K.S. and P.G.; writing—review and editing, M.B. (Michał Burdukiewicz), K.S., F.P. and P.G. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by National Science Centre grant 2017/26/D/NZ8/00444 to PG and MB, National Science Centre grant 2018/31/N/NZ2/01338 to KS and National Science Centre grant 2019/35/N/NZ8/03366 to FP.
Conflicts of Interest
The authors declare no conflict of interest.
Footnotes
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Cancer. [(accessed on 13 October 2020)]; Available online: https://www.who.int/news-room/fact-sheets/detail/cancer.
- 2.Cassini A., Högberg L.D., Plachouras D., Quattrocchi A., Hoxha A., Simonsen G.S., Colomb-Cotinat M., Kretzschmar M.E., Devleesschauwer B., Cecchini M., et al. Attributable deaths and disability-adjusted life-years caused by infections with antibiotic-resistant bacteria in the EU and the European Economic Area in 2015: A population-level modelling analysis. Lancet Infect. Dis. 2019;19:56–66. doi: 10.1016/S1473-3099(18)30605-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.CDC . Antibiotic Resistance Threats in the United States, 2019. Centres for Disease Control and Prevention, US Department of Health and Human Services; Washington, DC, USA: 2019. [Google Scholar]
- 4.Ahmed A., Siman-Tov G., Hall G., Bhalla N., Narayanan A. Human antimicrobial peptides as therapeutics for viral infections. Viruses. 2019;11:704. doi: 10.3390/v11080704. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Mookherjee N., Anderson M.A., Haagsman H.P., Davidson D.J. Antimicrobial host defence peptides: Functions and clinical potential. Nat. Rev. Drug Discov. 2020;19:311–332. doi: 10.1038/s41573-019-0058-8. [DOI] [PubMed] [Google Scholar]
- 6.Raffatellu M. Learning from bacterial competition in the host to develop antimicrobials. Nat. Med. 2018;24:1097–1103. doi: 10.1038/s41591-018-0145-0. [DOI] [PubMed] [Google Scholar]
- 7.Suneja G., Nain S., Sharma R. Microbial Diversity in Ecosystem Sustainability and Biotechnological Applications. Springer; Berlin, Germany: 2019. Microbiome: A Source of Novel Bioactive Compounds and Antimicrobial Peptides; pp. 615–630. [Google Scholar]
- 8.Felício M.R., Silva O.N., Gonçalves S., Santos N.C., Franco O.L. Peptides with dual antimicrobial and anticancer activities. Front. Chem. 2017;5:5. doi: 10.3389/fchem.2017.00005. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Travkova O.G., Moehwald H., Brezesinski G. The interaction of antimicrobial peptides with membranes. Adv. Colloid Interface Sci. 2017;247:521–532. doi: 10.1016/j.cis.2017.06.001. [DOI] [PubMed] [Google Scholar]
- 10.Gaspar D., Veiga A.S., Castanho M.A. From antimicrobial to anticancer peptides. A review. Front. Microbiol. 2013;4:294. doi: 10.3389/fmicb.2013.00294. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Marquette A., Bechinger B. Biophysical investigations elucidating the mechanisms of action of antimicrobial peptides and their synergism. Biomolecules. 2018;8:18. doi: 10.3390/biom8020018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Tornesello A.L., Borrelli A., Buonaguro L., Buonaguro F.M., Tornesello M.L. Antimicrobial peptides as anticancer agents: Functional properties and biological activities. Molecules. 2020;25:2850. doi: 10.3390/molecules25122850. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Agrawal P., Bhagat D., Mahalwal M., Sharma N., Raghava G.P.S. AntiCP 2.0: An updated model for predicting anticancer peptides. Brief. Bioinf. 2020 doi: 10.1093/bib/bbaa153. [DOI] [PubMed] [Google Scholar]
- 14.Martin W.F., Neukirchen S., Zimorski V., Gould S.B., Sousa F.L. Energy for two: New archaeal lineages and the origin of mitochondria. BioEssays. 2016;38:850–856. doi: 10.1002/bies.201600089. [DOI] [PubMed] [Google Scholar]
- 15.Fan L., Wu D., Goremykin V., Xiao J., Xu Y., Garg S., Zhang C., Martin W.F., Zhu R. Phylogenetic analyses with systematic taxon sampling show that mitochondria branch within Alphaproteobacteria. Nat. Ecol. Evol. 2020;4:1213–1219. doi: 10.1038/s41559-020-1239-x. [DOI] [PubMed] [Google Scholar]
- 16.Jeena M., Kim S., Jin S., Ryu J.H. Recent progress in mitochondria-targeted drug and drug-free agents for cancer therapy. Cancers. 2020;12:4. doi: 10.3390/cancers12010004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Newmeyer D.D., Ferguson-Miller S. Mitochondria: Releasing power for life and unleashing the machineries of death. Cell. 2003;112:481–490. doi: 10.1016/S0092-8674(03)00116-8. [DOI] [PubMed] [Google Scholar]
- 18.Szewczyk A., Wojtczak L. Mitochondria as a pharmacological target. Pharmacol. Rev. 2002;54:101–127. doi: 10.1124/pr.54.1.101. [DOI] [PubMed] [Google Scholar]
- 19.Zorova L.D., Popkov V.A., Plotnikov E.Y., Silachev D.N., Pevzner I.B., Jankauskas S.S., Babenko V.A., Zorov S.D., Balakireva A.V., Juhaszova M., et al. Mitochondrial membrane potential. Anal. Biochem. 2018;552:50–59. doi: 10.1016/j.ab.2017.07.009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Houston M.A., Augenlicht L.H., Heerdt B.G. Stable differences in intrinsic mitochondrial membrane potential of tumor cell subpopulations reflect phenotypic heterogeneity. Int. J. Cell Biol. 2011;2011 doi: 10.1155/2011/978583. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Constance J.E., Lim C.S. Targeting malignant mitochondria with therapeutic peptides. Ther. Deliv. 2012;3:961–979. doi: 10.4155/tde.12.75. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Bansal S., Mittal A. A statistical anomaly indicates symbiotic origins of eukaryotic membranes. Mol. Biol. Cell. 2015;26:1238–1248. doi: 10.1091/mbc.E14-06-1078. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Rappocciolo E., Stiban J. Bioactive Ceramides in Health and Disease. Springer; Berlin, Germany: 2019. Prokaryotic and mitochondrial lipids: A survey of evolutionary origins; pp. 5–31. [DOI] [PubMed] [Google Scholar]
- 24.Wollman F.A. An antimicrobial origin of transit peptides accounts for early endosymbiotic events. Traffic. 2016;17:1322–1328. doi: 10.1111/tra.12446. [DOI] [PubMed] [Google Scholar]
- 25.Garrido C.O., Caspari O.D., Choquet Y., Wollman F.A., Lafontaine I. An antimicrobial origin of targeting peptides to endosymbiotic organelles. Cells. 2020;9:1795. doi: 10.3390/cells9081795. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Dudek J., Rehling P., van der Laan M. Mitochondrial protein import: Common principles and physiological networks. Biochim. Et Biophys. Acta (BBA)-Mol. Cell Res. 2013;1833:274–285. doi: 10.1016/j.bbamcr.2012.05.028. [DOI] [PubMed] [Google Scholar]
- 27.Huang Y., Feng Q., Yan Q., Hao X., Chen Y. Alpha-helical cationic anticancer peptides: A promising candidate for novel anticancer drugs. Mini Rev. Med. Chem. 2015;15:73–81. doi: 10.2174/1389557514666141107120954. [DOI] [PubMed] [Google Scholar]
- 28.Burdukiewicz M., Sidorczuk K., Rafacz D., Pietluch F., Chilimoniuk J., Rödiger S., Gagat P. Proteomic Screening for Prediction and Design of Antimicrobial Peptides with AmpGram. Int. J. Mol. Sci. 2020;21:4310. doi: 10.3390/ijms21124310. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Burdukiewicz M., Sobczyk P., Rödiger S., Duda-Madej A., Mackiewicz P., Kotulska M. Amyloidogenic motifs revealed by n-gram analysis. Sci. Rep. 2017;7:12961. doi: 10.1038/s41598-017-13210-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Burdukiewicz M., Sobczyk P., Chilimoniuk J., Gagat P., Mackiewicz P. Prediction of signal peptides in proteins from malaria parasites. Int. J. Mol. Sci. 2018;19:3709. doi: 10.3390/ijms19123709. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Burdukiewicz M., Gagat P., Jabłoński S., Chilimoniuk J., Gaworski M., Mackiewicz P., Marcin Ł. PhyMet2: A database and toolkit for phylogenetic and metabolic analyses of methanogens. Environ. Microbiol. Rep. 2018;10:378–382. doi: 10.1111/1758-2229.12648. [DOI] [PubMed] [Google Scholar]
- 32.Tyagi A., Tuknait A., Anand P., Gupta S., Sharma M., Mathur D., Joshi A., Singh S., Gautam A., Raghava G.P. CancerPPD: A database of anticancer peptides and proteins. Nucleic Acids Res. 2014;43:D837–D843. doi: 10.1093/nar/gku892. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Wang G., Li X., Wang Z. APD3: The antimicrobial peptide database as a tool for research and education. Nucleic Acids Res. 2015;44:D1087–D1093. doi: 10.1093/nar/gkv1278. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Kang X., Dong F., Shi C., Liu S., Sun J., Chen J., Li H., Xu H., Lao X., Zheng H. DRAMP 2.0, an updated data repository of antimicrobial peptides. Sci. Data. 2019;6:148. doi: 10.1038/s41597-019-0154-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Jhong J.H., Chi Y.H., Li W.C., Lin T.H., Huang K.Y., Lee T.Y. dbAMP: An integrated resource for exploring antimicrobial peptides with functional activities and physicochemical properties on transcriptome and proteome data. Nucleic Acids Res. 2018;47:D285–D297. doi: 10.1093/nar/gky1030. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Fu L., Niu B., Zhu Z., Wu S., Li W. CD-HIT: Accelerated for clustering the next-generation sequencing data. Bioinformatics. 2012;28:3150–3152. doi: 10.1093/bioinformatics/bts565. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Burdukiewicz M., Sobczyk P., Lauber C. Biogram: N-Gram Analysis of Biological Sequences. GitHub; San Francisco, CA, USA: 2020. [Google Scholar]
- 38.Wright M.N., Ziegler A. Ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. J. Stat. Softw. 2017;77:1–17. doi: 10.18637/jss.v077.i01. [DOI] [Google Scholar]
- 39.Bell J., Larson M., Kutzler M., Bionaz M., Löhr C.V., Hendrix D. miRWoods: Enhanced Precursor Detection and Stacked Random Forests for the Sensitive Detection of microRNAs. PLoS Comput. Biol. 2019;15:e1007309. doi: 10.1371/journal.pcbi.1007309. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Huang Y.B., He L.Y., Jiang H.Y., Chen Y.X. Role of helicity on the anticancer mechanism of action of cationic-helical peptides. Int. J. Mol. Sci. 2012;13:6849–6862. doi: 10.3390/ijms13066849. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Huang Y.b., Wang X.f., Wang H.y., Liu Y., Chen Y. Studies on mechanism of action of anticancer peptides by modulation of hydrophobicity within a defined structural framework. Mol. Cancer Ther. 2011;10:416–426. doi: 10.1158/1535-7163.MCT-10-0811. [DOI] [PubMed] [Google Scholar]
- 42.Bhunia D., Mondal P., Das G., Saha A., Sengupta P., Jana J., Mohapatra S., Chatterjee S., Ghosh S. Spatial position regulates power of tryptophan: Discovery of a major-groove-specific nuclear-localizing, cell-penetrating tetrapeptide. J. Am. Chem. Soc. 2018;140:1697–1714. doi: 10.1021/jacs.7b10254. [DOI] [PubMed] [Google Scholar]
- 43.Chiangjong W., Chutipongtanate S., Hongeng S. Anticancer peptide: Physicochemical property, functional aspect and trend in clinical application. Int. J. Oncol. 2020;57:678–696. doi: 10.3892/ijo.2020.5099. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Ferri C., Hernández-Orallo J., Modroiu R. An experimental comparison of performance measures for classification. Pattern Recognit. Lett. 2009;30:27–38. doi: 10.1016/j.patrec.2008.08.010. [DOI] [Google Scholar]
- 45.Hand D.J., Till R.J. A simple generalisation of the area under the ROC curve for multiple class classification problems. Mach. Learn. 2001;45:171–186. doi: 10.1023/A:1010920819831. [DOI] [Google Scholar]
- 46.Ben-David A. About the relationship between ROC curves and Cohen’s kappa. Eng. Appl. Artif. Intell. 2008;21:874–882. doi: 10.1016/j.engappai.2007.09.009. [DOI] [Google Scholar]
- 47.Ranganathan P., Pramesh C., Aggarwal R. Common pitfalls in statistical analysis: Measures of agreement. Perspect. Clin. Res. 2017;8:187. doi: 10.4103/picr.PICR_123_17. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Bischl B., Lang M., Kotthoff L., Schiffner J., Richter J., Studerus E., Casalicchio G., Jones Z.M. mlr: Machine Learning in R. J. Mach. Learn. Res. 2016;17:1–5. [Google Scholar]
- 49.Boopathi V., Subramaniyam S., Malik A., Lee G., Manavalan B., Yang D.C. mACPpred: A support vector machine-based meta-predictor for identification of anticancer peptides. Int. J. Mol. Sci. 2019;20:1964. doi: 10.3390/ijms20081964. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Xu H., Chen C.X., Hu J., Zhou P., Zeng P., Cao C.H., Lu J.R. Dual modes of antitumor action of an amphiphilic peptide A9K. Biomaterials. 2013;34:2731–2737. doi: 10.1016/j.biomaterials.2012.12.039. [DOI] [PubMed] [Google Scholar]
- 51.Farsinejad S., Gheisary Z., Samani S.E., Alizadeh A.M. Mitochondrial targeted peptides for cancer therapy. Tumor Biol. 2015;36:5715–5725. doi: 10.1007/s13277-015-3719-1. [DOI] [PubMed] [Google Scholar]
- 52.Yitzchak H. Disease Treatment Via Antimicrobial Peptides Or Their Inhibitors. 8202835 B2. U.S. Patent. 2012 Jun 19;
- 53.Hao X., Yan Q., Zhao J., Wang W., Huang Y., Chen Y. TAT modification of alpha-helical anticancer peptides to improve specificity and efficacy. PLoS ONE. 2015;10:e0138911. doi: 10.1371/journal.pone.0138911. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.Javadpour M.M., Juban M.M., Lo W.C., Bishop S.M., Alberty J.B., Cowell S.M., Becker C.L., McLaughlin M.L. De novo antimicrobial peptides with low mammalian cell toxicity. J. Med. Chem. 1996;39:3107–3113. doi: 10.1021/jm9509410. [DOI] [PubMed] [Google Scholar]
- 55.Horton K.L., Kelley S.O. Engineered apoptosis-inducing peptides with enhanced mitochondrial localization and potency. J. Med. Chem. 2009;52:3293–3299. doi: 10.1021/jm900178n. [DOI] [PubMed] [Google Scholar]
- 56.Ellerby H.M., Arap W., Ellerby L.M., Kain R., Andrusiak R., Del Rio G., Krajewski S., Lombardo C.R., Rao R., Ruoslahti E., et al. Anti-cancer activity of targeted pro-apoptotic peptides. Nat. Med. 1999;5:1032–1038. doi: 10.1038/12469. [DOI] [PubMed] [Google Scholar]
- 57.Bellamy W., Takase M., Yamauchi K., Wakabayashi H., Kawase K., Tomita M. Identification of the bactericidal domain of lactoferrin. Biochim. Et Biophys. Acta (BBA) Protein Struct. Mol. Enzymol. 1992;1121:130–136. doi: 10.1016/0167-4838(92)90346-F. [DOI] [PubMed] [Google Scholar]
- 58.Eliassen L.T., Berge G., Leknessund A., Wikman M., Lindin I., Løkke C., Ponthan F., Johnsen J.I., Sveinbjørnsson B., Kogner P., et al. The antimicrobial peptide, lactoferricin B, is cytotoxic to neuroblastoma cells in vitro and inhibits xenograft growth in vivo. Int. J. Cancer. 2006;119:493–500. doi: 10.1002/ijc.21886. [DOI] [PubMed] [Google Scholar]
- 59.Cruz-Chamorro L., Puertollano M.A., Puertollano E., de Cienfuegos G.Á., de Pablo M.A. In vitro biological activities of magainin alone or in combination with nisin. Peptides. 2006;27:1201–1209. doi: 10.1016/j.peptides.2005.11.008. [DOI] [PubMed] [Google Scholar]
- 60.Argiolas A., Pisano J.J. Isolation and characterization of two new peptides, mastoparan C and crabrolin, from the venom of the European hornet, Vespa crabro. J. Biol. Chem. 1984;259:10106–10111. [PubMed] [Google Scholar]
- 61.Chen X., Zhang L., Wu Y., Wang L., Ma C., Xi X., Bininda-Emonds O.R., Shaw C., Chen T., Zhou M. Evaluation of the bioactivity of a mastoparan peptide from wasp venom and of its analogues designed through targeted engineering. Int. J. Biol. Sci. 2018;14:599–607. doi: 10.7150/ijbs.23419. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62.Chen Y.L.S., Li J.H., Yu C.Y., Lin C.J., Chiu P.H., Chen P.W., Lin C.C., Chen W.J. Novel cationic antimicrobial peptide GW-H1 induced caspase-dependent apoptosis of hepatocellular carcinoma cell lines. Peptides. 2012;36:257–265. doi: 10.1016/j.peptides.2012.05.011. [DOI] [PubMed] [Google Scholar]
- 63.Hilchie A., Doucette C., DM P., Patrzykat A., Douglas S., Hoskin D.W. Pleurocidin-family cationic antimicrobial peptides are cytolytic for breast carcinoma cells and prevent growth of tumor xenografts. Breast Cancer Res. 2011;13:R102. doi: 10.1186/bcr3043. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64.Law B., Quinti L., Choi Y., Weissleder R., Tung C.H. A mitochondrial targeted fusion peptide exhibits remarkable cytotoxicity. Mol. Cancer Ther. 2006;5:1944–1949. doi: 10.1158/1535-7163.MCT-05-0509. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.