Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2026 May 26;16:24275. doi: 10.1038/s41598-026-52036-2

FrogPCSP: a propeptide cleavage site predictor for frog antimicrobial peptides

Esdras Matheus Gomes da Silva 1,, Taran Grant 1
PMCID: PMC13444074  PMID: 42191748

Abstract

Frogs produce and secrete cutaneous antimicrobial peptides (AMPs), which serve as chemical defense against microbial infections and have great biotechnological potential. AMPs are stored in intracellular vesicles in skin glands as propeptides. Before secretion, proprotein convertases (PCs) cleave propeptides into acidic spacer peptides and bioactive peptides. Identifying the correct cleavage site between the acidic spacer and bioactive peptides is a crucial step in AMP prediction. Here, we present Frog Propeptide Cleavage Site Predictor (FrogPCSP), an SVM-based predictor designed to identify propeptide cleavage sites in frog AMPs. The SVM model showed strong performance (global accuracy = 0.981, precision = 0.937, recall = 0.928, F1-score = 0.933, PR-AUC: 0.916) under grouped and stratified 10-fold cross-validation on 424 positive and 2488 negative cleavage sites. Overall, FrogPCSP demonstrated superior performance for propeptide cleavage site prediction of frog AMPs (AUC = 0.990) relative to PSSM (AUC = 0.974) and ProP (AUC = 0.905), a general-purpose reference prohormone cleavage site predictor. As proof of concept, 595 unlabeled frog AMP sequences from UniProtKB/TrEMBL were analyzed. FrogPCSP inferred 926 putative propeptide cleavage sites. Computational physicochemical profiling of the resulting peptides revealed two distinct clusters, one positively charged, with high isoelectric point and strong amphipathicity—consistent with putative bioactive peptides—and another negatively charged, with low isoelectric point and low amphipathicity values—corresponding to putative acidic spacer peptides. Thus, we believe identifying propeptide cleavage sites will assist the discovery and advance the understanding of novel frog AMPs.

Supplementary Information

The online version contains supplementary material available at 10.1038/s41598-026-52036-2.

Subject terms: Biochemistry, Biological techniques, Biotechnology, Microbiology

Introduction

