Skip to main content
Briefings in Bioinformatics logoLink to Briefings in Bioinformatics
. 2025 Oct 17;26(5):bbaf544. doi: 10.1093/bib/bbaf544

Enhancing cross-domain protein and peptide interaction with retrained deep learning models

Xin Cao 1,#, Jingquan Li 2,#, Fanpeng Meng 3, Bing Yang 4,5,, Yanyan Zou 6,7,8,9,
PMCID: PMC12531998  PMID: 41104808

Abstract

Accumulating evidence has shown that protein–peptide interactions (PPepIs) are critical for understanding biological processes and developing peptide-based therapeutics. While deep learning-based protein–protein interaction (PPI) prediction showed promise, it suffers from poor generalization and overfitting problems. This study addresses these challenges by focusing training on short proteins containing much less redundant noninteracting sequence. To avoid artificial PPI, only the experimentally validated PPI pairs from STRING database were used to construct the PPI training dataset. We integrated protein sequence and structure information and presented a multilevel deep learning framework. Training on short-protein datasets yielded higher accuracy and computational efficiency compared with training on long-protein datasets. Moreover, we applied the model to delineate human protein and SARS-CoV-2 virus PPI networks. Notably, we screened PPepIs of current drug peptides with human proteins and SARS-CoV-2 viral proteins, identifying numerous potential side effect or new therapeutic targets. Together, our retrained model could be extensively applied to delineate PPepI network, contribute to peptide drug target identification and side effect analysis, and also provide ample resource for viral infection investigations.

Keywords: protein–peptide interactions (PPepIs), protein–protein interactions (PPIs), deep learning, protein structure and sequences, drug target identification

Introduction

Proteins are well-structured organic macromolecules made up of 20 standard amino acids (aa), which serve as key executors of essential biological processes [1]. However, proteins rarely function independently; instead, they participate in protein–protein interactions (PPIs) to regulate and execute complex biological processes. The specificity of PPIs has been widely studied, particularly their applications in drug design (e.g. peptide-based therapies) and viral infection mechanisms (e.g. viral invasion and immune evasion). For instance, designing small molecules or peptides that bind to target proteins allows therapeutic interventions [2–5]. Additionally, the understanding of viral–host protein interactions (V-HPI) provides valuable information on viral infection and immune evasion mechanisms [6–8]. A number of studies have shown the important role of proteins in biological processes and diseases, including infectious diseases and various cancers [9–12]. Various computational studies have been performed by targeting proteins to manage diseases, such as prostate cancer, lung cancer, gastric cancer, and colon cancer [13–16]. Given the vital roles that PPI play in living systems, characterizing these interactions is essential to gain a deeper understanding of life and improve health outcomes.

Many researchers have focused on discovering on PPIs applying experimental methods, including yeast two hybrid screens [17], Tandem affinity purification [18], and mass spectrometric protein complex identification [19]. Although these experimental methods have significantly advanced the characterization of PPIs, they suffer from substantial drawbacks, including high cost, time consumption, and, more critically, low throughput [20–22], which are insufficient to meet the growing demands of studying thousands of proteins. However, with the accumulation of experimental data, the computational methods, particularly those relying on sequence data, have been employed for PPI prediction, increasing throughput while reducing costs and labor.

Traditional machine learning techniques, such as support vector machine [23–26], discriminative vector machine [27], random forest classifier [28], gradient boosting decision tree algorithm [29, 30], weighted sparse representation-based classifier [31], and XGBoost [32], have achieved accuracy rates up to 90%, mainly relying on sequence-based features. More recently, the rapid advancement of deep learning technologies has provided powerful solutions for modeling PPIs, often integrating both sequence and structural data, achieving accuracy rates of up to 95% and even 99%. Representing examples such as Topsy-Turvy [33], TAGPPI [34], D-SCRIPT [35], PIPR [36], DNN-PPI [37], Graph-Bert [38], GCN, and GAT [21], most of which rely on sequence data, with some incorporating structural information. These approaches have also shown great promise across a wide range of bioinformatics applications such as drug–target interaction prediction and functional protein analysis [39, 40]. Despite their high accuracy on training datasets, these models still exhibit limited generalization to new, unseen data [41].

The state-of-the-art (SOTA) model, such as PPI-GNN has achieved 98.34 accuracy and 98.87 F1-score on human datasets. This exceptional performance is largely due to the way the negative pairs in its PPI dataset were constructed. Since experimentally verified noninteracting protein pairs are rarely documented, the negative samples were generated by randomly pairing proteins of different subcellular localizations into a new artificial data sample [21]. However, training and testing on this artificially generated dataset implies overfitting [42], as it will cause the model to pick up interaction patterns that are unique to the artificially generated noninteracting data or patterns influenced by differences in subcellular positions; and neither of these factors truly capture the biological variability of real-world negative pairs. In reality, noninteracting pairs may share similar sequence or interaction features, making it difficult for the model to differentiate them based only on randomly paired negative pairs from different subcellular positions [43]. Training exclusively on this simplified, nonrepresentative negative data could impair the model’s ability to generalize to true, unseen noninteracting proteins [43], especially in complex applications such as cross-species and peptide–drug interactions. This highlights the significance of obtaining a dataset of representative of real-world and addressable to cross-species interaction patterns [44].

Protein interactions primarily occur within small, specific domains [45]. High-molecular-weight proteins with long sequences often contain substantial redundant information, which is not involved in PPI and increases computational costs and the risk of overfitting, thereby impairing the generalizability of the model [46]. Additionally, models often fail to accurately identify key interaction regions when relying solely on sequence data, while the lack of structural information further limits prediction accuracy. Integrating both sequence and structural information from low-molecular-weight proteins (sequence length <300 aa) offers a promising and cost-effective strategy to enhance model performance [47]. This approach improves focus on critical interaction regions, reduces noise, and lowers computational costs. Low-molecular-weight proteins (hereby referred to as “short proteins”) are particularly beneficial because they typically exhibit fewer redundant sequences outside of their functional binding domains. Their simpler structures also provide valuable spatial features, enabling the model to better capture protein folding and interaction interfaces. By focusing on these short proteins, the model benefits from reduced computational and biological complexity, leading to improved prediction accuracy [48]. Furthermore, this approach accelerates both the training and inference processes, enhances model generalization, and is particularly effective for tasks that require a focus on key interaction domains, such as peptide–protein and drug–protein interactions [49].

