1. Introduction
In drug delivery, intracellular delivery of therapeutic drug molecules is essential. For drugs to exert their therapeutic effect in intracellular organelles such as the cytoplasm, nucleus, lysosomes, and mitochondria, they must cross the cell membrane. However, hydrophilic therapeutics or large biomolecules, such as proteins or nucleic acids, cannot typically penetrate cells. Cell-penetrating peptides (CPPs) are typically 4–40 amino acids in length, and they can penetrate cells to enhance the cellular uptake of various molecular cargoes [1,2,3,4,5,6,7]. CPPs have also been the focus of increased research interest because they are non-toxic and do not permanently damage cell membranes upon entry [7,8].
Remarkable progress has been made in the development of CPP-based drug delivery systems in various preclinical studies over the past decade [9,10,11,12,13]. Hundreds of novel CPPs and chemically modified analogs have been discovered, and several CPP-based formulations are currently being evaluated for toxicity and safety in various stages of clinical trials [7,8]. Although several efficient CPPs have been identified, they do not have a wide range of possible applications. Consequently, their improvement and the discovery of new and more efficient CPPs with increased bioavailability and reduced side effects for safe drug delivery and therapeutic applications remains a challenge [14,15,16].
Experimental verification and optimization of CPPs is time consuming and labor intensive, therefore, various in silico methods for CPP prediction have been devised as alternative approaches [17,18,19,20,21,22,23,24,25,26,27,28]. Mining properties of peptides such as amino acid composition, biochemical properties, and methods of expression of numerous new functions have been used in several in silico CPP prediction methods to achieve more than 80% accuracy. Researchers have made significant progress in developing new prediction algorithms by utilizing the physicochemical properties or distance information of a peptide sequence. For instance, CellPPD [19] and machine learning-based prediction of CPP (MLCPP) [20] use various features such as amino acid composition, dipeptide composition, a binary profile of patterns, and physicochemical properties as input features for CPP prediction. Recently, CPPpred [21] utilizes an N-to-1 neural network to express the peptide sequence as a feature of a fixed length.
However, current methods, including these studies, still have several problems that could be improved to make them more useful for CPP research. For example, they are based on relatively short CPP peptide sequences, which can make it difficult to pinpoint which parts of a protein or peptide sequence have CPP properties, and they are trained on a limited number of CPP data, which can lead to a large number of false-positive CPP predictions.
In this study, we propose AiCPP, a deep learning-based model for predicting cell permeation propensities of peptide sequences. In the development of AiCPP, we used a large number of negative CPP dataset generated from a human reference protein sequence database to reduce false positives and 9-mer peptide sequences as input to learn local-CPP sequence patterns more efficiently. The AiCPP was able to significantly reduce false-positive predictions and show more robust CPP sequence learning and prediction results.
As a model case for experimental performance verification of AiCPP, we predicted and selected a novel CPP sequence from amyloid precursor protein (APP) sequence, and confirmed that it is a good CPP through a cell permeability test in MCF-7 cells. Furthermore, we found that AiCPP can be used to optimize the wild-type APP-derived CPP sequence into a CPP sequence with higher CPP efficiency.
Figure 1 shows the schematic diagram describing the processes used to build the AiCPP model.
2. Materials and Methods
2.1. CPP Dataset Preparation
The data generation process is shown in Figure 2. We collected data for known cell-penetrating peptides (CPPs) from several sources, including CellPPD [19], MLCPP [20], CPPsite 2.0 [29], Lifetein (
To prepare the input data for our deep learning model, we used the sliding window method to slice the peptide sequences into overlapping 9-amino acid segments, as shown in Figure 3. Using the sliding window method to slice the curated peptides into overlapping 9-amino acid segments allows us to use more training data and capture local sequence patterns or meaningful sequence context features. The sliding window approach is commonly used in molecular sequence analysis to study the properties of individual residues.
To ensure that all peptides were of uniform length, we padded shorter sequences with ‘-’ characters to create 9-mer peptides. This step was necessary to maintain consistency across the dataset for deep learning. We removed all duplicate 9-mer peptide sequences from the dataset.
We generated 11,046,343 9-mer peptide fragments from 113,620 human reference proteins to be used as the negative set in the training process. By including a large number of negative datasets, we hoped to improve the model’s specificity, or its ability to correctly identify non-CPPs, by reducing the bias toward predicting false positives.
Finally, after removing duplicates in 9-mers, the AiCPP model was trained on 21,573 peptide fragments, including 7165 positive (CPP) 9-mer peptides, 14,408 negative (non-CPP) 9-mer peptides, and 11,046,343 negative 9-mer peptides derived from human reference proteins (Figure 2).
2.2. Model Algorithms and Assessment
The AiCPP uses ensemble learning, which involves training multiple models and combining their predictions to obtain a more accurate and robust result. Specifically, we built five different deep-learning architectures, each including an embedding layer, a long short-term memory (LSTM) layer, and attention layers. Figure S1 and Table 1 show more detailed information about these architectures.
To generate the input for the model, we convert the peptide sequence into a dense vector using an embedding layer. The resulting vector is used as the input for each of the five models, which use the binary cross entropy loss function and are trained for 1000 epochs using the Adam optimizer.
To obtain a final prediction value for a given peptide sequence, we take the average of the prediction values of each 9-mer obtained using a sliding window approach. Our model was implemented using Python 3.8 and TensorFlow 2.4.0.
Several metrics were used to evaluate the performance of the AiCPP model, including area under the curve (AUC), accuracy (ACC), sensitivity (SEN), specificity (SPE), precision (PRE), and Matthew’s correlation coefficient (MCC).
The area under the curve (AUC) measures the ability of the model to discriminate between positive (CPP) and negative (non-CPP) samples. We calculated it by plotting the true positive rate (sensitivity) against the false positive rate (specificity) for a range of classification thresholds and then calculating the area under the resulting curve. A higher AUC value indicates a better performing model.
Accuracy (ACC) measures the proportion of correct predictions made by the model. We calculated it as the number of correct predictions divided by the total number of predictions.
Sensitivity (SEN) measures the proportion of true positive predictions made by the model. We calculated it as the number of true positive predictions divided by the total number of actual positive samples.
Specificity (SPE) measures the proportion of true negative predictions made by the model. We calculated it as the number of true negative predictions divided by the total number of actual negative samples.
Precision (PRE) measures the proportion of correct positive predictions made by the model. We calculated it as the number of true positive predictions divided by the total number of predicted positive samples.
Matthew’s correlation coefficient (MCC) measures the ability of the model to correctly predict positive and negative samples. We calculated it as the product of sensitivity and specificity divided by the square root of the product of the true positive rate, the true negative rate, the false positive rate, and the false negative rate. A higher MCC value indicates a better performing model [30].
2.3. Calculation of Cell-Penetrating Propensity for Each Residue in the Peptide Sequence
To calculate the cell-penetrating propensity of each amino acid in the sequence, we took the average score of overlapping 9-amino acid segments that contain the specific amino acid. Figure 4 shows an example of this calculation, where the cell-penetrating propensity of the Asp (D) residue in the red box is represented by the average of the predicted values of nine peptide fragments containing Asp.
2.4. Discovery and Optimization of CPP
We validated the AiCPP model using a 770-amino acid long amyloid precursor protein (APP) as a test case. Using five different models (Model 1 to Model 5), we predicted the cell-penetrating propensity of the APP protein using the AiCPP model. After analyzing the prediction results, we identified the signal peptide, a 17-amino acid region of the APP protein, as the wild-type (WT) CPP.
To find more optimized CPPs within the WT CPP, we generated a sequence space of approximately 4.71 million peptides by substituting up to three amino acids in the WT CPP. We then calculated the CPP prediction scores for each peptide using the AiCPP model. Our goal was to identify the most efficient CPPs, so we selected nine optimized peptides with a higher cell-penetrating propensity than the WT CPP based on the predicted values.
2.5. Peptide Synthesis
Ten peptide sequences explained in Section 2.4 were synthesized by Fmoc-based solid phase peptide synthesis using an automated ASP48S peptide synthesizer (Peptron, Daejeon, Republic of Korea) and are listed in Table 2.
All peptides are modified with N-terminal fluorescein isothiocyanate (FITC) and C-terminal amidation. The synthesized peptides are purified by reversed-phase high-performance liquid chromatography using a Vydac C18 column and gradient elution with a mixture of water/acetonitrile containing 0.1% trifluoroacetic acid. The molecular weight of each peptide is estimated and confirmed using mass spectrometry (MS) analysis using a liquid chromatography-MS (LCMS)-2020 system (Shimadzu, Kyoto, Japan) (Table 2).
2.6. Cell Culture and Peptide Treatment
MCF-7 cells are maintained in Roswell Park Memorial Institute 1640 medium supplemented with 10% fetal bovine serum and 1% antibiotics at 37 °C in an atmosphere of 5% CO2 in the air. Cells are cultured in a 35-mm plate at a density of 5 × 105 cells in growth medium, incubated overnight, and then treated with 1 µM FITC-conjugated peptide for 1 h at 37 °C in a CO2 incubator.
2.7. Cell Permeability Assay
The cultured cells are harvested, washed twice with phosphate-buffered saline (PBS), treated with trypsin for 5 min, washed with PBS again, and then resuspended in 1 mL of 2% paraformaldehyde in PBS. Cells were then transferred to a fluorescence-activated cell sorting tube and analyzed by flow cytometry using a Novocyte flow cytometer (Agilent, Santa Clara, CA, USA).
3. Results
3.1. Performance of AiCPP in CPP Prediction
The AiCPP model is an ensemble model that combines the predictions of five different classification models, labeled Model 1 through Model 5. These models have accuracies ranging from 0.823 to 0.860, which are not significantly different from each other (Table 3).
However, the predictions of each model for the same peptide can vary. A pair plot (Figure 5) illustrates the differences in prediction values between the models for the same peptide. In this figure, the dots that are far from the x = y region represent the different predictions made by the models. This indicates that although some peptides are well predicted by each model, the predictions between them may differ slightly.
To compensate for the individual weaknesses of the models and improve the overall performance of the AiCPP model, the ensemble averaging method is used. This combines the predictions of the five models to produce a final prediction score. Ensemble averaging takes into account the differences in the predictions made by each model and improves the accuracy of the final prediction. This is reflected in the significantly increased AUC and MCC values for the AiCPP model, indicating a better performance than any individual model alone.
Table 3 shows that the AiCPP model outperforms the other models in terms of AUC, MCC, and ACC. When evaluated using a test set, the AiCPP model outperforms MLCPP, CellPPD, and CPPred, with values of 0.927, 0.722, and 0.860 for AUC, MCC, and ACC, respectively. In addition, the AiCPP model has a higher specificity for non-CPPs (0.893) compared to the three external models listed in Table 3. Overall, these results demonstrate that the AiCPP model is a highly accurate and reliable method for predicting CPPs.
The improved specificity of AiCPP can be attributed to the use of a large number of negative datasets derived from human reference proteins, which reduces the number of false positives compared to other models. This feature makes AiCPP a valuable tool for large-scale CPP screening, as it can significantly reduce the potential number of CPPs for experimental validation.
3.2. CPP Screening and Optimization Using AiCPP for Human APP Protein
The AiCPP model was utilized to identify potential cell-penetrating peptides (CPPs) in the human amyloid precursor protein (APP), a 770-amino acid protein that is sometimes mutated, leading to the aggregation of amyloid beta and the development of Alzheimer’s disease [31]. Using the sliding window method, the AiCPP model calculates the cell penetration propensity of each sequence in APP. The results show that sequences 1–17 (MLPGLALLLLAAWTARA) and 93–108 (TIQNWCKRGRKQCKTH) have a high probability of being CPPs (Figure 6). Of particular interest is sequence 1–17 (WT CPP), which functions as a signal sequence to transport APP to the endoplasmic reticulum and was selected for further experimental validation of the AiCPP model.
To identify a more optimized CPP with improved cell permeability based on the WT CPP, a sequence space consisting of 4.71 million sequences, including up to three mutations in the WT CPP sequence, was searched. Figure 7 shows the histogram of the AiCPP scores. Of the 4.71 million sequences generated, the AiCPP model predicted 5948 sequences with a score ≥ 0.8.
Figure 8 shows the position-specific amino acid propensity scores calculated by AiCPP for the CPP. The logo plot shows the amino acid occurrence rate at each position along the X-axis, while the Y-axis indicates the frequency of amino acid occurrence. Sequences with a predicted AiCPP value of 0.8 or greater exhibit a high mutation frequency at positions 3, 4, and 14, corresponding to P, G, and T, respectively.
We selected 10 CPP candidates, listed in Table 2, based on the sequence logo plot (Figure 8) and AiCPP scores. Peptide 1 is the WT CPP sequence from the amyloid precursor protein, whereas peptides 2–10 are peptides optimized by AiCPP. These peptides were generated by modifying the 3rd, 4th, or 14th position of the WT peptide and replacing the amino acids with K, R, or H, as indicated by the sequence logo plot. The optimized peptides show significantly increased AiCPP scores compared to the WT peptide, with the score of peptide 9 reaching 0.886 (Figure 9). The AiCPP score of the WT peptide was 0.542.
3.3. Enhanced Cell-Permeability of Modifided Peptides in MCF-7 Cells by AiCPP Optimization
In our experiments, we tested the cell permeability of the wild-type peptide and of nine optimized peptides in MCF-7 cells. As shown in Figure 10, peptide 3–9 exhibited significantly improved permeability compared to the WT peptide (Peptide 1), which had modifications at the 3rd, 4th, and 14th positions, as identified by the sequence logo plot (Figure 8). These modifications involved the substitution of certain amino acids with K, R, or H, which increased the cell-penetrating peptide (CPP) ability of the peptides.
However, peptide 2 and peptide 10, which were modified at the 2nd or 13th position, exhibited lower cell permeability than the WT CPP (Figure 10). The results suggest that simply replacing any position with K, R, or H does not necessarily increase the cell permeability, but the sequence context is more important.
4. Discussion
Machine learning is increasingly used to discover more efficient CPPs, but current techniques face limitations due to insufficient and diverse data. Most existing models [19,20,21] are trained on fewer than 1000 CPPs, which limits extrapolation of all possible sequences of similar length. To compensate for the lack of experimentally validated non-CPP data, many models use randomly generated sequences as negatives [19,20].
In this study, we adopted a sliding window approach that divided the collected CPP data into nine amino acid segments, effectively increasing the amount of data available for CPP training by about 10-fold. In addition, we reduced the number of false positives in the CPP prediction model by adding sequences with low similarity to CPP sequences in the human reference protein sequence as a negative set. The effect of using a large number of negative datasets is obvious. When we trained and tested the AiCPP model without using this large number of negative sets, the metrics for the measure of false-positive predictions, such as MCC and SPE, were significantly reduced (see Figure S2 and Table S1 in the Supplementary Materials). Interestingly, despite using 11,046,343 negative 9-mer data from human reference proteins, the AiCPP predicted that 770,435 9-mer peptides (about 6.97%) were predicted as positive CPP (see Figure S3).
We also utilized the amino acid sequence context information of the CPP sequence itself, which is commonly used in deep learning techniques such as LSTM and attention methods, to learn and predict CPPs. This 9-mer sequence context-based approach resulted in good CPP prediction performance compared to previous methods. With this approach, we obtained improved results and hope that it can be used to identify more efficient CPPs and further contribute to a more comprehensive understanding of CPPs based on the sequence information of CPPs and non-CPPs. As an experimental test case, we found a CPP sequence predicted by AiCPP in the APP protein sequence and confirmed that the sequence predicted by AiCPP was a novel CPP in MCF-7 cells. Furthermore, we found that AiCPP can be used to optimize CPP sequences with higher CPP efficacy.
While this study and many previous in silico CPP prediction studies [17,18,19,20,21] have shown great progress, they have not answered many important questions about the mechanisms of cellular permeation and how each CPP sequence is important for cellular permeation [32]. Furthermore, CPP permeability is known to be cell type dependent [33], so it is unreasonable to extrapolate the results of the AiCPP optimization sequence and cell permeability experiments from one cell type, such as MCF-7, used in this study. However, as more data becomes available for different cell types, in silico machine-learning-based CPP detection methods, such as AiCPP, may offer promising opportunities for future research.
It is also known that some CPPs can self-assemble into oligomers and promote cellular uptake. However, the mechanism of formation of CPP oligomers and their relationship with monomers in cellular penetration are not yet fully understood [34]. Although CPP peptides predicted by AiCPP would have a high propensity to enter cells, it is still unclear whether these CPPs, including the APP-derived CPPs we found in this study, enter cells as monomers or oligomers. We believe that further studies are needed to address this issue.
In summary, we present a novel in silico method for the discovery of cell-penetrating peptides (CPPs) that incorporates deep learning-based natural language processing techniques, such as long short-term memory (LSTM) and attention mechanisms, in a sliding window approach. The results show that this approach can effectively overcome the limitations of current machine learning methods for CPP discovery. The study also provides valuable insights into the sequence patterns required to optimize CPPs, which can inform the design of novel CPPs with enhanced cell penetration properties. By utilizing deep learning-based techniques and the sliding window approach, our study demonstrates an improved ability to predict CPP sequence patterns and identify novel CPPs with superior cell penetration properties. These results have important implications for the development of future CPP-based therapies and highlight the potential of our in silico approach to accelerate the discovery of effective CPPs.
Conceptualization and Supervision: J.-M.S., Writing—original draft: H.P., J.-H.P. and M.S.K., Validation: J.-H.P. and K.C., Analysis: H.P. and M.S.K., Visualization: M.S.K., Writing—review and editing: H.P., M.S.K., K.C. and J.-M.S. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
Not applicable.
The authors declare no conflict of interest.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Figure 1. Schematic workflow of the AiCPP, showing (A) training the AiCPP model, (B) identification of the CPP region in the APP protein, and (C) exploration of full sequence space for CPP sequence optimization.
Figure 2. Dataset preparation. Peptide sequences derived from the human reference protein are used as the negative set.
Figure 3. Preparation of 9-mer peptide sequences using the sliding window method for training the AiCPP model.
Figure 5. Pair plot of the AiCPP models’ correlation. Each dot in the two-dimensional scatterplot represents a peptide, either CPP (orange) or non-CPP (blue), and compares the predicted values of each model.
Figure 6. Cell-penetrating propensity of residues in the APP protein predicted by the AiCPP model, with the identified CPP peptides (1–17) highlighted in a gray box.
Figure 7. Histogram of AiCPP scores for mutant peptides predicted by the AiCPP model. The X-axis represents the AiCPP score, and the Y-axis represents the number of peptides with that AiCPP score.
Figure 8. Sequence logo plot of 5948 mutant sequences with a predicted AiCPP value of 0.8 or higher. The X-axis denotes the position of the amino acid, and the Y-axis represents the frequency of the amino acid appearance rate.
Figure 9. AiCPP prediction values for nine optimized peptides. The bar graph shows the AiCPP scores, with the red dashed line indicating the score of the WT peptide.
Figure 10. Cellular uptake of CPPs. Cells are treated without (sham) or with each FITC-conjugated peptide (1 µM) for 1 h in MCF-7 cells, and the fluorescence intensity is measured using flow cytometry as described in the Materials and Methods section.
Five different model architectures used in AiCPP.
Embedding Dimension | Convolution |
LSTM |
Attention |
Parameters | |
---|---|---|---|---|---|
Model 1 | 10 | 15 | 2 | 3 | 11,386 |
Model 2 | 10 | 15 | 0 | 2 | 5218 |
Model 3 | 10 | 15 | 3 | 6 | 7405 |
Model 4 | 3 | 0 | 0 | 1 | 1275 |
Model 5 | 6 | 0 | 0 | 1 | 1054 |
Ten CPP-peptide sequences synthesized. Peptide 1 is the WT peptide.
Name | Sequence | m/z | Ion | Molecular Formula |
---|---|---|---|---|
Peptide 1 | N′-MLPGLALLLLAAWTARA-C′ | 2282.76 | (M + H)+ | C111H164N24O24S2 |
Peptide 2 | N′-MLPGLALLKLAAWTARA-C′ | 2297.83 | (M + H)+ | C111H165N25O24S2 |
Peptide 3 | N′-MLPGLALLLLAAWKARA-C′ | 2309.89 | (M + H)+ | C113H169N25O23S2 |
Peptide 4 | N′-MLPGLALLLLAAWRARA-C′ | 2337.84 | (M + H)+ | C113H169N27O23S2 |
Peptide 5 | N′-MLKGLALLLLAAWKARA-C′ | 2340.89 | (M + H)+ | C114H174N26O23S2 |
Peptide 6 | N′-MLPKLALLLLAAWKARA-C′ | 2380.95 | (M + H)+ | C117H178N26O23S2 |
Peptide 7 | N′-MLKHLALLLLAAWKARA-C′ | 2420.97 | (M + H)+ | C118H178N28O23S2 |
Peptide 8 | N′-MLAKLALLLLAAWKARA-C′ | 2354.91 | (M + H)+ | C115H176N26O23S2 |
Peptide 9 | N′-MLKKLALLLLAAWKARA-C′ | 2412.01 | (M + H)+ | C118H183N27O23S2 |
Peptide 10 | N′-MKPGLALLLLAAKKARA-C′ | 2266.81 | (M + H)+ | C108H172N26O23S2 |
Performance evaluation of the CPP predictors. The best performance metrics are in bold.
AUC | MCC | ACC | SEN | SPE | PRE | |
---|---|---|---|---|---|---|
Model 1 | 0.893 | 0.711 | 0.853 | 0.800 | 0.907 | 0.896 |
Model 2 | 0.878 | 0.647 | 0.823 | 0.827 | 0.820 | 0.821 |
Model 3 | 0.878 | 0.674 | 0.837 | 0.813 | 0.860 | 0.853 |
Model 4 | 0.879 | 0.660 | 0.830 | 0.827 | 0.833 | 0.832 |
Model 5 | 0.891 | 0.660 | 0.830 | 0.827 | 0.833 | 0.832 |
AiCPP |
0.927 | 0.722 | 0.860 | 0.827 | 0.893 | 0.886 |
MLCPP | 0.882 | 0.633 | 0.810 | 0.914 | 0.705 | 0.758 |
CellPPD | 0.724 | 0.452 | 0.723 | 0.656 | 0.792 | 0.762 |
CPPred | 0.845 | 0.564 | 0.780 | 0.722 | 0.839 | 0.820 |
Supplementary Materials
The following supporting information can be downloaded at:
References
1. Nasrollahi, S.A.; Fouladdel, S.; Taghibiglou, C.; Azizi, E.; Farboud, E.S. A peptide carrier for the delivery of elastin into fibroblast cells. J. Dermatol.; 2012; 51, pp. 923-929. [DOI: https://dx.doi.org/10.1111/j.1365-4632.2011.05214.x]
2. Lehto, T.; Kurrikoff, K.; Langel, Ü. Cell-penetrating peptides for the delivery of nucleic acids. Expert Opin. Drug Deliv.; 2012; 9, pp. 823-836. [DOI: https://dx.doi.org/10.1517/17425247.2012.689285] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/22594635]
3. Margus, H.; Padari, K.; Pooga, M. Cell-penetrating peptides as versatile vehicles for oligonucleotide delivery. Mol. Ther.; 2012; 20, pp. 525-533. [DOI: https://dx.doi.org/10.1038/mt.2011.284] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/22233581]
4. Chen, B.; Xu, W.; Pan, R.; Chen, P. Design and characterization of a new peptide vector for short interfering RNA delivery. J. Nanobiotechnol.; 2015; 13, 39. [DOI: https://dx.doi.org/10.1186/s12951-015-0098-0] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26054932]
5. Shi, N.Q.; Gao, W.; Xiang, B.; Qi, X.R. Enhancing cellular uptake of activable cell-penetrating peptide-doxorubicin conjugate by enzymatic cleavage. Int. J. Nanomed.; 2012; 7, pp. 1613-1621.
6. Dekiwadia, C.D.; Lawrie, A.C.; Fecondo, J.V. Peptide-mediated cell-penetration and targeted delivery of gold nanoparticles into lysosomes. J. Pept. Sci.; 2012; 18, pp. 527-534. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/22764089][DOI: https://dx.doi.org/10.1002/psc.2430]
7. 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. Pharmacol.; 2020; 11, 697. [DOI: https://dx.doi.org/10.3389/fphar.2020.00697]
8. Mäe, M.; Andaloussi, S.E.; Lehto, T.; Langel, U. Chemically modified cell-penetrating peptides for the delivery of nucleic acids. Expert Opin. Drug Deliv.; 2009; 6, pp. 1195-1205. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/19831582][DOI: https://dx.doi.org/10.1517/17425240903213688]
9. Raucher, D.; Ryu, J.S. Cell-penetrating peptides: Strategies for anticancer treatment. Trends Mol. Med.; 2015; 21, pp. 560-570. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26186888][DOI: https://dx.doi.org/10.1016/j.molmed.2015.06.005]
10. Cerrato, C.P.; Pirisinu, M.; Vlachos, E.N.; Langel, Ü. Novel cell-penetrating peptide targeting mitochondria. FASEB J.; 2015; 29, pp. 4589-4599. [DOI: https://dx.doi.org/10.1096/fj.14-269225]
11. Cerrato, C.P.; Lehto, T.; Langel, Ü. Peptide-based vectors: Recent developments. Biomol. Concepts; 2014; 5, pp. 479-488. [DOI: https://dx.doi.org/10.1515/bmc-2014-0024] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/25429600]
12. Copolovici, D.M.; Langel, K.; Eriste, E.; Langel, Ü. Cell-penetrating peptides: Design, synthesis, and applications. ACS Nano; 2014; 8, pp. 1972-1994. [DOI: https://dx.doi.org/10.1021/nn4057269] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/24559246]
13. Habault, J.; Poyet, J.L. Recent Advances in Cell-penetrating Peptide-Based Anticancer Therapies. Molecules; 2019; 24, 927. [DOI: https://dx.doi.org/10.3390/molecules24050927] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30866424]
14. Erazo-Oliveras, A.; Muthukrishnan, N.; Baker, R.; Wang, T.Y.; Pellois, J.P. Improving the endosomal escape of cell-penetrating peptides and their cargos: Strategies and challenges. Pharmaceuticals; 2012; 5, pp. 1177-1209. [DOI: https://dx.doi.org/10.3390/ph5111177] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/24223492]
15. Kalafatovic, D.; Giralt, E. Cell-Penetrating Peptides: Design Strategies beyond Primary Structure and Amphipathicity. Molecules; 2017; 22, 1929. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/29117144][DOI: https://dx.doi.org/10.3390/molecules22111929]
16. Reissmann, S. Cell-penetration: Scope and limitations by the application of cell-penetrating peptides. J. Pept. Sci.; 2014; 20, pp. 760-784. [DOI: https://dx.doi.org/10.1002/psc.2672] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/25112216]
17. Dobchev, D.; Mager, I.; Tulp, I.; Karelson, G.; Tamm, T.; Tamm, K.; Janes, J.; Langel, U.; Karelson, M. Prediction of Cell-Penetrating Peptides Using Artificial Neural Networks. Curr. Comput.-Aided Drug Des.; 2010; 6, pp. 79-89. [DOI: https://dx.doi.org/10.2174/157340910791202478]
18. Sanders, W.S.; Johnston, C.I.; Bridges, S.M.; Burgess, S.C.; Willeford, K.O. Prediction of cell-penetrating peptides by support vector machines. PLoS Comput. Biol.; 2011; 7, e1002101. [DOI: https://dx.doi.org/10.1371/journal.pcbi.1002101]
19. Autam, A.; Chaudhary, K.; Kumar, R.; Sharma, A.; Kapoor, P.; Tyagi, A.; Raghava, G.P. In silico approaches for designing highly effective cell-penetrating peptides. J. Transl. Med.; 2013; 11, 74.
20. Manavalan, B.; Subramaniyam, S.; Shin, T.H.; Kim, M.O.; Lee, G. Machine-Learning-Based Prediction of Cell-Penetrating Peptides and Their Uptake Efficiency with Improved Accuracy. J. Proteome Res.; 2018; 17, pp. 2715-2726. [DOI: https://dx.doi.org/10.1021/acs.jproteome.8b00148]
21. Holton, T.A.; Pollastri, G.; Shields, D.C.; Mooney, C. CPPpred: Prediction of cell-penetrating peptides. Bioinformatics; 2013; 29, pp. 3094-3096. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/24064418][DOI: https://dx.doi.org/10.1093/bioinformatics/btt518]
22. Arif, M.; Ahmad, S.; Ali, F.; Fang, G.; Li, M.; Yu, D.J. TargetCPP: Accurate prediction of cell-penetrating peptides from optimized multiscale features using the gradient boost decision tree. J. Comput.-Aided Mol. Des.; 2020; 34, pp. 841-856. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32180124][DOI: https://dx.doi.org/10.1007/s10822-020-00307-z]
23. Schissel, C.K.; Mohapatra, S.; Wolfe, J.M.; Fadzen, C.M.; Bellovoda, K.; Wu, C.L.; Wood, J.A.; Malmberg, A.B.; Loas, A.; Gómez-Bombarelli, R. et al. Deep learning to design nuclear-targeting abiotic miniproteins. Nat. Chem.; 2021; 13, pp. 992-1000. [DOI: https://dx.doi.org/10.1038/s41557-021-00766-3] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34373596]
24. Porosk, L.; Gaidutšik, I.; Langel, Ü. Approaches for the discovery of new cell-penetrating peptides. Expert Opin. Drug Discov.; 2021; 16, pp. 553-565. [DOI: https://dx.doi.org/10.1080/17460441.2021.1851187]
25. López-Vidal, E.M.; Schissel, C.K.; Mohapatra, S.; Bellovoda, K.; Wu, C.L.; Wood, J.A.; Malmberg, A.B.; Loas, A.; Gómez-Bombarelli, R.; Pentelute, B.L. Deep Learning Enables Discovery of a Short Nuclear Targeting Peptide for Efficient Delivery of Antisense Oligomers. JACS Au; 2021; 1, pp. 2009-2020. [DOI: https://dx.doi.org/10.1021/jacsau.1c00327]
26. Pandey, P.; Patel, V.; George, N.V.; Mallajosyula, S.S. KELM-CPPpred: Kernel Extreme Learning Machine Based Prediction Model for Cell-Penetrating Peptides. J. Proteome Res.; 2018; 17, pp. 3214-3222. [DOI: https://dx.doi.org/10.1021/acs.jproteome.8b00322] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30032609]
27. de Oliveira, E.C.L.; Santana, K.; Josino, L.; Lima ELima, A.H.; de Souza de Sales Júnior, C. Predicting cell-penetrating peptides using machine learning algorithms and navigating in their chemical space. Sci. Rep.; 2021; 11, 7628. [DOI: https://dx.doi.org/10.1038/s41598-021-87134-w]
28. Kardani, K.; Bolhassani, A. Exploring novel and potent cell-penetrating peptides in the proteome of SARS-COV-2 using bioinformatics approaches. PLoS ONE; 2021; 16, e0247396. [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/33606823][DOI: https://dx.doi.org/10.1371/journal.pone.0247396]
29. Agrawal, P.; Bhalla, S.; Usmani, S.S.; Singh, S.; Chaudhary, K.; Raghava, G.P.; Gautam, A. CPPsite 2.0: A repository of experimentally validated cell-penetrating peptides. Nucleic Acids Res.; 2016; 44, pp. D1098-D1103. [DOI: https://dx.doi.org/10.1093/nar/gkv1266] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26586798]
30. Chicco, D.; Jurman, G. The advantages of the Matthews correlation coefficient (MCC) over F1 score and accuracy in binary classification evaluation. BMC Genom.; 2020; 21, 6. [DOI: https://dx.doi.org/10.1186/s12864-019-6413-7]
31. Hatami, A.; Monjazeb, S.; Milton, S.; Glabe, C.G. Familial Alzheimer’s Disease Mutations within the Amyloid Precursor Protein Alter the Aggregation and Conformation of the Amyloid-β Peptide. J. Biol. Chem.; 2017; 292, pp. 3172-3185. [DOI: https://dx.doi.org/10.1074/jbc.M116.755264] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/28049728]
32. Ruseska, I.; Zimmer, A. Internalization mechanisms of cell-penetrating peptides. Beilstein J. Nanotechnol.; 2020; 11, pp. 101-123. [DOI: https://dx.doi.org/10.3762/bjnano.11.10] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/31976201]
33. Li, Y.X.; Wei, Y.; Zhong, R.; Li, L.; Pang, H.B. Transportan Peptide Stimulates the Nanomaterial Internalization into Mammalian Cells in the Bystander Manner through Macropinocytosis. Pharmaceutics; 2021; 13, 552. [DOI: https://dx.doi.org/10.3390/pharmaceutics13040552] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/33920021]
34. Pujals, S.; Fernández-Carneado, J.; López-Iglesias, C.; Kogan, M.J.; Giralt, E. Mechanistic aspects of CPP-mediated intracellular drug delivery: Relevance of CPP self-assembly. Biochim. Et Biophys. Acta (BBA)-Biomembr.; 2006; 1758, pp. 264-279. [DOI: https://dx.doi.org/10.1016/j.bbamem.2006.01.006] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/16545772]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Cell-penetrating peptides (CPPs) have great potential to deliver bioactive agents into cells. Although there have been many recent advances in CPP-related research, it is still important to develop more efficient CPPs. The development of CPPs by in silico methods is a very useful addition to experimental methods, but in many cases it can lead to a large number of false-positive results. In this study, we developed a deep-learning-based CPP prediction method, AiCPP, to develop novel CPPs. AiCPP uses a large number of peptide sequences derived from human-reference proteins as a negative set to reduce false-positive predictions and adopts a method to learn small-length peptide sequence motifs that may have CPP tendencies. Using AiCPP, we found that short peptide sequences derived from amyloid precursor proteins are efficient new CPPs, and experimentally confirmed that these CPP sequences can be further optimized.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details



1 RM 101-1702 ADLi Institute, AZothBio. Inc., 109 Mapo-daero, Mapo-gu, Seoul 04146, Republic of Korea
2 RM D-724 Hyundai Knowledge Industry Center, AZothBio. Inc., 520 Misa-daero, Hanam-si 12927, Republic of Korea