File size: 2,486 Bytes
529d32c
1448a26
 
 
529d32c
1448a26
 
 
 
 
 
 
 
 
 
 
 
 
 
529d32c
1448a26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
language:
- en

license: mit

library_name: pytorch

tags:
- bioinformatics
- protein
- protein-protein-interaction
- interface-prediction
- partner-aware
- sequence-based
- esm2
- cross-attention

pipeline_tag: token-classification
---

# SPPIDER-seq

**SPPIDER-seq** is a deep learning framework for **partner-aware prediction of protein–protein interaction (PPI) sites directly from amino acid sequences**. Given a pair of interacting proteins, the models predict residue-level interface propensities while explicitly accounting for the identity of the interaction partner.

## Models

This repository contains two complementary pretrained models:

- **Peptide-centric model** – predicts interface residues on the peptide/ligand protein using the receptor sequence as context.
- **Receptor-centric model** – predicts interface residues on the receptor protein using the peptide/ligand sequence as context.

## Model Architecture

Both models share the same neural network architecture described in the SPPIDER-seq publication:

- ESM-2 (650M) protein language model embeddings
- Multi-head cross-attention network
- Multi-layer perceptron (MLP) prediction head

## Software

SPPIDER-seq software, command-line interface, and notebooks are available at:

https://github.com/aporollo-lab/SPPIDER-seq

## Citation

If you use these models in your research, please cite:

> Porollo A, Jadhav O, Alvarez A, Chen J. **SPPIDER-seq: sequence-based partner-aware predictor of protein–protein interaction sites.** *Bioinformatics*. 2026;42(7):btag388. https://doi.org/10.1093/bioinformatics/btag388

## Model Version

**Version:** v2.2.0

## Notes for Version 2.2.0

The neural network architecture is unchanged from the published SPPIDER-seq model.

Compared with the models accompanying the original publication, the v2.2.0 models were retrained using the complete curated datasets described in the manuscript. Training employed a 90%/10% train/validation split to maximize the amount of data available for model fitting while retaining an independent validation set for model selection.

Although overall predictive performance is expected to remain comparable to that reported in the publication, the updated models generally produce higher interface propensity scores. In addition, the peptide-centric model exhibits improved sensitivity toward interaction sites located within intrinsically disordered regions, consistent with observations made during internal benchmarking.