In this work, we propose to train a deep learning model on short proteins only, i.e. proteins with lengths shorter than 300 aa only. (These proteins will be referred to as “short proteins” and proteins with lengths longer than 300 aa will be referred to as “long proteins” hereafter.) Short proteins were selected primarily because long proteins contain redundant regions in PPI, especially for interactions of peptide drugs or short virus proteins: in most cases, only a very short domain—typically Inline graphic10–20 aa [50]—is responsible for the active interaction. They contain essential functional domains, and are particularly advantageous in understanding the key interacting regions that govern protein behavior. This is especially important in the context of peptide drug development, as it facilitates the identification of potential targets for drug design and drug repurposing [49]. Short proteins also consume less computational time and memory, which allows for more data samples to be fed for model training given the same computational resources. Therefore, in contrast with using long and short proteins in PPI training data, short proteins are more efficient and contain more essential information, which is particularly valuable for training models to understand critical interaction domains and predicting protein–peptide interactions (PPepI). We also apply the model trained on short proteins to predict and construct protein and peptide PPI network with human and viral proteins. The overarching goal of this study is to improve the generalization and reduce the overfitting of deep learning-based PPepI prediction by focusing on training with short proteins.

Materials and methods

Human sPPI dataset collection

Human small PPIs (sPPIs) obtained from the STRING database (version 12.0) were employed as the training dataset [51] (Table 1). We propose a rigorous curation strategy, utilizing the string network data (protein.links.full.v12.0.txt) as reference, Positive samples were defined as protein pairs with an experimental score >0, indicating experimental evidence for interaction, and with protein lengths <300 aa. This selection led to a total of 58 173 positive protein pairs. For the negative sample set, pairs were chosen where all four scores (experiment, database, experiments_transferred, and database_transferred) were 0, indicating no evidence of interaction. The length of proteins in these pairs was also limited to <300 aa, yielding 684 372 negative instances (positive : negative ratio 1:11.8).

Table 1.

Overview of dataset preparation for human PPI training, including criteria for sample selection, number of protein pairs, and post-filtering balancing

Dataset Selection criteria Number
Positive sample set - “Experiment” score > 0 (indicating experimental support) 58 173
- Protein length < 300 aa
Negative sample set - All four scores (experiment, database, experiments_transferred, and database_transferred) = 0 684 372
- Protein length < 300 aa
Unique sequences (positive) - Clustering at 70% similarity using CD-HIT 8602
Unique sequences (negative) - Clustering at 70% similarity using CD-HIT 8490
Post-filtering positive set - After removing redundancies and interactions absent from the nonredundant sequence database 56 629
Post-filtering negative set - After removing redundancies and interactions absent from the nonredundant sequence database 660 095
Balanced dataset - 56 629 positive and 56 629 negative pairs selected for training 56 629 (both positive and negative sets)

Protein sequences in FASTA format were retrieved from the UniProt database [52]. Sequence redundancy was removed using CD-HIT (v4.8.1) with a 70% sequence identity threshold [53, 54], resulting in 8602 nonredundant sequences from positive interactions and 8490 from negative interactions (positive-to-negative ratio 1:0.99). Structural coordinates were acquired from the AlphaFold Protein Structure Database [55] for subsequent structural analyzes.

To ensure data quality and eliminate redundancy, the dataset was subjected to rigorous filtration, retaining unique interaction pairs. Following these procedures, the curated positive set comprised 56 629 nonredundant interactions [56], while the negative set contained 660 095 filtered pairs [57]. Interactions lacking representation in the nonredundant sequence database were systematically excluded. To address class imbalance, a random subset of 56 629 negative pairs [58] was selected through stratified sampling, establishing balanced positive/negative cohorts (1:1 ratio). This stratification protocol ensures mitigation of training bias and improves the reliability of the evaluation.

Yeast and Arabidopsis sPPI dataset collection

For the Yeast and Arabidopsis datasets, we followed a parallel curation pipeline analogous to the human sPPI collection. After redundancy removal and filtration, we curated 3000 balanced positive/negative interaction pairs for Yeast, and 500 balanced positive/negative interaction pairs for Arabidopsis thaliana. Each dataset was constructed at a strict 1:1 ratio of positive-to-negative pairs, ensuring class balance and improving the reliability of subsequent computational evaluations.

Alternative negative dataset

The exceptionally high performance of the previous model, PPI-GNN [21], raises concerns about potential overfitting to its training dataset, as the negative samples were generated by manually randomly pairing proteins originating from different subcellular localizations, causing the model to learn interaction patterns that are specific to the artificially generated negative pairs, or patterns that are tied to subcellular localization differences; neither of which accurately reflect the biological diversity of noninteracting pairs in real-world scenarios.

To investigate overfitting concern, we constructed a dataset with the same number of positive data as the model’s original dataset, sourced from our STRING database, and combined it with the original dataset’s negative protein pairs. As a control dataset, we used the same amount of positive and negative pairs as the original dataset (16 220: 5997) from our own, and compared their accuracy and F1-score along with the original dataset’s metrics. All datasets’ metrics were evaluated via an 8:2 train-test split on their respective datasets.

Retrained GNN model for PPI prediction

We retrained a model based on graph neural networks (GNN), as outlined by Jha et al. [21]. The model starts by building a molecular graph representation of proteins, where nodes correspond to amino acids, and edges represent the spatial relationships between residues, with a cutoff distance of 6 Å between atoms. The node features are derived from protein sequences using pretrained language models such as SeqVec [59] and ProtBert [60], along with additional physicochemical properties encoded as one-hot vectors. The graph is processed using both graph convolutional networks (GCN) and graph attention networks (GAT) to learn the protein’s structural and sequence information, with attention mechanisms in GAT focusing on the most relevant neighboring residues.

For GCN, the propagation rule for each layer is given by the following equation:

graphic file with name DmEquation1.gif (1)

where Inline graphic is the adjacency matrix augmented with the identity matrix (to include self-loops), Inline graphic is the degree matrix, and Inline graphic is the trainable weight matrix in layer Inline graphic. The function Inline graphic represents an activation function such as ReLU.

For GAT, node feature aggregation is defined by the following attention mechanism:

graphic file with name DmEquation2.gif (2)

where Inline graphic is the attention coefficient computed as:

graphic file with name DmEquation3.gif (3)

Here, Inline graphic is the attention function and Inline graphic is the weight matrix that applies a linear transformation to the input feature matrix Inline graphic.

After processing through GCN or GAT layers, the features of the two proteins in an interaction pair are concatenated and passed through fully connected layers with LeakyReLU activation, followed by a sigmoid output layer that predicts the probability of the interaction.

Finally, the model computes the probability Inline graphic of a PPI using the sigmoid activation function as follows:

graphic file with name DmEquation4.gif (4)

where Inline graphic represents the concatenated feature vectors of the two proteins, Inline graphic is the weight matrix for the fully connected layer, and Inline graphic is the bias term. The resulting output Inline graphic is a probability indicating the likelihood that the protein pair interacts.

The model was trained with a batch size of 64 and a learning rate of Inline graphic, using mean squared error as the loss function. Early stopping was applied if the loss did not decrease for 10 consecutive epochs, and random seed for training was fixed at 42. All other model parameters are provided in Supplementary Table S1.

Testing performance of short datasets

As the model with original parameters evaluated on our dataset demonstrated suboptimal performance, we propose to train the model using peptide and protein domain interaction task-specific datasets to improve prediction accuracy: interaction pairs consisting of short proteins only. To evaluate the performance of protein interaction prediction for short protein datasets, we conducted a series of experiments varying both dataset size and random seed, as these factors influence performance metrics differently during training. We created 40 distinct dataset sizes, ranging from 500 to 20 000 protein interaction pairs, which were randomly selected from the entire dataset via 18 different random seeds. For each dataset size, we trained the models across 4 separate RTX 3090 GPUs, resulting in a total of Inline graphic experiments per dataset size. Accuracy, F1-score, sensitivity, precision, specificity, and as well as the training time were calculated to evaluate each dataset’s performance.

Acquisition of peptide drugs and human/viral protein domains

Peptide drug dataset

FDA-approved polypeptide drugs data were obtained from THPdb database [61] containing >200 different peptides. For data quality and redundancy reduction, sequences with the same name were removed, leaving only unique peptide sequences. After applying this filtering, the dataset was reduced to 78 unique peptide sequences [62]. To obtain structural information for these peptides, we used the Phyre2 online platform [63], where structural models of the peptides were generated using homology modeling. This step ensured that each peptide in the dataset had its corresponding 3D structure, allowing for further analysis of peptide-drug interactions. The final dataset included 69 unique peptides with available structural data, since 9 peptides were excluded because their lengths were <30 aa, which prevented the system from performing structural simulation. This dataset is now ready for evaluation of models that predict peptide–drug interactions, as well as for further analysis of peptide-target binding and potential side effects.

Human and virus domain dataset

To facilitate the prediction of PPIs between human proteins and peptide drugs, We retrieved data on interacting structural domains from the 3DID database [64]. Data were filtered to include only rows beginning with “# =3D” [65], which provided the PDB ID and the starting and ending positions of the associated chain. These positions were used to define the interaction domains, which were extracted for further analysis. PDB IDs were used to retrieve corresponding structural data from the PDB database, focusing on human proteins (Homo sapiens) [66] and virus proteins [67]. The organism of each structure, the experimental method, and the resolution were recorded. The structural domains were then extracted based on the chain and position information.

Dataset construction and prediction workflow

Three datasets were constructed with these peptides and proteins: peptide drugs versus human protein domains, virus protein domains versus peptide drugs, and virus versus human protein domains. The first two datasets were constructed by matching the 2 sets pairwise, and the third dataset was formed by selecting 7 important virus protein domains from the organisms severe acute respiratory syndrome coronavirus 2 (SARS-CoV2) and SARS coronavirus Tor2, and then pairwise matching them with all the 160 000 human protein domains, matching all virus protein domains would result in an excessively large dataset. After embedding the peptide and protein’s structure data into PyTorch tensors, the datasets are sent to the model for prediction and the direct output score of the model is logged. This output score is a floating point number ranging from 0 to 1, and reflects the probability that the interaction exists between the two peptides/proteins. We then plot down the interaction activity scores, PPI graphs, and simulate some real interaction structure figures via AlphaFold 2 [68].

Results

Overfitting evaluation

Current deep learning methods, such as the SOTA PPI-GNN, achieve strong performance on their respective datasets but often struggle to generalize to new data. To enhance its applicability to PPepI tasks and mitigate potential overfitting, we retrained the PPI-GNN model using small proteins that contain key interaction domains while minimizing redundant noninteracting sequences. The model represents each protein as a molecular graph, where nodes correspond to amino acids and edges encode spatial relationships. Sequence features extracted from pretrained models like SeqVec and ProtBert are integrated with structural information using GCN and GAT (Fig. 1).

Figure 1.

Workflow diagram illustrating data categorization, deep learning framework, and training strategies for predicting protein peptide interactions.

Workflow for predicting protein-peptide interactions by deep learning: (A) categorization of training data by species, type, protein length, and application; (B) deep learning framework using GCN/GAT layers to predict interactions; (C) training strategy using short proteins to improve efficiency and focus on interaction sites.

To test the adaptability for PPepI tasks, we constructed alternative datasets including one with the original dataset’s negative samples swapped (Neg-swap proposed data) and another one where the numbers of positive and negative samples were exactly balanced with the original dataset (16 220: 5997). First, we performed the training on these dataset using PPI-GNN and conducted multiple evaluation tests on the original PPI-GNN dataset, and other two modified datasets. We plotted the average accuracy and F1-score in Fig. 2A. The metrics sensitivity, precision, specificity and AUROC were plotted in Supplementary Fig. S1. The results indicated that the performance of the neg-swap dataset surpasses that of the original dataset, with accuracy at 97.91% sensitivity even reaching 100%, whereas the performance in the new dataset in our study is much worse (accuracy only 86.02%). Given that the positive samples remain the same across the neg-swap dataset and our dataset, this suggests that the artificially generated negative samples in the original dataset contribute significantly to overfitting. The observed performance gap highlights the overfitting problem and the impact of negative sample selection on model generalization, reinforcing the need for careful dataset construction.

Figure 2.

Comparison of performance across datasets, training strategies, and cross-species evaluations against SOTA approaches.

Metrics and results of different experiment sets: (A) baseline model performance on different datasets including negative-swap and balanced data; (B) training time for Short and Long+Short protein datasets; (C–D) accuracy and F1 score under different training/testing conditions; (E–F) cross-species accuracy and F1 score comparison with SOTA models.

Model training with short proteins and evaluation

As the PPI and PPepI occur mainly in a specific protein domain, the training with long proteins with large redundant sequence beyond the PPI domain may cause lots of noise, we trained the deep learning model using interaction data that only contain short proteins (smaller than 300 aa). Initially, we evaluated the model by directly using pretrained parameters without any fine-tuning (Fig. 2A). The results demonstrated a suboptimal performance, which highlighted the need to retrain the model on domain-specific data to improve its prediction accuracy.

To validate our hypothesis that training on short proteins improves PPI/PPepI prediction, we conducted Inline graphic sets of experiments varying in dataset size, construction random seed, CUDA device. For each experiment, the model was trained on a short protein PPI dataset and a full-length protein (hereafter referred to as “long & short protein”) PPI dataset, respectively. Both sets were tested on short and long & short protein PPI test sets, and the accuracy, F1 Score, sensitivity, precision, and computational resources were logged, resulting in four sets of metric values per experiment. To reduce the fluctuations in the results due to randomness, we then took the average of all the metrics for each dataset size, with sample size of Inline graphic for each dataset size. The 40 different dataset sizes are ranging from 0.5k to 20.0k.

Our data demonstrated that the model training time on S (short protein) datasets are Inline graphic1 times shorter than LS (long & short protein) datasets, and the accuracy and F1 score metrics of the S datasets are around 15%–20% higher than that of the LS datasets. Figure 2B shows the training time comparison of S VS LS datasets, and Fig. 2C and D namely shows the comparison of accuracy and F1-score. Computational memory of training and other related metrics are shown in Supplementary Fig. S2. These results demonstrate that short protein PPI datasets exhibit higher efficiency and superior performance across various metrics, including training time until convergence, regardless of the dataset sizes. This result confirmed our hypothesis that S datasets training is indeed more efficient, more accurate which may enable the model to capture better essential interacting information.

A notable performance gap between the LS datasets and the “new dataset” mentioned above is due to the positive and negative data ratio. The new dataset, which achieved an accuracy of 86%, was constructed with a positive-to-negative ratio of 16 220: 5997, ensuring consistency in class distribution with the original dataset of PPI-GNN for comparison. With the class distribution balanced at 1:1, LS datasets’ accuracy & F1-score metrics can only reach 76%. This highlights the clear advantage of using short proteins for training, as metrics can increase to 85%—demonstrating that they provide a more effective basis for model training.

Since no benchmark dataset exists for short proteins or PPepIs, we evaluated generalization through cross-species tests on Human, Yeast, and Arabidopsis (Fig. 2E and F). The retrained PPI-GNN consistently outperformed SOTA methods (D-SCRIPT [35] and PIPR [36]) across all three datasets. On average, it achieved 10% higher precision and a higher or comparable F1 score relative to these baselines. For Graph-BERT [69], although we reconfigured the training procedure to adapt it from its original design for node classification to the pairwise prediction task, its performance remained suboptimal and markedly lower than PPI-GNN and other SOTA methods. These results indicate that the improvement is not dataset-specific but reflects robust cross-species generalization.

Prediction of interaction between protein and peptide drug

With the model retrained on short proteins, we explored the potential therapeutic applications of peptide drugs by performing PPepI tests on 69 FDA-approved polypeptide drugs from THPdb [61] and 160 000 human protein domains (Fig. 3A and B). We set the interaction threshold at 0.93, which offers high precision with sufficient recall to ensure reliable yet informative interaction discovery (Supplementary Fig. S3C and D). This analysis identified 224 significant interactions between peptide drugs and human proteins. We further analyzed the disease-related genes extracted from the GWAS Catelog to screen the potential new drug targets of FDA-approved polypeptide drugs. This approach provides a more comprehensive approach to screen potential peptide drug targets of the human proteins involved in various diseases.

Figure 3.

Predicted interactions between peptide drugs and human protein domains.

The predicted interactions of peptide drugs and human protein domain. (A) overview of the analysis pipeline; (B) interaction activity scores ranked; (C) PPI network highlighting top hubs; (D) human protein domain hubs(Top 10) and interacting peptides; (E) peptide hubs and interacting human protein domains; (F) representative 3D docking model between a peptide drug and human protein domain.

We constructed a peptide drug–human protein interaction network to systematically explore the therapeutic potential of peptide drugs. To eliminate promiscuous binding proteins that interact with a wide range of targets, we filtered out peptide drugs with excessive interactions. Only those interacting with up to eight potential target proteins were retained to ensure specificity and reduce the likelihood of nonspecific or biologically irrelevant interactions (Fig. 3C–E). This network highlights the potential for multitarget interactions, where a single peptide drug could be repurposed for multiple uses. For example, the polypeptide drug Tenecteplase (THPdb ID: Th1028), a modified form of recombinant human tissue plasminogen activator, is used for the emergency treatment of myocardial infarction and pulmonary embolism [70]. However, no target interaction data for Tenecteplase is available [61, 70]. Our analysis revealed that Tenecteplase interacts with Cadherin-3 (4ZMP, chain A), the risk-associated protein of ulcerative colitis [71]. This suggests a potential therapeutic effect on ulcerative colitis. Additionally, our findings highlight possible side effects of peptide drugs, as they interact with multiple proteins beyond their intended targets. This underscores the need for further investigation into their off-target effects and safety profiles. Ultimately, the data provide a valuable resource for further investigation of the repurposing of peptide drugs and their broader application in treating various diseases and side effect prediction.

Furthermore, we also took advantage of the tool AlphaFold 2: Multimer and obtained simulations of the 3D structural model of the interacting peptides and protein domains. As shown in Fig. 3F, we showed the polypeptide drug Botulinum Toxin Type B (THPdb ID: Th1037) docking with human protein SB27 T cell receptor alpha chain (3KXF, K-chain, residues 187Inline graphic266) with predicted template modeling score (pTM) = 0.4 and interface predicted template modeling (ipTM) = 0.71, which is relatively high. Additionally, the per-residue confidence scores (pLDDT) values for the modeled structure were consistently high (>70), further supporting the reliability of the predictions. These results of interaction spatial structure simulation not only deliver a human-friendly binding visualization, but also provide side-proof for the confidence of true interaction, and offer valuable insights for further structural and functional studies.

V-HPI network and potential peptide drug targeting viral proteins

V-HPI network prediction

To unravel the complex mechanisms of viral infection and immune evasion, we constructed a comprehensive V-HPI network, focusing specifically on interactions between viral proteins — particularly 7 spike protein domains of SARS-CoV-2 and SARS Tor2 — and host human protein domains. The interaction scores of these virus protein domains on all the 160 000 human protein domains in descending order are shown in Fig. 4A. We set the threshold at 0.95 (Supplementary Fig. S3), prioritizing precision to minimize false positives in cross-species virus–host predictions, yielding 293 significant interactions. Importantly, relaxing the threshold to 0.93 yields a denser network but does not alter the main biological conclusions, supporting the robustness of our findings across nearby thresholds.

Figure 4.

Predicted interactions between viral protein domains, human protein domains, and peptide drugs.

Predicted interactions between virus protein domains and peptides or human protein domains, showing activity scores (A), PPI networks with top 10 hubs (B, C), representative interacting pairs (D–G), and 3D structural models of selected docking sites (H, I).

