CAPSUL: A Comprehensive Human Protein Benchmark for Subcellular Localization
Paper β’ 2603.18571 β’ Published
pdb unknown | __key__ stringlengths 8 12 | __url__ stringclasses 1
value |
|---|---|---|
[
72,
69,
65,
68,
69,
82,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
48,
49,
45,
... | A0A0A0MS05-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MS06-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MS14-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MS15-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT36-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT70-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT76-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT82-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT86-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
"SEVBREVSICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwMS1KVU4tMjIgICAgICAgICAgICAgICA(...TRUNCATED) | A0A0A0MT87-1 | hf://datasets/getbetterhyccc/CAPSUL@d632b99accf9294142a4e538d9695854abd275a8/AlphaFold_pdb.tar |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This repository contains the complete dataset of the paper: "CAPSUL: A Comprehensive Human Protein Benchmark for Subcellular Localization" Accepted by ICLR 2026.
Here we introduce the protein dataset used in our CAPSUL benchmark evaluation, with comprehensive 3D information and fine-grained localization annotations. Data is derived from AlphaFold2, UniProt, and the Human Protein Atlas (HPA).
CAPSUL/
βββ AlphaFold_pdb.tar # Original AlphaFold2 PDB files
βββ coordinate.tar # Extracted C-alpha (CΞ±) coordinates
βββ localization/ # Annotations and sequence features
βββ union.csv # 20-class annotations (UniProt + HPA), used for evaluation in the paper
βββ uniprot_detail.csv # Original raw annotations (UniProt)
βββ hpa_detail.csv # Original raw annotations (HPA)
βββ uniprot_20.csv # 20-class annotations (UniProt)
βββ hpa_20.csv # 20-class annotations (HPA)
Note: The implementation code is available at https://github.com/getbetter-hyccc/CAPSUL
AlphaFold_pdb.tar: Contains the full original PDB files predicted by AlphaFold2. These include atomic coordinates, pLDDT scores, and complete protein metadata.coordinate.tar: To facilitate faster training for geometric models, we provide pre-extracted C-alpha (CΞ±) coordinates. This reduces I/O overhead by focusing on the protein backbone trajectory.localization/: Includes both the original raw labels and our integrated 20-class fine-grained labels. These annotations are specifically curated to evaluate model performance across diverse subcellular compartments, whose processing details can be found in our paper.If you use this dataset and benchmark CAPSUL in your research, please cite:
@article{hu2026capsul,
title={CAPSUL: A Comprehensive Human Protein Benchmark for Subcellular Localization},
author={Hu, Yicheng and Lin, Xinyu and Li, Shulin and Wang, Wenjie and Zhu, Fengbin and Feng, Fuli},
journal={arXiv preprint arXiv:2603.18571},
year={2026}
}