Next Article in Journal
Current Advances in the Development of Diagnostic Tests Based on Aptamers in Parasitology: A Systematic Review
Next Article in Special Issue
Therapeutic Approaches to Treat Mitochondrial Diseases: “One-Size-Fits-All” and “Precision Medicine” Strategies
Previous Article in Journal
Bactericidal Antibacterial Mechanism of Plant Synthesized Silver, Gold and Bimetallic Nanoparticles
Previous Article in Special Issue
Stem Cells as Drug-like Biologics for Mitochondrial Repair in Stroke
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

CancerGram: An Effective Classifier for Differentiating Anticancer from Antimicrobial Peptides

1
Faculty of Natural Sciences, Brandenburg University of Technology Cottbus-Senftenberg, 01968 Senftenberg, Germany
2
Why R? Foundation, 03-214 Warsaw, Poland
3
Department of Bioinformatics and Genomics, Faculty of Biotechnology, University of Wrocław, 50-383 Wrocław, Poland
4
Faculty of Mathematics and Information Science, Warsaw University of Technology, 00-662 Warsaw, Poland
*
Author to whom correspondence should be addressed.
Pharmaceutics 2020, 12(11), 1045; https://doi.org/10.3390/pharmaceutics12111045
Submission received: 14 October 2020 / Revised: 28 October 2020 / Accepted: 29 October 2020 / Published: 31 October 2020
(This article belongs to the Special Issue Mitochondria-targeted drug delivery)

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.

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).

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.

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.
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).

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 A 9 K as a non-ACP/non-AMP.

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].

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.

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.

Abbreviations

The following abbreviations are used in this manuscript:
AUCArea under the ROC curve
AU1UAUC for binary comparisons of each class against each other
ACPAnticancer peptides
AMPAntimicrobial peptides
KapSKappa statistic
MCCMatthews correlation coefficient
AAlanine
RArginine
NAsparagine
DAspartic acid
CCysteine
EGlutamic acid
QGlutamine
GGlycine
HHistidine
IIsoleucine
LLeucine
KLysine
MMethionine
FPhenylalanine
PProline
SSerine
TThreonine
WTryptophan
YTyrosine
VValine

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/.

References

  1. Cancer. Available online: https://www.who.int/news-room/fact-sheets/detail/cancer (accessed on 13 October 2020).
  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. [Google Scholar] [CrossRef] [Green Version]
  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.
  4. Ahmed, A.; Siman-Tov, G.; Hall, G.; Bhalla, N.; Narayanan, A. Human antimicrobial peptides as therapeutics for viral infections. Viruses 2019, 11, 704. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed]
  6. Raffatellu, M. Learning from bacterial competition in the host to develop antimicrobials. Nat. Med. 2018, 24, 1097–1103. [Google Scholar] [CrossRef]
  7. Suneja, G.; Nain, S.; Sharma, R. Microbiome: A Source of Novel Bioactive Compounds and Antimicrobial Peptides. In Microbial Diversity in Ecosystem Sustainability and Biotechnological Applications; Springer: Berlin, Germany, 2019; 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. [Google Scholar] [CrossRef] [Green Version]
  9. Travkova, O.G.; Moehwald, H.; Brezesinski, G. The interaction of antimicrobial peptides with membranes. Adv. Colloid Interface Sci. 2017, 247, 521–532. [Google Scholar] [CrossRef]
  10. Gaspar, D.; Veiga, A.S.; Castanho, M.A. From antimicrobial to anticancer peptides. A review. Front. Microbiol. 2013, 4, 294. [Google Scholar] [CrossRef] [Green Version]
  11. Marquette, A.; Bechinger, B. Biophysical investigations elucidating the mechanisms of action of antimicrobial peptides and their synergism. Biomolecules 2018, 8, 18. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [CrossRef] [Green Version]
  17. Newmeyer, D.D.; Ferguson-Miller, S. Mitochondria: Releasing power for life and unleashing the machineries of death. Cell 2003, 112, 481–490. [Google Scholar] [CrossRef] [Green Version]
  18. Szewczyk, A.; Wojtczak, L. Mitochondria as a pharmacological target. Pharmacol. Rev. 2002, 54, 101–127. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [CrossRef] [Green Version]
  21. Constance, J.E.; Lim, C.S. Targeting malignant mitochondria with therapeutic peptides. Ther. Deliv. 2012, 3, 961–979. [Google Scholar] [CrossRef] [Green Version]
  22. Bansal, S.; Mittal, A. A statistical anomaly indicates symbiotic origins of eukaryotic membranes. Mol. Biol. Cell 2015, 26, 1238–1248. [Google Scholar] [CrossRef]
  23. Rappocciolo, E.; Stiban, J. Prokaryotic and mitochondrial lipids: A survey of evolutionary origins. In Bioactive Ceramides in Health and Disease; Springer: Berlin, Germany, 2019; pp. 5–31. [Google Scholar]
  24. Wollman, F.A. An antimicrobial origin of transit peptides accounts for early endosymbiotic events. Traffic 2016, 17, 1322–1328. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  44. Ferri, C.; Hernández-Orallo, J.; Modroiu, R. An experimental comparison of performance measures for classification. Pattern Recognit. Lett. 2009, 30, 27–38. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  46. Ben-David, A. About the relationship between ROC curves and Cohen’s kappa. Eng. Appl. Artif. Intell. 2008, 21, 874–882. [Google Scholar] [CrossRef]
  47. Ranganathan, P.; Pramesh, C.; Aggarwal, R. Common pitfalls in statistical analysis: Measures of agreement. Perspect. Clin. Res. 2017, 8, 187. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed]
  51. Farsinejad, S.; Gheisary, Z.; Samani, S.E.; Alizadeh, A.M. Mitochondrial targeted peptides for cancer therapy. Tumor Biol. 2015, 36, 5715–5725. [Google Scholar] [CrossRef]
  52. Yitzchak, H. Disease Treatment Via Antimicrobial Peptides Or Their Inhibitors. U.S. Patent 8202835 B2, 19 June 2012. [Google Scholar]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef]
  55. Horton, K.L.; Kelley, S.O. Engineered apoptosis-inducing peptides with enhanced mitochondrial localization and potency. J. Med. Chem. 2009, 52, 3293–3299. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [PubMed]
  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. [Google Scholar] [CrossRef] [PubMed]
  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. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [Green Version]
  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. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Schematic representation of n-gram extraction (A) and decision-making procedure in CancerGram (B). The training data sets include ACP (shaded in red), AMP (shaded in yellow) and non-ACP/non-AMP sequences (the negative data set, shaded in blue). Each peptide from the training data sets was divided into subsequences of 5 amino acids (5-mers). For each 5-mer, we extracted continuous and discontinuous n-grams of size ranging from 1 to 3, and exemplary n-grams are presented in boxes shaded in colors respective to the data sets. The informative n-grams for CancerGram training were selected by Quick Permutation Test for all combinations of the data sets, and they are shaded in: (i) red-yellow for the ACP/AMP data set, (ii) red-blue for the ACP/Negative data set, and (iii) yellow-blue for the AMP/Negative data set (A). To make a prediction, CancerGram first divides a peptide into 5-mers and then, for each 5-mer, makes a prediction if it is an ACP, AMP or non-ACP/non-AMP (the first model). To scale the prediction from 5-mers to the level of a peptide, numerous statistics are calculated, and on their basis, CancerGram makes the final prediction (the second model) (B).