Amphibians, especially anurans (frogs), produce and secrete myriad chemical compounds from granular skin glands, including proteins, amines, steroids, alkaloids, and host defense peptides (HDPs; Carrillo et al.1). Most HDPs are antimicrobial peptides (AMPs) and serve as defensive chemicals against microbial infections2,3. Multidrug-resistant bacterial4 and fungal infections unresponsive to conventional therapies5 are considered major public health concerns. Current knowledge indicates that AMPs adopt an amphipathic α-helical structure in aqueous solution and upon interacting with the negatively charged outer leaflet of lipid bilayers (reviewed in6. Consequently,, their molecular mechanism of action is receptor-independent, reducing the risk of selecting resistant bacterial strains7. Therefore, they have great biotechnological potential to treat these pathologies8.

AMPs are synthesized as prepropeptides composed of three regions: (1) a signal peptide, (2) an acidic spacer peptide, and (3) a bioactive peptide9. The signal peptide mediates the intracellular transport of the AMP10. Upon reaching the endoplasmic reticulum (ER), signal peptide are excise from the prepropeptide by signal peptidases, remaining the propeptide11. The acidic spacer peptide maintains the propeptide in an inactive state and is typically negatively charged, with a low isoelectric point, counterbalancing the positively charged (cationic), highly amphipathic bioactive peptide, which generally has a high isoelectric point12. In frogs, endopeptidases, such as proprotein convertases (PCs), are responsible for cleaving the propeptide into the acid spacer peptide and bioactive peptide prior to its secretion by the granular skin gland13. PCs cleavage sites are preferably the C-terminal region of dibasic residues (Arginine [R] and Lysine [K]; Seidah and Chrétien14). However, the amino acid context surrounding the potential cleavage site influences its recognition by the enzyme15. Identification of the correct cleavage site between the acidic spacer and the bioactive peptide is a crucial step for AMP prediction16. However, experimental approaches are highly time-consuming and expensive17. Therefore, the development of computational tools specifically designed to predict putative PCs cleavage sites is a well-adopted strategy18. Although standard bioinformatic tools, such as ProP15, can be employed, they might not be accurate for non-model organism datasets19. Here, we present Frog Propeptide Cleavage Site Predictor (FrogPCSP), a propeptide cleavage site predictor of frog AMPs based on an SVM-model.

Results

Data pre-processing

Interestingly, an initial manual inspection of UniprotKB/SwissProt AMP cleavage sites showed small inaccuracies in their sequence coordinates (Supplementary Fig. 1A and 1B). Therefore, manual inspection was performed to correct these errors (Supplementary Table 1).

Cleavage sites

As expected, the most frequent amino acid immediately before the correct cleavage sites is Lysine (K), and the most frequent two and three residues upstream to correct cleave sites is glutamic acid (E), as opposed to downstream cleavage site, which does not seem to follow a clear pattern (Fig. 1A).

Fig. 1.

Fig. 1

Integrated evaluation of cleavage site prediction. (A) Sequence logo coupled with heatmap showing the relative frequencies of amino acids adjacent to correct cleavage sites. Red indicates acidic amino acids, blue basic amino acids, green polar amino acids, and black hydrophobic amino acids. The heatmap color scale ranges from blue (0) to yellow (1). (B) SVM decision surface using PCA-transformed features. (C) Venn diagram depicting the relationship between cleavage sites across the SwissProt Reference (blue), SVM (magenta) and ProP (green) databases. (D) ROC curve comparing PSSM, ProP and the SVM-model predictions. (E) Calibration curves and brier scores for each cleavage site prediction model. (F) Scatter plot showing the distribution of peptide amphipathicity and isoelectric point, with net charges ranging from − 8 (blue) to + 8 (red) and molecular weights between 2000 Daltons (Da; small circles) and 12,000 Da (large circles). Cross symbols represent outliers (|z-residual| Inline graphic 1.5).

Composition of training and testing datasets

Clustering identity cutoffs did not substantially affect the performance metrics of the model. Although lower cutoff values had higher variance, whereas higher cutoff values had lower variance (Table 1). Therefore, a 90% cutoff was chosen as it provided a suitable trade-off between stability and generalization performance. Clustering outputs are provided in Supplementary Data 1–4. Training and testing datasets generated for each identity cutoff value are provided in Supplementary Tables 2–5.

Table 1.

Model performance metrics under different clustering identity cutoffs.

Identity cutoff Accuracy Precision Recall F1 σ(K-mers/Fold)
0.70 0.969 0.968 0.968 0.968 ± 438
0.80 0.964 0.964 0.964 0.964 ± 390
0.90 0.974 0.972 0.973 0.972 ± 200
0.95 0.975 0.973 0.974 0.973 ± 169

Machine Learning model

The data frame contained 2,488 false cleavage sites and 424 true cleavage sites. After performing a 10-fold grid search, the best estimated parameters were C = 0.5, gamma = ‘scale’, and kernel = ‘rbf’. These parameters yielded the highest AUC of 0.97. Due to the unbalanced data, the model was trained and evaluated using a grouped stratified 10-fold cross-validation approach, achieving global performance metrics above 90% (pooled results: accuracy = 0.981, precision = 0.937, recall = 0.928, F1-score = 0.933, PR-AUC: 0.916) (Table 2). Fold-specific and pooled precision-recall curves, together with the global PR-AUC, are presented in Supplementary Fig. 2. Overall, the model exhibited low rates of false positives and false negatives and displayed a well-defined decision surface (Fig. 1B). Comparison across taxa indicated that the model achieved better performance metrics for the families Ranidae, Hylidae, and Bombinatoridae (Table 3). An example of a successfully cleaved peptide is shown in Supplementary Fig. 3.

Table 2.

Cross-validation performance metrics across folds.

Fold Accuracy Precision Recall F1-score PR-AUC 95% CI
1 0.962 0.893 0.926 0.909 0.992 0.970-1.000
2 0.980 0.978 0.898 0.936 0.903 0.787-1.000
3 0.962 0.960 0.774 0.857 0.798 0.634–0.933
4 0.994 0.978 0.978 0.978 0.900 0.782-1.000
5 0.986 0.969 0.939 0.954 0.947 0.867-1.000
6 0.992 0.962 0.981 0.971 0.977 0.941-1.000
7 0.973 0.932 0.891 0.911 0.889 0.772–0.981
8 0.975 0.889 0.941 0.914 0.909 0.760–0.999
9 0.970 0.825 0.940 0.879 0.884 0.768–0.975
10 0.994 1.000 0.961 0.980 0.979 0.948-1.000

Table 3.

Leave-one-out performance metrics across taxa.

Family Test set Accuracy Precision Recall F1-Score PR-AUC 95% CI
Dicroglossidae 35 1.000 1.000 1.000 1.000 1.000 1.000–1.000
Myobatrachidae 14 1.000 1.000 1.000 1.000 1.000 1.000–1.000
Ranidae 936 0.987 0.947 0.962 0.954 0.960 0.926–0.986
Bombinatoridae 796 0.879 0.492 0.957 0.650 0.941 0.889–0.982
Hyperoliidae 35 0.886 0.556 1.000 0.714 0.938 0.644-1.000
Hylidae 742 0.945 0.824 0.844 0.834 0.921 0.883–0.952
Leptodactylidae 75 0.893 0.875 0.500 0.636 0.868 0.659-1.000
Phyllomedusidae 41 0.976 0.857 1.000 0.923 0.829 0.422-1.000
Pelodryadidae 91 0.978 0.926 1.000 0.962 0.757 0.613-1.000
Pipidae 139 0.957 1.000 0.571 0.727 0.658 0.413–0.862
Rhacophoridae 8 0.875 0.000 0.000 0.000 0.100 0.071–0.333

Benchmark

Reference, PSSM and SVM-predicted cleavage sites were non-redundant compared to those inferred by ProP. For example, ProP identified both SICEEEK|RE and ICEEEKR|EE k-mers, whereas in the Reference, PSSM, and SVM datasets, only the k-mer with the strongest cleavage signal (ICEEEKR|EE) was retained. Consequently, ProP inferred a larger number of cleavage sites than the Reference, PSSM and SVM datasets. However, most cleavage sites predicted as positive by ProP were not present in the reference dataset(Fig. 1C). As a result, the SVM model achieved higher true positive rates and lower false positive rates than ProP (Fig. 2D). Additionally, the SVM model presented lower brier score and better calibration curve than ProP and PSSM, demonstrating superior performance for cleavage site prediction of frog AMPs (Fig. 1E).

Fig. 2.

Fig. 2

General workflow for cleavage site model development. Manually curated UniProtKB/Swiss-Prot sequences and annotations are retrieved and clustered based on sequence identity. For each sequence, 7-mer windows flanking putative cleavage sites are computationally generated and encoded using one-hot encoder. The cleavage site prediction model is then developed through cross-validation and comprehensive model evaluation. Benchmarking is performed to compare FrogPCSP with the well-established ProP tool. Finally, a proof-of-concept analysis is conducted using UniProtKB/TrEMBL frog AMP precursor sequences.

Prediction of cleavage sites in unlabeled data

As proof-of-concept, 595 AMP automatically curated sequences from Uniprot (TrEMBL) were analyzed by the SVM-model. As a result, 5550 cleave sites were considered incorrect and 623 were considered correct. Signal peptide sequences were also excluded using a Hidden Markov Model (HMM) built based on signal peptide sequences of DADP. To better understand the physicochemical properties of the cleaved peptides, their putative molecular weight, isoelectric point, net charge, and amphipathicity were assessed. As a result, it was found that peptide amphipathicity and isoelectric point values are linearly correlated (r = 0.99, p < 0.001), with positively charged peptides exhibiting higher values of both parameters than negatively charged peptides. Only 38 propeptide fragments were classified as outliers based on standardized residuals (|z-residual| Inline graphic 1.5; Fig. 2F and Supplementary Table 6).

Discussion

Although UniProtKB/SwissProt is a manually curated database, minor inaccuracies in cleavage site annotations were identified (Fig. S1) and corrected. This finding highlights the importance of interpreting manually curated annotations with caution. Analysis of amino acid composition revealed that residues upstream the cleavage site tend to be acidic, particularly glutamic acid (E), with the conserved motif EEKR (Fig. 1A). This result is consistent with the processing quadruple motif (PQM), whereby an arginine residue at position − 1 partners with a glutamic acid residue at positions − 2, − 3, or − 4, suggesting that acidic residues preceding basic amino acids such as lysine or arginine might serve as a stronger recognition signal for PCs in frog AMPs, as toxin observed in spider venom, for example20.

The limited availability of propeptide cleavage site prediction tools represents a constraint for baseline comparison. Nevertheless, the SVM model accurately predicted both correct and incorrect cleavage sites, showing low rates of both false positive and false negatives and a well-defined decision surface (Fig. 1B). Although the AUC values of the SVM and PSSM models were similar (Fig. 1D), the SVM achieved a lower Brier score, indicating better probability calibration and greater predictive stability (Fig. 1E). These results indicate that FrogPCSP is a reliable tool for predicting propeptide cleavage sites in frog AMPs, and underscores the importance of developing tools tailored to frog AMPs rather than relying on general-purpose predictors.

Although this tool produced promising results, the dataset was highly imbalanced across families, with Ranidae, Hylidae, and Bombinatoridae accounting for approximately 85% of all k-mers, while several families are underrepresented with less than 5% of k-mers Pipidae, Pelodryadidae, Leptodactylidae, or even less than 2% (Phyllomedusidae, Dicroglossidae, Hyperoliidae, Myobatrachidaem, Rhacophoridae) (Table 3). This distribution reflects the unbalanced representation of studies across taxonomical groups21. Therefore, the model appears to be more realistic for the most represented families, while predictions of propeptide cleavage sites for underrepresented groups should be interpreted with caution.

Bioactive peptides are generally amphipathic and positively charged molecules, whereas acidic spacer peptides are typically negatively charged with low isoelectric points22. Our analysis clearly distinguished two groups of peptides with these characteristic features (Fig. 1F), despite the presence of a limited number of outliers (38 in total; Supplementary Table 6). A more detailed examination of these outliers revealed three distinct clusters (Supplementary Fig. 4). The first cluster was characterized by high isoelectric point, amphipathicity, net charge, and molecular weight, with putative available cleavage sites, suggesting possible miscleavage events, whereas the second and third clusters showed intermediate and lower values, respectively (Supplementary Fig. 5). This pattern indicates that, in most cases, FrogPCSP accurately predicted the correct cleavage site between the acidic spacer peptide and the bioactive peptide of the putative frog AMPs. Therefore, we believe that FrogPCSP will assist the discovery and advance the understanding of novel frog AMPs.

Methods

The general workflow consisted of clustering UniProtKB/Swiss-Prot sequences based on sequence identity to prevent data leakage. Subsequently, sequence fragments of seven residues centered around putative cleavage sites (7-mers) were generated. These 7-mers were encoded using a one-hot encoding scheme and used to train the cleavage site prediction model. Finally, the trained model was applied to UniProtKB/TrEMBL sequences as proof of concept (Fig. 1).

Data acquisition and pre-processing

1089 manually curated AMP sequences and their annotation were obtained from Uniprot/SwissProt database (12/09/2025) using the following search prompt: (taxonomy_id:8342) AND (keyword: KW-0878) AND (reviewed: yes). Only sequences with complete AMP structures (signal peptide, acidic spacer peptide, and bioactive peptide) were used in the subsequent analysis, leaving 348 peptide sequences. Additionally, 595 automatically curated AMP sequences from Uniprot/TrEMBL database (12/09/2025) were used as proof of concept of the tool. To download these sequences, the following search prompt was used: (taxonomy_id:8342) AND (keyword: KW-0878) AND (reviewed: no). Manual curation was performed to correct coordinate errors on the UniprotKB/SwissProt annotated cleavage sites (see Data Pre-processing Results).

Data processing

Putative cleavage sites were searched through a sliding-window along the prepropeptide sequences. Next, short sequences (k-mers) of seven residues (7-mers) were artificially generated around the putative cleavage sites (e.g., the sequence LGKRYGG, where LGK is upstream to the cleavage site and YGG is downstream). Redundant putative cleavage sites were not included (e.g., for LGKR|YGG and ELGK|RYG there are two putative cleavage sites, indicated by the pipe symbol “|”). Annotated cleavage sites (UniProtKB/Swiss-Prot) were considered true and those not annotated were considered false. The k-mer amino acid sequences were coded using one-hot-encoder from the Python library Scikit-learn version 1.723. This method converts each amino acid into a numerical vector of length 20, representing the 20 standard amino acids (e.g., the amino acid glutamic acid is represented by the vector [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]). Signal peptide sequences were removed prior to the development of the model using the UniProtKB/Swiss-Prot annotation as reference.

Composition of training and testing datasets

To avoid sequence redundancy and data leakage, homology filtering was performed at the prepropeptide peptide level. Prepropeptide sequences were clustered with CD-HIT version 4.8.124 at 70%, 80%, 90% and 95% identity with the command-line: cd-hit -i input.fasta -o output.fasta -c [0.7, 0.8, 0.9, 0.95]. All k-mers derived from a given cluster were assigned to the same fold. Homology control was applied prior to k-mer extraction, ensuring that no sequence segment derived from a precursor in the training folds appeared in the test fold.

Machine learning model construction and evaluation

A support vector machine (SVM) model was developed, as this method is widely applied to the identification of protease cleavage sites25 and has been successfully used to predict propeptide cleavage sites in spider toxins19. SVMs are also suitable for small training datasets, as in the present study. Hyperparameters were optimized and performance metrics were computed using grid search with 10-fold stratified cross-validation. The search space included (1) C ∈ {0.5, 1, 10, 100}, (2) γ ∈ {‘scale’, 1, 0.1, 0.01, 0.001}, (3) kernel ∈ {linear, rbf, sigmoid, poly}, and (4) degree ∈ {2, 3, 4, 5} for the polynomial kernel.

Model performance (precision, accuracy, recall, and F1-score) was estimated via 10-fold stratified cross-validation, preserving the class balance of true and false cleavage sites. To assess the uncertainty of the performance estimates, a bootstrap resampling strategy was applied to the precision-recall area under the curve (PR-AUC). For each evaluation set, the true labels and predicted scores were resampled with replacement 1,000 times, generating bootstrap samples with the same size as the original dataset. For each resampled dataset, the precision-recall curve was recalculated, and the corresponding PR-AUC was estimated.

The model performance was also evaluated using the leave-one-group-out (LOGO) cross-validation approach to estimate the generalization of the model across different taxa. In this method, the dataset is divided into training set with data from all families except one, and testing set with data of the family excluded from training. This process is iteratively repeated until all taxa are evaluated. Global performance metrics were computed by pooling predictions from all folds, ensuring unbiased estimates. The final model and encoder were saved as .pkl files using the Python library Pickle version 3.14 (https://docs.python.org/3/library/pickle.html).

Benchmarking

To evaluate the predictive performance of the SVM model, a benchmarking analysis was conducted against ProP version 1.015, a well-established propeptide cleavage site predictor, and position-specific scoring matrix (PSSM) model.

A PSSM-based approach was evaluated using 10-fold stratified group cross-validation. In each fold, the PSSM was built only from positive training 7-mers containing basic cleavage motifs, using pseudocount-corrected position weights converted to log2 odds scores. K-mers were scored by summing position-specific log-odds values, and these scores were calibrated into probabilities with logistic regression trained only on the corresponding training fold. Test samples were classified using a probability threshold of 0.5, generating out-of-fold predictions for downstream evaluation.

Predictions from both approaches were aligned by sequence identifier and cleavage site position. Performance metrics—including accuracy, precision, recall, F1-score, and AUC—were computed based on experimentally validated cleavage sites. Receiver operating characteristic (ROC) curves were also generated to visualize comparative performance. Probability calibration was assessed using the Brier score, which measures the mean squared difference between predicted probabilities and true binary outcomes. Calibration curves were also generated by grouping predictions into quantile-based bins and comparing the mean predicted probability with the observed fraction of positives in each bin.

Prediction of cleavage sites in unlabeled data

Automatically curated AMP sequences from UniProtKB/TrEMBL database were used as proof-of-concept of FrogPCSP. A Hidden Markov Model (HMM) of AMP signal peptides was built using signal peptide sequences from DADP database as reference26 and the software HMMER version 3.427. To achieve this, signal peptide sequences from the DADP database were first aligned,, using MUSCLE version 5.328. The resulting multiple sequence alignments were subsequently used to build the HMM profile. This model was subsequently applied to screen the UniProtKB/TrEMBL database sequences for the identification of putative AMP signal peptides.

The following general command-lines were used:

muscle -align signalp.fa signalp.afa.

hmmbuild signalp.afa signalp.hmm.

hmmsearch -E 1e-5 --domtblout results/database.domtblout --cpu 32 -o results/database.signalp.log database/signalp.hmm database/database.fasta.

After removing signal peptide sequences from the original data, the remaining prepropeptide sequences were used as input to the model. Additionally, putative physicochemical properties of the resulting fragment sequences (isoelectric point and amphipathiciy) were computed using the Python libraries Biopython version 1.8729 and modlamp version 4.3.230.

The isoelectric point computes the pH at which the net peptide charge is zero based on the pKa values of the N- and C-termini and ionizable side chains. The total charge is calculated across different pH values using the Henderson-Hasselbalch equation, which describes the protonation state of each ionizable group as a function of pH and pKa:

graphic file with name d33e1015.gif

The default pKa values include 3.55 for the C-terminus, 7.50 for the N-terminus, 4.05 for Asp, 4.45 for Glu, 9.00 for Cys, 10.00 for Tyr, 5.98 for His, 10.00 for Lys, and 12.00 for Arg.

For amphipathicity, each residue was assigned with a hydrophobicity value according to the Eisenberg scale. The sequence was projected at a 180º angle (alfa-helix), and the summed vectors were divided by the sequence length., and can be expressed with the equation:

graphic file with name d33e1022.gif

Where:

Inline graphic represents the hydrophobicity of the residue at the position \:i.

Inline graphic represents the residue angle (180º).

\:n represents the sequence length.

Electronic Supplementary Material

Below is the link to the electronic supplementary material.

Supplementary Material 1 (1.3MB, docx)
Supplementary Material 4 (194.2KB, png)
Supplementary Material 4 (856.4KB, png)
Supplementary Material 6 (43.1KB, clstr)
Supplementary Material 7 (44.4KB, clstr)
Supplementary Material 8 (45.1KB, clstr)
Supplementary Material 9 (43.5KB, clstr)
Supplementary Material 10 (223.4KB, xlsx)
Supplementary Material 15 (13.4KB, xlsx)

Author contributions

Conceptualization: da Silva, E. M. G. Data collection: da Silva, E.M.G. Data analyses: da Silva, E. M. G. Writing (first draft): da Silva, E. M. G. Writing (review and editing): da Silva, E. M. G and Grant, T. Funding acquisition and supervision: Grant, T.

Funding

This research was funded by the Brazilian Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP; grants #2018/15425-0 to Grant, T. and #2024/21125-0 to da Silva, E. M. G.).

Data availability

All Python scripts for FrogPCSP are publicly available without restriction at: https://github.com/Matheusdras/FrogPCSP.

Declarations

Competing interests

The authors declare no competing interests.

Footnotes

Publisher’s note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Carrillo, J. F. C., Boaretto, A. G., Santana, D. J. & Silva, D. B. Skin secretions of Leptodactylidae (Anura) and their potential applications. J. Venom. Anim. Toxins Trop. Dis.30, e20230042 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Aguilar, S. et al. Enhancing Antimicrobial Peptides from Frog Skin: A Rational Approach. Biomolecules15, 449 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Liu, X. et al. Modification and Synergistic Studies of a Novel Frog Antimicrobial Peptide against Pseudomonas aeruginosa Biofilms. Antibiotics13, (2024). [DOI] [PMC free article] [PubMed]
  • 4.Urban-Chmiel, R. et al. Antibiotic Resistance in Bacteria—A Review. Antibiotics11, 1079 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Zhang, Z., Bills, G. F. & An, Z. Advances in the treatment of invasive fungal disease. PLOS Pathog. 19, e1011322 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Pandidan, S. & Mechler, A. Latest developments on the mechanism of action of membrane disrupting peptides. Biophys. Rep.7, 173–184 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Magana, M. et al. The value of antimicrobial peptides in the age of resistance. Lancet Infect. Dis.20, e216–e230 (2020). [DOI] [PubMed] [Google Scholar]
  • 8.Wang, J. et al. Discovery, development and optimization of a novel frog antimicrobial peptide with combined mode of action against drug-resistant bacteria. Comput. Struct. Biotechnol. J.23, 3391–3406 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Chen, Z. et al. Two novel families of antimicrobial peptides from skin secretions of the Chinese torrent frog, Amolops jingdongensis. Biochimie94, 328–334 (2012). [DOI] [PubMed] [Google Scholar]
  • 10.König, E., Bininda-Emonds, O. R. P. & Shaw, C. The diversity and evolution of anuran skin peptides. Peptides63, 96–117 (2015). [DOI] [PubMed] [Google Scholar]
  • 11.Pérez, L. O., Cancelarich, N. L., Aguilar, S., Basso, N. G. & Marani, M. M. Genetic analysis of signal peptides in amphibian antimicrobial secretions. J. Genet.97, 1205–1212 (2018). [PubMed] [Google Scholar]
  • 12.Pasupuleti, M., Schmidtchen, A. & Malmsten, M. Antimicrobial peptides: key components of the innate immune system. Crit. Rev. Biotechnol.32, 143–171 (2012). [DOI] [PubMed] [Google Scholar]
  • 13.Helbing, C. C. et al. Antimicrobial peptides from Rana (Lithobates) catesbeiana: Gene structure and bioinformatic identification of novel forms from tadpoles. Sci. Rep.9, 1529 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Seidah, N. G. & Chrétien, M. Proprotein and prohormone convertases: a family of subtilases generating diverse bioactive polypeptides1. Brain Res.848, 45–62 (1999). [DOI] [PubMed] [Google Scholar]
  • 15.Duckert, P., Brunak, S. & Blom, N. Prediction of proprotein convertase cleavage sites. Protein Eng. Des. Sel.17, 107–112 (2004). [DOI] [PubMed] [Google Scholar]
  • 16.Zhou, M., Chen, T., Walker, B., Shaw, C. & Pelophylaxins Novel antimicrobial peptide homologs from the skin secretion of the Fukien gold-striped pond frog, Pelophylax plancyi fukienensis. Peptides27, 36–41 (2006). [DOI] [PubMed] [Google Scholar]
  • 17.Yan, J. et al. Recent Progress in the Discovery and Design of Antimicrobial Peptides Using Traditional Machine Learning and Deep Learning. Antibiotics 11, (2022). [DOI] [PMC free article] [PubMed]
  • 18.Kozlov, S. A. & Grishin, E. V. The universal algorithm of maturation for secretory and excretory protein precursors. Toxicon49, 721–726 (2007). [DOI] [PubMed] [Google Scholar]
  • 19.Wong, E. S. W., Hardy, M. C., Wood, D., Bailey, T. & King, G. F. SVM-Based Prediction of Propeptide Cleavage Sites in Spider Toxins Identifies Toxin Innovation in an Australian Tarantula. PLoS ONE. 8, e66279 (2013). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Kozlov, S. et al. A novel strategy for the identification of toxinlike structures in spider venom. Proteins Struct. Funct. Bioinforma. 59, 131–140 (2005). [DOI] [PubMed] [Google Scholar]
  • 21.Kosch, T. A. et al. Comparative analysis of amphibian genomes: An emerging resource for basic and applied research. Mol. Ecol. Resour.25, e14025 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Lei, J. et al. The antimicrobial peptides and their potential clinical applications. Am. J. Transl Res.11, 3919–3931 (2019). [PMC free article] [PubMed] [Google Scholar]
  • 23.Pedregosa, F. et al. Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res.12, 2825–2830 (2011). [Google Scholar]
  • 24.Fu, L., Niu, B., Zhu, Z., Wu, S. & Li, W. CD-HIT: accelerated for clustering the next-generation sequencing data. Bioinformatics28, 3150–3152 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.duVerle, D. A. & Mamitsuka, H. A review of statistical methods for prediction of proteolytic cleavage. Brief. Bioinform. 13, 337–349 (2012). [DOI] [PubMed] [Google Scholar]
  • 26.Novković, M., Simunić, J., Bojović, V. & Tossi, A. Juretić, D. DADP: the database of anuran defense peptides. Bioinformatics28, 1406–1407 (2012). [DOI] [PubMed] [Google Scholar]
  • 27.Finn, R. D., Clements, J. & Eddy, S. R. HMMER web server: interactive sequence similarity searching. Nucleic Acids Res.39, W29–W37 (2011). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Edgar, R. C. MUSCLE: a multiple sequence alignment method with reduced time and space complexity. BMC Bioinform.5, 113 (2004). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Cock, P. J. A. et al. Biopython: freely available Python tools for computational molecular biology and bioinformatics. Bioinformatics25, 1422–1423 (2009). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Müller, A. T., Gabernet, G., Hiss, J. A. & Schneider, G. modlAMP: Python for antimicrobial peptides. Bioinformatics33, 2753–2755 (2017). [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary Material 1 (1.3MB, docx)
Supplementary Material 4 (194.2KB, png)
Supplementary Material 4 (856.4KB, png)
Supplementary Material 6 (43.1KB, clstr)
Supplementary Material 7 (44.4KB, clstr)
Supplementary Material 8 (45.1KB, clstr)
Supplementary Material 9 (43.5KB, clstr)
Supplementary Material 10 (223.4KB, xlsx)
Supplementary Material 15 (13.4KB, xlsx)

Data Availability Statement

All Python scripts for FrogPCSP are publicly available without restriction at: https://github.com/Matheusdras/FrogPCSP.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES