lhallee commited on
Commit
3a5dfbb
·
verified ·
1 Parent(s): 64fe0bb

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +111 -0
README.md CHANGED
@@ -95,4 +95,115 @@ configs:
95
  path: data/prs_rrs_human-*
96
  - split: orthogonal_assays
97
  path: data/orthogonal_assays-*
 
 
 
 
 
 
 
 
 
 
98
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  path: data/prs_rrs_human-*
96
  - split: orthogonal_assays
97
  path: data/orthogonal_assays-*
98
+ license: cc-by-4.0
99
+ language:
100
+ - en
101
+ tags:
102
+ - protein
103
+ - protein-protein-interaction
104
+ - interactome
105
+ - biology
106
+ - alphafold
107
+ pretty_name: CCSB AI Interactome Benchmark
108
  ---
109
+
110
+ # CCSB-AI-Interactome
111
+
112
+ Harmonized protein-protein interaction benchmark built from the Supplementary Data of:
113
+
114
+ > Lambourne, L., Yadav, A., Wang, Y. et al. **Experimental assessment of AI-based interactome mapping.** *Nature Communications* **17**, 4894 (2026). https://doi.org/10.1038/s41467-026-70942-x
115
+
116
+ The study screened a near-complete *S. cerevisiae* ORFeome (5,854 sequence-validated ORFs, 99.5% coverage) with an improved yeast two-hybrid assay to produce YeRI, then put proteome-scale AlphaFold/RoseTTAFold predictions through the same wet-lab pipeline. Its headline finding is that high-confidence AI predictions match experimental data in quality but recover far fewer strictly novel interactions in proteome-wide screening.
117
+
118
+ Every table has been resolved to amino acid sequences and coerced to a single schema, so all splits share identical columns and can be iterated without special-casing.
119
+
120
+ ## Splits
121
+
122
+ | Split | Rows | Positive | Negative | Unscorable | Organism | What it is |
123
+ |---|---|---|---|---|---|---|
124
+ | `afrf_y2h_yeast` | 597 | 17 | 559 | 21 | yeast | AlphaFold/RoseTTAFold-predicted pairs, each given a wet-lab Y2H verdict (Supp. Data 19) |
125
+ | `afrf_y2h_human` | 4,046 | 402 | 2,916 | 728 | human | Zhang et al. AF/RF human predictions, each given a Y2H verdict (Supp. Data 22) |
126
+ | `yeri` | 1,970 | 1,970 | 0 | 0 | yeast | The yeast reference interactome, with AlphaFold metrics and orthogonal assays joined (Supp. Data 16 + 24) |
127
+ | `y2h_union_25` | 4,556 | 4,556 | 0 | 0 | yeast | Union of four systematic yeast Y2H maps (Supp. Data 17) |
128
+ | `valbin_25` | 12,706 | 12,706 | 0 | 0 | yeast | Validated binary yeast PPIs across structural, literature, and Y2H evidence (Supp. Data 21) |
129
+ | `prs_rrs_yeast` | 306 | 108 | 198 | 0 | yeast | scPRS-v2 positive and scRRS-v2 random reference sets, with every assay readout attached (Supp. Data 2, 3, 4, 23) |
130
+ | `prs_rrs_human` | 729 | 342 | 387 | 0 | human | hsPRS-v2 / hsRRS-v2 plus the literature and random comparators tested alongside (Supp. Data 22) |
131
+ | `orthogonal_assays` | 8,846 | 858 | 6,484 | 1,504 | yeast | Raw MAPPIT and GPCA assay-level results, one row per assayed configuration (Supp. Data 11) |
132
+
133
+ ## The interesting one
134
+
135
+ `afrf_y2h_yeast` and `afrf_y2h_human` are pairs that a structure-based AI method called an interaction, each carrying an experimental verdict. Every negative is a structural near-miss rather than a random pair, which makes them a far harder discrimination target than the usual random-negative benchmarks, and a direct test of whether a sequence-only model recovers signal that structure-based virtual screening got wrong.
136
+
137
+ ## Schema
138
+
139
+ All splits share these columns.
140
+
141
+ | Column | Type | Meaning |
142
+ |---|---|---|
143
+ | `A`, `B` | string | UniProt accession |
144
+ | `SeqA`, `SeqB` | string | Amino acid sequence |
145
+ | `OrgA`, `OrgB` | string | Organism binomial |
146
+ | `NameA`, `NameB` | string | Systematic ORF name (yeast) or source accession (human) |
147
+ | `GeneA`, `GeneB` | string | Common gene name |
148
+ | `labels` | int8 | `1` interacting, `0` non-interacting, `-1` not scorable |
149
+ | `source_dataset` | string | Provenance set within the paper |
150
+ | `evidence` | string | `;`-joined evidence flags, for example `I3D-exp-24;Lit-BM-24` |
151
+ | `y2h_v1_result`, `y2h_v4_result` | string | Raw Y2H verdict, empty when not tested |
152
+ | `mappit_result`, `gpca_result` | string | Orthogonal assay verdict, empty when not tested |
153
+ | `score` | float32 | Assay score, or YeRI manual growth score |
154
+ | `contact_probability`, `model_confidence`, `pDockQ`, `iPAE`, `CCC` | float32 | AlphaFold confidence metrics, `NaN` when unavailable |
155
+ | `novel` | int8 | `1` if strictly novel at publication, `0` if not, `-1` unknown |
156
+
157
+ ### Label semantics differ by split
158
+
159
+ This is the one thing to read before using `labels`.
160
+
161
+ - `afrf_y2h_yeast`, `afrf_y2h_human`, `orthogonal_assays`: the label is the **assay outcome**. This is the adjudication being benchmarked.
162
+ - `prs_rrs_yeast`, `prs_rrs_human`: the label is **reference-set membership** (PRS positive, RRS random). The assay outcome is in the result columns instead, since reference-set membership is the ground truth and the assay is what is being calibrated.
163
+ - `yeri`, `y2h_union_25`, `valbin_25`: positive-only interaction lists, so every label is `1`. Supply your own negatives.
164
+
165
+ `labels = -1` marks rows that cannot be scored: autoactivators, failed tests, and clones that failed sequence confirmation. They are retained rather than dropped so nothing is silently lost. Filter with `ds.filter(lambda x: x["labels"] >= 0)`.
166
+
167
+ ## Usage
168
+
169
+ ```python
170
+ from datasets import load_dataset
171
+
172
+ # The AI-adjudicated benchmark
173
+ ds = load_dataset("GleghornLab/CCSB-AI-Interactome", split="afrf_y2h_human")
174
+ ds = ds.filter(lambda x: x["labels"] >= 0) # 3,318 scorable pairs
175
+
176
+ # The yeast reference interactome
177
+ yeri = load_dataset("GleghornLab/CCSB-AI-Interactome", split="yeri")
178
+ ```
179
+
180
+ ## Caveats
181
+
182
+ - **Y2H negatives are not verified non-interactions.** The assay recovers roughly 20 to 30% of scPRS-v2 positives, so a `Negative` means "not detected in this assay" and not "these proteins do not interact." Treat `afrf_y2h_*` as a Y2H-verifiability benchmark, not a ground-truth interaction benchmark.
183
+ - **Yeast is well represented in common PPI training corpora** (STRING, BioGRID). Any evaluation on the yeast splits needs a homology or cluster-level leakage control against the model's training set. The `novel` column on `yeri` marks the 1,446 rows that were strictly novel at publication and are the least likely to be memorized.
184
+ - **`yeri` and `prs_rrs_human` contain both-orientation rows.** `yeri` has 1,970 rows over 1,910 unique unordered pairs, matching the paper's reported 1,910 PPIs; `prs_rrs_human` has 729 rows over 590 unique pairs. Deduplicate on a sorted `(NameA, NameB)` key if you need one row per pair.
185
+ - **`mappit_result` and `gpca_result` are a pair-level collapse** of the assay-level table, scoring a pair positive if any tested configuration was positive. This does not exactly reproduce the per-assay counts in the paper's Figure 2a, which applies additional quality control that is not recoverable from the released tables. Use the `orthogonal_assays` split to recompute under a different rule.
186
+ - **10 rows lack sequences.** Four human accessions referenced by the source tables are now inactive in UniProt (`A0A0C4DGZ8`, `O43930` and `Q8WV35` deleted, `P01562` demerged). Their rows are retained with empty `SeqA` / `SeqB`.
187
+
188
+ ## Provenance
189
+
190
+ Sequences were resolved from UniProt reference proteomes `UP000002311` (*S. cerevisiae* S288C) and `UP000005640` (*H. sapiens*), with per-identifier lookups for entries outside those proteomes. Yeast ORF names were matched on the UniProt ordered locus name field.
191
+
192
+ ## License and citation
193
+
194
+ Source Supplementary Data are distributed under CC BY 4.0 as part of the open access article, and this derived dataset carries the same license. Cite the original paper:
195
+
196
+ ```bibtex
197
+ @article{lambourne2026interactome,
198
+ title = {Experimental assessment of AI-based interactome mapping},
199
+ author = {Lambourne, Luke and Yadav, Anupama and Wang, Yang and others},
200
+ journal = {Nature Communications},
201
+ volume = {17},
202
+ number = {1},
203
+ pages = {4894},
204
+ year = {2026},
205
+ doi = {10.1038/s41467-026-70942-x}
206
+ }
207
+ ```
208
+
209
+ The yeast interaction maps are also browsable at the [Yeast Interactome Portal](https://yeast.interactome-atlas.org/).