The constructed V-HPI network, as shown in Fig. 4C–E allow us to examine how viral proteins interact with host cell proteins, especially immune system-related proteins, providing valuable insights into the viral entry process and its impact on immune response modulation. We analyzed the SARS-CoV-2-derived domain (7LME B chain), which is part of a known virus–host protein complex. This domain exhibits the potential to interact with multiple human protein domains, suggesting a key role in virus-host interactions. Within the human protein complex 3AZJ, the B chain corresponds to the Histone H4 domain, which has been observed interacting with multiple viral spike protein domains in our predictions. This suggests a potential role for core histones in mediating virus–host interactions. Notably, previous studies have demonstrated that viral proteins can directly bind to human core histones, potentially modulating chromatin structure and host gene expression. For instance, the human cytomegalovirus (hCMV) IE1 protein contains two distinct histone-interacting regions with differential binding specificities for H2A-H2B and H3-H4 [72], highlighting a conserved mechanism by which viruses target host chromatin components. These findings support the reliability of our prediction results and highlight their potential applicability in understanding virus–host interactions.

Potential peptide drug targeting virus proteins

We further investigated the potential of peptide drugs in targeting viral proteins by conducting interaction tests on peptide drugs and SARS-CoV-2 spike protein domains. The results revealed that several peptide drugs, including Aprotinin (THPdb ID:Th1158) could interact with viral protein domains. Aprotinin is a natural proteinase inhibitor derived from bovine lung and is commonly used to reduce the risk of perioperative blood loss and the need for blood transfusions in high-risk patients undergoing cardiopulmonary bypass during coronary artery bypass graft surgery [70]. While no protein interaction data for Aprotinin is available in databases such as DrugBank and THPdb [61, 70], our analysis reveals that Aprotinin has the potential to interact with viral protein domains involved in host invasion. This finding suggests that Aprotinin may exert effects on viral infections, warranting further investigation into its therapeutic potential against virus. In addition to Aprotinin, other peptide drugs identified in our study were found to bind to key regions of viral proteins that play crucial roles in host invasion. These interactions suggest that peptide drugs may disrupt critical viral–host interactions essential for viral replication and immune evasion. Our findings demonstrate the feasibility of leveraging peptide-based therapies to target viral proteins, offering a promising avenue for the development of novel antiviral drugs.

Finally, we represent two simulated 3D structural model of these interacting virus protein domains, human protein domains, and peptides in Fig. 4H and I. In Fig. 4H, with ipTM = 0.29, pTM = 0.74, and pLDDT Inline graphic, peptide Susoctocog alfa (THPdb ID: Th1238) is docked with the SARS-CoV-2-derived domain (7LME, B chain, residues 187Inline graphic266). Figure 4I shows the human chloride intracellular channel protein 1 (CLIC1)-derived domain (3TGZ, A-chain, residues 23Inline graphic87) interacting with another SARS-CoV-2-derived domain (7LME, B chain, residues 29Inline graphic305), with pTM = 0.15, ipTM = 0.71, and pLDDT Inline graphic.

Discussion

While AI-based PPI prediction has been extensively explored, its accuracy, generalization capability, and overfitting problems still need to be significantly improved for biological and biomedical applications [21, 22]. In this study, we explored the prediction of PPepIs with a focus on using short proteins (<300 aa) and their potential applications in peptide drug repurposing and viral–host interactions. Integrating structural and sequence features of short proteins improved PPepIs prediction performance, leading to a 15%–20% average increase in accuracy and F1-score compared with models trained on longer proteins. Using short proteins highlighted the critical domains responsible for most PPepIs, reduced noise from irrelevant regions [45, 46], and halved training time, thereby providing a more efficient and accurate approach to capture key interaction sites and explore protein functions in diverse biological contexts. Cross-species evaluation on Human, Yeast, and Arabidopsis datasets showed that our retrained model consistently outperforms SOTA methods (D-SCRIPT [35] and PIPR [36]) while adapted Graph-BERT [69] performs suboptimally, demonstrating that our approach not only improves prediction accuracy but also generalizes robustly across species.

Owing to the high accuracy and generalization capabilities of our model, we applied it to identify human proteins that interact with the SARS-CoV-2 spike protein and constructed a V-HPI network. Focusing on spike-mediated interactions, our analysis revealed 293 high-confidence PPIs between viral and human proteins. These findings provide insights into the molecular mechanisms of viral immune evasion. Understanding how viral proteins engage host targets is critical for developing therapeutic strategies aimed at disrupting such interactions and preventing infection. Notably, we identified an interaction between the SARS-CoV-2 spike protein and human Histone H4, a potential drug target involved in host chromatin regulation. This predicted V-HPI network serves as a valuable resource for studying viral pathogenesis and host immune responses.

Importantly, our model enables both the repurposing of existing peptide drugs and the evaluation of their potential off-target effects. By predicting interactions between FDA-approved peptide therapeutics and human protein domains, we demonstrated that many of these drugs may possess novel therapeutic potential, including antiviral activity. Screening 69 FDA-approved peptide drugs against Inline graphic160 000 human protein domains, we identified 224 high-confidence PPepIs. For example, Aprotinin, originally approved as a protease inhibitor, was predicted to strongly interact with the SARS-CoV-2 spike protein, highlighting its potential in antiviral intervention. At the same time, our analysis underscores the necessity of assessing possible side effects arising from the multitarget nature of peptide drugs. For instance, Tenecteplase, used in the treatment of myocardial infarction and pulmonary embolism, was found to interact with Cadherin-3 (PDB ID: 4ZMP, chain A), a protein implicated in ulcerative colitis, as well as several other human proteins. Such off-target interactions may interfere with normal protein functions, raising concerns about unintended physiological effects. Understanding these interactions is critical for ensuring both the safety and efficacy of peptide-based therapeutic strategies.

Conclusion

Our results highlight the importance of careful dataset design, particularly regarding the quality of negative samples and the length of protein sequences, for training reliable PPepI prediction models. This study connects performance improvements in deep learning with actionable biological insights, providing a scalable framework for therapeutic discovery and virological research. While our current approach does not explicitly address multidomain proteins, which may limit the ability to capture inter-domain interactions [73], we consider domain–domain interactions to be fundamentally pairwise. Future work may further enhance the model by incorporating higher-order structural dependencies.

Key Points

  • A high-quality dataset was constructed using only experimentally validated protein–protein interaction (PPIs) from the STRING database to avoid artificial interactions.

  • The retrained model achieved higher accuracy and computational efficiency in PPI/protein-peptide interactions (PepPI) prediction tasks.

  • The model was successfully applied to predict PPepIs between peptide drugs, human proteins, and SARS-CoV-2 proteins, identifying potential therapeutic targets and side effects.

Supplementary Material

Supplementary_Figures_bbaf544
Supplementary_Table_1_Model_Hyperparameters_bbaf544
Supplementary_Table_2_Human_Protein_bbaf544
Supplementary_Table_3_Peptide_Drugs_bbaf544
Supplementary_Table_4_Virus_Protein_bbaf544
Supplementary_Table_5_Protein_Interaction_Domains_bbaf544
Supplementary_Table_6_Homo_Sapiens_Metadata_bbaf544
Supplementary_Table_7_Virus_Metadata_bbaf544
Supplementary_Table_8_Interactions_PepHum_bbaf544
Supplementary_Table_9_Interactions_VirusHum_bbaf544
Supplementary_Table_10_Interactions_VirusPep_bbaf544

