用氨基酸序列生成动态图,精准预测蛋白质相互作用。
Inferred global dense residue transition graphs from primary structure sequences enable protein interaction prediction via directed graph convolutional neural networks
- 从序列推导出残基间转移概率的有向图,构建全局密度图结构。
- 在有限数据下仍保持高精度,尤其擅长复杂有向图的交互预测。
- 适合对蛋白质互作机制研究或药物靶点发现感兴趣的研究者。
准确预测蛋白质-蛋白质相互作用(PPI)对于理解细胞功能和推动药物研发至关重要。现有方法多依赖蛋白语言模型(PLMs)的序列嵌入,或基于三维结构的图神经网络(GNNs),计算成本较高。本文提出一种更轻量级的框架——ProtGram-DirectGCN,用于下游的PPI链接预测。首先,构建ProtGram:将蛋白质初级结构建模为全局推断的n-gram有向图,边权由大规模序列语料库中残基转移概率决定。其次,设计DirectGCN:一种专有的有向图卷积神经网络,其卷积层通过独立路径变换处理入边、出边和无向边信息,并结合可学习门控机制融合。该模型在残基级别学习嵌入,再通过注意力池化生成蛋白级表示用于预测。在标准节点分类基准上,DirectGCN性能与主流方法相当,尤其在复杂、稠密、异质性高的有向图上表现突出。应用于PPI预测时,整体框架展现出稳健的预测能力,即使在训练数据有限条件下依然有效。
原文摘要 · Abstract (English)
Introduction Accurate prediction of protein-protein interactions (PPIs) is crucial for understanding cellular functions and advancing drug development. Existing in-silico methods use direct sequence embeddings from Protein Language Models (PLMs). Others use Graph Neural Networks (GNNs) for 3D protein structures. This study explores less computationally intensive alternatives. We introduce a novel framework for downstream PPI prediction through link prediction. Methods We introduce a two-stage graph representation learning framework, ProtGram-DirectGCN. First, we developed ProtGram. This approach models a protein's primary structure as a hierarchy of globally inferred n-gram graphs. In these graphs, residue transition probabilities define edge weights. Each edge connects a pair of residues in a directed graph. The probabilities are aggregated from a large corpus of sequences. Second, we propose DirectGCN, a custom directed graph convolutional neural network. This model features a unique convolutional layer. It processes information through separate path-specific transformations: incoming, outgoing, and undirected. A shared transformation is also applied. These paths are combined via a learnable gating mechanism. We apply DirectGCN to ProtGram graphs to learn residue-level embeddings. These embeddings are pooled via attention to generate protein-level embeddings for prediction. Results We first established the efficacy of DirectGCN on standard node classification benchmarks. Its performance matches established methods on general datasets. The model excels at complex, directed graphs with dense, heterophilic structures. When applied to PPI prediction, the full ProtGram-DirectGCN framework delivers robust predictive power. This strong performance holds even with limited training data.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。