🤖 AI Summary
Existing protein representation methods lack multimodal integration, limiting performance on downstream tasks such as protein–protein interaction (PPI) prediction. To address this, we construct the first unified embedding database for 22,043 human proteins, integrating four complementary modalities: AlphaFold2 internal-layer structural embeddings, BioEmbeddings sequence embeddings, ESM-2 contextual representations, and ProtVec n-gram statistical features—marking the first systematic utilization of AlphaFold2’s intermediate-layer embeddings. Our multimodal ensemble framework leverages multiple graph neural networks to fuse these representations. On PPI prediction, it achieves 87.37% AUROC and 79.16% accuracy; for enzyme classification and protein family classification, accuracies reach 77.42% and 86.04%, respectively. This database fills a critical gap in deep, transferable protein embedding resources, enabling scalable systems biology analysis and accelerating drug target discovery.
📝 Abstract
Computationally predicting protein-protein interactions (PPIs) is challenging due to the lack of integrated, multimodal protein representations. DPEB is a curated collection of 22,043 human proteins that integrates four embedding types: structural (AlphaFold2), transformer-based sequence (BioEmbeddings), contextual amino acid patterns (ESM-2: Evolutionary Scale Modeling), and sequence-based n-gram statistics (ProtVec]). AlphaFold2 protein structures are available through public databases (e.g., AlphaFold2 Protein Structure Database), but the internal neural network embeddings are not. DPEB addresses this gap by providing AlphaFold2-derived embeddings for computational modeling. Our benchmark evaluations show GraphSAGE with BioEmbedding achieved the highest PPI prediction performance (87.37% AUROC, 79.16% accuracy). The framework also achieved 77.42% accuracy for enzyme classification and 86.04% accuracy for protein family classification. DPEB supports multiple graph neural network methods for PPI prediction, enabling applications in systems biology, drug target identification, pathway analysis, and disease mechanism studies.