PRING
收藏资源简介:
PRING是一个全面的基准测试,用于从图的角度评估蛋白质-蛋白质相互作用(PPI)预测。该数据集包含来自四个物种(人类、拟南芥、大肠杆菌和酵母)的高质量PPI网络数据,共有21,484个蛋白质和186,818个相互作用。数据集采用了精心设计的策略,以解决数据冗余和泄漏问题。基于这个金标准数据集,我们建立了两种互补的评价范式:拓扑导向任务和功能导向任务。这些评价不仅反映了模型理解网络拓扑的能力,还促进了蛋白质功能注释、生物模块检测甚至疾病机制分析。广泛实验表明,现有的PPI模型在恢复PPI网络的结构和功能特性方面存在局限性,突出了支持现实世界生物应用的差距。
PRING is a comprehensive benchmark for evaluating protein-protein interaction (PPI) prediction from a graph-theoretic perspective. This dataset contains high-quality PPI network data from four species: Homo sapiens (human), Arabidopsis thaliana, Escherichia coli, and Saccharomyces cerevisiae (yeast), encompassing a total of 21,484 proteins and 186,818 interactions. The dataset adopts a meticulously designed strategy to address issues of data redundancy and data leakage. Building upon this gold-standard dataset, we establish two complementary evaluation paradigms: topology-oriented tasks and function-oriented tasks. These evaluations not only reflect a model's ability to comprehend network topology, but also facilitate protein function annotation, biological module detection, and even disease mechanism analysis. Extensive experiments have revealed that existing PPI models exhibit limitations in recovering the structural and functional properties of PPI networks, highlighting the gaps in supporting real-world biological applications.
PRING数据集概述
数据集基本信息
- 数据集名称:PRING (Protein-Protein Interaction Prediction from Pairs to Graphs)
- 研究领域:蛋白质-蛋白质相互作用(PPI)预测
- 主要任务:
- 拓扑导向任务(Topology-oriented Task)
- 功能导向任务(Function-oriented Task)
拓扑导向任务
1.1 种内PPI网络生成(人类)
- 数据文件:
./pring_dataset/human/BFS/human_train_ppi.txt(训练集)./pring_dataset/human/BFS/human_val_ppi.txt(验证集)./pring_dataset/human/BFS/human_all_test_ppi.txt(测试集)./pring_dataset/human/human_simple.fasta(蛋白质序列)
- 评估文件:
./pring_dataset/human/human_all_test_ppi_pred.txt./pring_dataset/human/human_test_graph.pkl./pring_dataset/human/human_BFS_sampled_nodes.pkl
- 评估指标:
- 图相似度
- 相对密度
- 度分布(MMD)
- 聚类系数(MMD)
- 谱分析(MMD)
1.2 跨物种PPI网络生成(拟南芥、酵母、大肠杆菌)
- 示例数据文件(拟南芥):
./pring_dataset/arath/arath_all_test_ppi.txt./pring_dataset/arath/arath_test_graph.pkl./pring_dataset/arath/arath_BFS_sampled_nodes.pkl
功能导向任务
2.1 蛋白质复合物通路预测
- 数据文件:
./pathway_data/complex_test_pairs.txt./pathway_data/complex_proteins.fasta./pathway_data/complex_graphs.pkl
- 评估指标:
- 通路召回率
- 通路精确率
- 通路连通性
2.2 GO富集分析
- 数据文件:
./pring_dataset/human/human_all_test_ppi_pred.txt./pring_dataset/human/human_test_graph.pkl
- 评估指标:
- 功能对齐
- 一致性比率
2.3 必需蛋白质验证
- 数据文件:
./pring_dataset/human/human_all_test_ppi_pred.txt./pring_dataset/human/human_test_graph.pkl
- 评估指标:
- Precision@K
- 分布重叠
数据获取
- 下载地址:https://doi.org/10.7910/DVN/22AUPR
- 存放位置:
./pring_dataset文件夹
- 1PRING: Rethinking Protein-Protein Interaction Prediction from Pairs to Graphs新加坡国立大学, 上海人工智能实验室, 西湖大学, 上海创新研究所, 复旦大学, 香港中文大学, 西安交通大学 · 2025年