Acknowledgements

We express our immense gratitude to Prof. Hang Chen, Prof. Gang Cao and Prof. Jinxia Dai for their expert feedback, constructive criticisms, and suggestions which were instrumental to the completion of this research.

Contributor Information

Xin Cao, School of Data Science, The Chinese University of Hong Kong, Shenzhen 518172, China.

Jingquan Li, School of Data Science, The Chinese University of Hong Kong, Shenzhen 518172, China.

Fanpeng Meng, School of Science and Engineering, The Chinese University of Hong Kong, Shenzhen 518172, China.

Bing Yang, State Key Laboratory of Agricultural Microbiology, Huazhong Agricultural University, Wuhan 430070, China; College of Veterinary Medicine, Huazhong Agricultural University, Wuhan 430070, China.

Yanyan Zou, State Key Laboratory of Agricultural Microbiology, Huazhong Agricultural University, Wuhan 430070, China; Center for Cell Lineage Technology and Engineering, Guangzhou Institutes of Biomedicine and Health, Chinese Academy of Sciences, Guangzhou 510530, China; College of Information, Huazhong Agricultural University, Wuhan 430070, China; Faculty of Life and Health Sciences, Shenzhen University of Advanced Technology, Shenzhen 518060, China.

Author contributions

X.C. was responsible for retraining the model, manuscript writing, figure creation, and model testing. J.L. conducted the literature review, curated, and preprocessed the datasets, and assisted with figure creation and manuscript writing. F.M. provided guidance on model training and testing, and contributed to the manuscript. B.Y. contributed to figure creation and provided revisions to the manuscript. Y.Z. supervised the project, offering critical feedback, and guidance throughout. All authors reviewed and approved the final manuscript

Conflict of interest: None declared.

Funding

This work was funded by The Academician Expert Workstation in Yunnan Province (grant no. 202405AF140107) and the National Natural Science Foundation of China (grant No. 32330104).

Data availability