Figure 1. Schematic representation of n-gram extraction (A) and decision-making procedure in CancerGram (B). The training data sets include ACP (shaded in red), AMP (shaded in yellow) and non-ACP/non-AMP sequences (the negative data set, shaded in blue). Each peptide from the training data sets was divided into subsequences of 5 amino acids (5-mers). For each 5-mer, we extracted continuous and discontinuous n-grams of size ranging from 1 to 3, and exemplary n-grams are presented in boxes shaded in colors respective to the data sets. The informative n-grams for CancerGram training were selected by Quick Permutation Test for all combinations of the data sets, and they are shaded in: (i) red-yellow for the ACP/AMP data set, (ii) red-blue for the ACP/Negative data set, and (iii) yellow-blue for the AMP/Negative data set (A). To make a prediction, CancerGram first divides a peptide into 5-mers and then, for each 5-mer, makes a prediction if it is an ACP, AMP or non-ACP/non-AMP (the first model). To scale the prediction from 5-mers to the level of a peptide, numerous statistics are calculated, and on their basis, CancerGram makes the final prediction (the second model) (B).
Pharmaceutics 12 01045 g001
Figure 2. Distribution of the hydropathy index and net charge for anticancer peptides (ACPs), antimicrobial peptides (AMPs) and non-ACP/non-AMP sequences (Negative).
Figure 2. Distribution of the hydropathy index and net charge for anticancer peptides (ACPs), antimicrobial peptides (AMPs) and non-ACP/non-AMP sequences (Negative).
Pharmaceutics 12 01045 g002
Figure 3. Amino acid composition of ACPs, AMPs and non-ACP/non-AMP sequences (Negative).
Figure 3. Amino acid composition of ACPs, AMPs and non-ACP/non-AMP sequences (Negative).
Pharmaceutics 12 01045 g003
Figure 4. Results of fivefold cross-validation for the peptide layer of the model. Each dot corresponds to a single fold.
Figure 4. Results of fivefold cross-validation for the peptide layer of the model. Each dot corresponds to a single fold.
Pharmaceutics 12 01045 g004
Table 1. Data set sizes used for training and validation of CancerGram.
Table 1. Data set sizes used for training and validation of CancerGram.
Data SetACPAMPNegative
Training686689776
Validation171170194
Independent577690
Table 2. Results of fivefold cross-validation.
Table 2. Results of fivefold cross-validation.
MeasureMer LayerPeptide Layer
Accuracy0.64 (+/−0.01)0.76 (+/−0.021)
AU1U0.79 (+/−0.006)0.89 (+/−0.008)
KapS0.44 (+/−0.015)0.64 (+/−0.032)
Table 3. Results of predictions on the validation data sets.
Table 3. Results of predictions on the validation data sets.
MeasureValue
Accuracy0.77
AU1U0.89
KapS0.65
Table 4. Comparison of CancerGram and AntiCP 2.0 [13] performance on the independent data set. AntiCP 2.0 predictions were obtained using model 1 of the standalone version with default values of threshold (0.5) and window length (10). CancerGram predictions were binarized. The low values of the Matthews correlation coefficient (MCC), precision and sensitivity are due to the large number of AMPs (769) and low number of ACPs (57) in the independent data set.
Table 4. Comparison of CancerGram and AntiCP 2.0 [13] performance on the independent data set. AntiCP 2.0 predictions were obtained using model 1 of the standalone version with default values of threshold (0.5) and window length (10). CancerGram predictions were binarized. The low values of the Matthews correlation coefficient (MCC), precision and sensitivity are due to the large number of AMPs (769) and low number of ACPs (57) in the independent data set.
SoftwareMCCPrecisionSensitivitySpecificityAccuracyAUC
CancerGram0.150.170.300.890.850.60
AntiCP 2.00.070.100.320.790.760.53
Table 5. Comparison of CancerGram and mACPpred [49] performance on the validation data set, from which sequences used for mACPpred training were removed. The final data set contained 128 ACPs and 170 AMPs. CancerGram predictions were binarized.
Table 5. Comparison of CancerGram and mACPpred [49] performance on the validation data set, from which sequences used for mACPpred training were removed. The final data set contained 128 ACPs and 170 AMPs. CancerGram predictions were binarized.
SoftwareMCCPrecisionSensitivitySpecificityAccuracyAUC
CancerGram0.570.780.710.850.790.83
mACPpred0.210.480.900.270.540.68
Table 6. Experimentally verified ACPs targeting mitochondria of cancer cells.
Table 6. Experimentally verified ACPs targeting mitochondria of cancer cells.
PeptideSequenceReference
A 9 KAAAAAAAAAK[50]
hCAP-18FRKSKEKIGKEFKRIVQRIKDFLRNLVPRTES[51,52]
HPRP-A1-TATFKKLKKLFSKLWNWKRKKRRQRRR[53]
KLAKLAKLAKKLAKLAK[54,55,56]
Lactoferricin BFKCRRWQWRMKKLGAPSITCVRRAF[57,58]
Magainin 1GIGKFLHSAGKFGKAFVGEIMKS[59]
Mastoparan-CLNLKALLAVAKKIL[60,61]
NGR Peptide 1CNGRCGGKLAKLAKKLAKLAK[56]
GW-H1GYNYAKKLANLAKKFANALW[62]
Pleurocidin NRC-03GRRKRKWLRRIGKGVKIIGGAALDHL[63]
R7-klaRRRRRRRKLAKLAKKLAKLAK[64]
RGD-4C-GG-(KLAKLAK) 2 ACDCRGDCFCGGKLAKLAKKLAKLAK[56]
Table 7. Prediction results for experimentally verified ACPs targeting mitochondria of cancer cells.
Table 7. Prediction results for experimentally verified ACPs targeting mitochondria of cancer cells.
PeptideACPAMPNegativeDecision
A 9 K0.100.320.58Negative
GW-H10.310.640.06AMP
hCAP-180.960.040.00ACP
HPRP-A1-TAT0.660.330.01ACP
KLA1.000.000.00ACP
Lactoferricin B0.100.900.00AMP
Magainin 10.630.320.05ACP
Mastoparan-C0.960.040.00ACP
NGR Peptide 10.650.350.00ACP
Pleurocidin 030.001.000.00AMP
R7-kla0.960.040.00ACP
RGD-4C-GG-(KLAKLAK) 2 0.980.020.00ACP
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Burdukiewicz, M.; Sidorczuk, K.; Rafacz, D.; Pietluch, F.; Bąkała, M.; Słowik, J.; Gagat, P. CancerGram: An Effective Classifier for Differentiating Anticancer from Antimicrobial Peptides. Pharmaceutics 2020, 12, 1045. https://doi.org/10.3390/pharmaceutics12111045

AMA Style

Burdukiewicz M, Sidorczuk K, Rafacz D, Pietluch F, Bąkała M, Słowik J, Gagat P. CancerGram: An Effective Classifier for Differentiating Anticancer from Antimicrobial Peptides. Pharmaceutics. 2020; 12(11):1045. https://doi.org/10.3390/pharmaceutics12111045

Chicago/Turabian Style

Burdukiewicz, Michał, Katarzyna Sidorczuk, Dominik Rafacz, Filip Pietluch, Mateusz Bąkała, Jadwiga Słowik, and Przemysław Gagat. 2020. "CancerGram: An Effective Classifier for Differentiating Anticancer from Antimicrobial Peptides" Pharmaceutics 12, no. 11: 1045. https://doi.org/10.3390/pharmaceutics12111045

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