The codes and datasets (and their metadata) in this work are available on Github (https://github.com/XinCao02/Cross-PPepI-DL).

References

  • 1. Alberts  B. The cell as a collection of protein machines: preparing the next generation of molecular biologists. Cell  1998;92:291–4. 10.1016/S0092-8674(00)80922-8 [DOI] [PubMed] [Google Scholar]
  • 2. Lei  Y, Li  S, Liu  Z. et al.  A deep-learning framework for multi-level peptide–protein interaction prediction. Nat Commun  2021;12:5465. 10.1038/s41467-021-25772-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Parthasarathi  L, Casey  F, Stein  A. et al.  Approved drug mimics of short peptide ligands from protein interaction motifs. J Chem Inf Model  2008;48:1943–8. 10.1021/ci800174c [DOI] [PubMed] [Google Scholar]
  • 4. Zhao  L, Chmielewski  J. Inhibiting protein–protein interactions using designed molecules. Curr Opin Struct Biol  2005;15:31–4. 10.1016/j.sbi.2005.01.005 [DOI] [PubMed] [Google Scholar]
  • 5. Kim  J-E, Chen  J, Lou  Z. DBC1 is a negative regulator of SIRT1. Nature  2008;451:583–6. 10.1038/nature06500 [DOI] [PubMed] [Google Scholar]
  • 6. Maginnis  MS. Virus-receptor interactions: the key to cellular invasion. J Mol Biol  2018;430:2590–611. 10.1016/j.jmb.2018.06.024 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Warren  CJ, Sawyer  SL. Identifying animal viruses in humans. Science  2023;379:982–3. 10.1126/science.ade6985 [DOI] [PubMed] [Google Scholar]
  • 8. Zhang  Z, Lu  C, Mo  B. et al.  Prediction of mammalian virus cross-species transmission based on host proteins. Microbiol Spectr  2023;11:e0536822. 10.1128/spectrum.05368-22 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Khan  S, Simsek  R, Fuentes  JDB. et al.  Implication of toll-like receptors in growth and management of health and diseases: special focus as a promising druggable target to prostate cancer. Biochimica et Biophysica acta (BBA) - reviews on. Cancer  2024;2024:100123. [DOI] [PubMed] [Google Scholar]
  • 10. Sadybekov  AV, Katritch  V. Computational approaches streamlining drug discovery. Nature  2023;616:673–85. 10.1038/s41586-023-05905-z [DOI] [PubMed] [Google Scholar]
  • 11. Gupta  KK, Sharma  KK, Chandra  H. et al.  The integrative bioinformatics approaches to predict the xanthohumol as anti-breast cancer molecule: targeting cancer cells signaling PI3K and AKT kinase pathway. Front Oncol  2022;12:950835. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12. Li  J, Zakariah M, Malik A. et al.  Analysis of Salmonella typhimurium protein-targeting in the nucleus of host cells and the implications in colon cancer: an in-silico approach. Infect Drug Resist 2020;13:2433–42. 10.2147/IDR.S258037 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Khan  S, Zakariah  M, Rolfo  C. et al.  Prediction of mycoplasma hominis proteins targeting in mitochondria and cytoplasm of host cells and their implication in prostate cancer etiology. Oncotarget  2017;8:30830–43. 10.18632/oncotarget.8306 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Khan  S, Zakariah  M, Palaniappan  S. Computational prediction of mycoplasma hominis proteins targeting in nucleus of host cell and their implication in prostate cancer etiology. Tumor Biol  2016;37:10805–13. 10.1007/s13277-016-4970-9 [DOI] [PubMed] [Google Scholar]
  • 15. Khan  S, Imran  A, Khan  AA. et al.  Systems biology approaches for the prediction of possible role of chlamydia pneumoniae proteins in the etiology of lung cancer. PLoS One  2016;11:e0148530. 10.1371/journal.pone.0148530 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Wang  Y, Imran  A, Shami  A. et al.  Decipher the Helicobacter pylori protein targeting in the nucleus of host cell and their implications in gallbladder cancer: an in-silico approach. J Cancer  2021;12:7214–22. 10.7150/jca.63517 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17. Ito  T, Chiba  T, Ozawa  R. et al.  A comprehensive two-hybrid analysis to explore the yeast protein interactome. Proc Natl Acad Sci USA  2001;98:4569–74. 10.1073/pnas.061034498 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18. Gavin  A-C, Bösche  M, Krause  R. et al.  Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature  2002;415:141–7. 10.1038/415141a [DOI] [PubMed] [Google Scholar]
  • 19. Ho  Y, Gruhler  A, Heilbut  A. et al.  Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature  2002;415:180–3. 10.1038/415180a [DOI] [PubMed] [Google Scholar]
  • 20. Kaake  RM, Wang  X, Huang  L. Profiling of protein interaction networks of protein complexes using affinity purification and quantitative mass spectrometry. Mol Cell Proteomics  2010;9:1650–65. 10.1074/mcp.R110.000265 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Jha  K, Saha  S, Singh  H. Prediction of protein–protein interaction using graph neural networks. Sci Rep  2022;12:8360. 10.1038/s41598-022-12201-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22. Skrabanek  L, Saini  HK, Bader  GD. et al.  Computational prediction of protein–protein interactions. Mol Biotechnol  2008;38:1–17. 10.1007/s12033-007-0069-2 [DOI] [PubMed] [Google Scholar]
  • 23. Guo  Y, Lezheng  Y, Wen  Z. et al.  Using support vector machine combined with auto covariance to predict protein–protein interactions from protein sequences. Nucleic Acids Res  2008;36:3025–30. 10.1093/nar/gkn159 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Ben-Hur  A, Noble  WS. Kernel methods for predicting protein–protein interactions. Bioinformatics  2005;21:i38–46. 10.1093/bioinformatics/bti1016 [DOI] [PubMed] [Google Scholar]
  • 25. You  Z-H, Li  J, Gao  X. et al.  Detecting protein-protein interactions with a novel matrix-based protein sequence representation and support vector machines. Biomed Res Int  2015;2015:867516. 10.1155/2015/867516 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. Bandyopadhyay  S, Mallick  K. A new feature vector based on gene ontology terms for protein-protein interaction prediction. IEEE/ACM Trans Comput Biol Bioinform  2016;14:762–70. 10.1109/TCBB.2016.2555304 [DOI] [PubMed] [Google Scholar]
  • 27. Li  Z-W, You  Z-H, Chen  X. et al.  Highly accurate prediction of protein-protein interactions via incorporating evolutionary information and physicochemical characteristics. Int J Mol Sci  2016;17:1396. 10.3390/ijms17091396 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Li  J-Q, You  Z-H, Li  X. et al.  PSPEL: in silico prediction of self-interacting proteins from amino acids sequences using ensemble learning. IEEE/ACM Trans Comput Biol Bioinform  2017;14:1165–72. 10.1109/TCBB.2017.2649529 [DOI] [PubMed] [Google Scholar]
  • 29. Zhou  C, Hua  Y, Ding  Y. et al.  Multi-scale encoding of amino acid sequences for predicting protein interactions using gradient boosting decision tree. PLoS One  2017;12:e0181426. 10.1371/journal.pone.0181426 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Wong  L, You  Z-H, Ming  Z. et al.  Detection of interactions between proteins through rotation forest and local phase quantization descriptors. Int J Mol Sci  2015;17:21. 10.3390/ijms17010021 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Huang  Y-A, You  Z-H, Chen  X. et al.  Sequence-based prediction of protein-protein interactions using weighted sparse representation model combined with global encoding. BMC Bioinform  2016;17:1–11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Chen  C, Zhang  Q, Bin  Y. et al.  Improving protein-protein interactions prediction accuracy using XGBoost feature selection and stacked ensemble classifier. Comput Biol Med  2020;123:103899. [DOI] [PubMed] [Google Scholar]
  • 33. Singh  R, Devkota  K, Sledzieski  S. et al.  Topsy-turvy: integrating a global view into sequence-based PPI prediction. Bioinformatics  2022;38:i264–72. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Song  B, Luo  X, Luo  X. et al.  Learning spatial structures of proteins improves protein–protein interaction prediction. Brief Bioinform  2022;23:bbab558. 10.1093/bib/bbab558 [DOI] [PubMed] [Google Scholar]
  • 35. Sledzieski  S, Singh  R, Cowen  L. et al.  D-script translates genome to phenome with sequence-based, structure-aware, genome-scale predictions of protein-protein interactions. Cell Systems  2021;12:969–982.e6. 10.1016/j.cels.2021.08.010 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36. Chen  M, Ju  CJ-T, Zhou  G. et al.  Multifaceted protein–protein interaction prediction based on siamese residual RCNN. Bioinformatics  2019;35:i305–14. 10.1093/bioinformatics/btz328 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. Li  H, Gong  X-J, Hua  Y. et al.  Deep neural network based predictions of protein interactions using primary sequences. Molecules  2018;23:1923. 10.3390/molecules23081923 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Jha  K, Karmakar  S, Saha  S. Graph-bert and language model-based framework for protein–protein interaction identification. Sci Rep  2023;13:5663. 10.1038/s41598-023-31612-w [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39. Zhao  Z, Gui  J, Yao  A. et al.  Improved prediction model of protein and peptide toxicity by integrating channel attention into a convolutional neural network and gated recurrent units. ACS omega  2022;7:40569–77. 10.1021/acsomega.2c05881 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40. Tran  T-O, Vo  TH, Le  NQK. Omics-based deep learning approaches for lung cancer decision-making and therapeutics development. Brief Funct Genomics  2024;23:181–92. 10.1093/bfgp/elad031 [DOI] [PubMed] [Google Scholar]
  • 41. Soleymani  F, Paquet  E, Viktor  H. et al.  Protein–protein interaction prediction with deep learning: a comprehensive review. Comput Struct Biotechnol J  2022;20:5316–41. 10.1016/j.csbj.2022.08.070 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42. Ben-Hur  A, Noble  WS. Choosing negative examples for the prediction of protein-protein interactions. BMC Bioinform  2006;7:S2. 10.1186/1471-2105-7-S1-S2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43. Chatterjee  A, Ravandi  B, Haddadi  P. et al.  Topology-driven negative sampling enhances generalizability in protein-protein interaction prediction. Bioinformatics  2024;41:btaf148. 10.1093/bioinformatics/btaf148 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44. Robinson  J, Chuang  C-Y, Sra  S. et al.  Contrastive learning with hard negative samples. arXiv  2020. 10.48550/arXiv.2010.04592 [DOI]
  • 45. Lu  H, Zhou  Q, He  J. et al.  Recent advances in the development of protein-protein interactions modulators: mechanisms and clinical trials. Signal Transduct Target Ther  2020;5:213. 10.1038/s41392-020-00315-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46. Zeng  M, Zhang  F, Fang-Xiang  W. et al.  Protein–protein interaction site prediction through combining local and global features with deep neural networks. Bioinformatics  2020;36:1114–20. 10.1093/bioinformatics/btz699 [DOI] [PubMed] [Google Scholar]
  • 47. Lun  H, Wang  X, Huang  Y-A. et al.  A survey on computational models for predicting protein–protein interactions. Brief Bioinform  2021;22:bbab036. 10.1093/bib/bbab036 [DOI] [PubMed] [Google Scholar]
  • 48. Davey  NE, Cyert  MS, Moses  AM. Short linear motifs–ex nihilo evolution of protein regulation. Cell Commun Signal  2015;13:1–15. 10.1186/s12964-015-0120-z [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49. Ryan  DP, Matthews  JM. Protein–protein interactions in human disease. Curr Opin Struct Biol  2005;15:441–6. 10.1016/j.sbi.2005.06.001 [DOI] [PubMed] [Google Scholar]
  • 50. Villar  HO, Kauvar  LM. Amino acid preferences at protein binding sites. FEBS Lett  1994;349:125–30. 10.1016/0014-5793(94)00648-2 [DOI] [PubMed] [Google Scholar]
  • 51. Szklarczyk  D, Kirsch  R, Koutrouli  M. et al.  The string database in 2023: protein–protein association networks and functional enrichment analyses for any sequenced genome of interest. Nucleic Acids Res  2023;51:D638–46. 10.1093/nar/gkac1000 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52. UniProt Consortium . Uniprot: a worldwide hub of protein knowledge. Nucleic Acids Res  2019;47:D506–15. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53. Li  W, Godzik  A. CD-HIT: a fast program for clustering and comparing large sets of protein or nucleotide sequences. Bioinformatics  2006;22:1658–9. 10.1093/bioinformatics/btl158 [DOI] [PubMed] [Google Scholar]
  • 54. Limin  F, Niu  B, Zhu  Z. et al.  CD-HIT: accelerated for clustering the next-generation sequencing data. Bioinformatics  2012;28:3150–2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55. Jumper  J, Evans  R, Pritzel  A. et al.  Highly accurate protein structure prediction with alphafold. nature  2021;596:583–9. 10.1038/s41586-021-03819-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56. Cao  X. Non-redundant positive PPI dataset. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Datasets/Non-redundant∖%20Negative∖%20PPI∖%20Dataset.txt (6 March 2025, date last accessed).
  • 57. Cao  X. Non-redundant negative PPI dataset. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Datasets/Non-redundant∖%20Positive∖%20PPI∖%20Dataset.txt (6 March 2025, date last accessed).
  • 58. Cao  X. Small negative PPI dataset. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Datasets/Small∖%20Negative∖%20PPI∖%20Dataset.txt (6 March 2025, date last accessed).
  • 59. Heinzinger  M, Ahmed Elnaggar  Y, Wang  CD. et al.  Modeling aspects of the language of life through transfer-learning protein sequences. BMC Bioinform  2019;20:1–17. 10.1186/s12859-019-3220-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60. Elnaggar  A, Heinzinger  M, Dallago  C. et al.  Prottrans: towards cracking the language of life’s code through self-supervised learning. IEEE Trans Pattern Anal Mach Intell  2021;44:7112–27. [DOI] [PubMed] [Google Scholar]
  • 61. Usmani  SS, Bedi  G, Samuel  JS. et al.  THPdb: Database of FDA-approved peptide and protein therapeutics. PLoS One 2017;12:e0181748. 10.1371/journal.pone.0181748 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62. Cao  X. Unique peptide drugs amino acid sequence dataset. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Datasets/Unique∖%20Peptide∖%20Drugs∖%20Amino∖%20Acid∖%20Sequence∖%20Dataset.txt (6 March 2025, date last accessed).
  • 63. Kelley  LA, Mezulis  S, Yates  CM. et al.  The Phyre2 web portal for protein modeling, prediction and analysis. Nat Protoc  2015;10:845–58. 10.1038/nprot.2015.053 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64. 3DID . 3did database. https://3did.irbbarcelona.org (6 March 2025, date last accessed).
  • 65. Cao  X. Supplementary table 5 - protein interaction domains. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Supplementary/Supplementary∖%20Table∖%205∖%20-∖%20Protein∖%20Interaction∖%20Domains.csv (6 March 2025, date last accessed).
  • 66. Cao  X. Supplementary table 6 - Homo sapiens metadata. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Supplementary/Supplementary∖%20Table∖%206∖%20-∖%20Homo∖%20Sapiens∖%20Metadata.csv (6 March 2025, date last accessed).
  • 67. Cao  X. Supplementary table 7 - virus metadata. https://github.com/XinCao02/Cross-PPepI-DL/blob/main/Supplementary/Supplementary∖%20Table∖%207∖%20-∖%20Virus∖%20Metadata.csv (6 March 2025, date last accessed).
  • 68. Evans  R, O’Neill  M, Pritzel  A. et al.  Protein complex prediction with alphafold-multimer. bioRxiv  2021. 10.1101/2021.10.04.463034 [DOI]
  • 69. Zhang  J, Zhang  H, Xia  C. et al.  Graph-bert: only attention is needed for learning graph representations. arXiv  2020. arXiv:2001.05140v2. 10.48550/arXiv.2001.05140 [DOI]
  • 70. Wishart  DS, Knox  C, Guo  AC. et al.  Drugbank: a knowledgebase for drugs, drug actions and drug targets. Nucleic Acids Res  2008;36:D901–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71. Anderson  CA, Boucher  G, Lees  CW. et al.  Meta-analysis identifies 29 additional ulcerative colitis risk loci, increasing the number of confirmed associations to 47. Nat Genet  2011;43:246–52. 10.1038/ng.764 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72. Mücke  K, Paulus  C, Bernhardt  K. et al.  Human cytomegalovirus major immediate early 1 protein targets host chromosomes by docking to the acidic pocket on the nucleosome surface. J Virol  2014;88:1228–48. 10.1128/JVI.02606-13 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73. Seoane  B, Carbone  A. The complexity of protein interactions unravelled from structural disorder. PLoS Comput Biol  2021;17:e1008546. 10.1371/journal.pcbi.1008546 [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

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

Supplementary Materials

Supplementary_Figures_bbaf544
Supplementary_Table_1_Model_Hyperparameters_bbaf544
Supplementary_Table_2_Human_Protein_bbaf544
Supplementary_Table_3_Peptide_Drugs_bbaf544
Supplementary_Table_4_Virus_Protein_bbaf544
Supplementary_Table_5_Protein_Interaction_Domains_bbaf544
Supplementary_Table_6_Homo_Sapiens_Metadata_bbaf544
Supplementary_Table_7_Virus_Metadata_bbaf544
Supplementary_Table_8_Interactions_PepHum_bbaf544
Supplementary_Table_9_Interactions_VirusHum_bbaf544
Supplementary_Table_10_Interactions_VirusPep_bbaf544

Data Availability Statement

The codes and datasets (and their metadata) in this work are available on Github (https://github.com/XinCao02/Cross-PPepI-DL).


Articles from Briefings in Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES