neoantigens: the rest of the Sahin TNBC supplementary, processed
Browse filesCC BY 4.0 (verified against Crossref), so the processed tables are redistributable with
attribution; the source xlsx stay out. Adds the driver-gene responses, the 24,517-gene
DESeq2 tumour-vs-normal contrast and its GSEA. The DEG table is log2 fold change, not TPM,
and is named so that stays visible -- it is not a drop-in for the expr feature.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
neoantigens/SOURCES.md
CHANGED
|
@@ -168,3 +168,32 @@ two, not four, in any leave-one-cohort-out design.
|
|
| 168 |
|
| 169 |
`neoag_tested*` / `neoag_candidates` / `nci_complete_minigenes` are deposited as fetched and are not
|
| 170 |
regenerated by this repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
|
| 169 |
`neoag_tested*` / `neoag_candidates` / `nci_complete_minigenes` are deposited as fetched and are not
|
| 170 |
regenerated by this repository.
|
| 171 |
+
|
| 172 |
+
## Sahin TNBC 2025 — the full supplementary set (2026-08-19)
|
| 173 |
+
|
| 174 |
+
Sahin et al., *Nature* 2025, "Individualized mRNA vaccines evoke durable T cell immunity in adjuvant
|
| 175 |
+
TNBC", [doi:10.1038/s41586-025-10004-2](https://doi.org/10.1038/s41586-025-10004-2). Published under
|
| 176 |
+
**CC BY 4.0**, verified against Crossref, so the *processed* tables are redistributable here with
|
| 177 |
+
attribution. The source `.xlsx` and the article PDF stay in `~/hf/tnbc` and are **not** deposited.
|
| 178 |
+
|
| 179 |
+
| file | from | rows | provenance |
|
| 180 |
+
|---|---|--:|---|
|
| 181 |
+
| `sahin_tnbc_2025.tsv.gz` | MOESM3, sheet `n=251 targets` | 251 | **experimental** — one row per vaccinated target; `ex_vivo` and `post_ivs` are two separate ELISpot read-outs, `mean_spot_count` the magnitude |
|
| 182 |
+
| `sahin_tnbc_2025_drivers.tsv.gz` | MOESM3, sheet `Breast cancer driver genes` | 6 | **experimental** — driver-gene targets and their per-patient responses |
|
| 183 |
+
| `sahin_tnbc_2025_deg.tsv.gz` | MOESM4 | 24,517 | **computed** — DESeq2 tumour vs normal on the same cohort: `baseMean, log2FoldChange, lfcSE, stat, pvalue, padj` |
|
| 184 |
+
| `sahin_tnbc_2025_gsea.tsv.gz` | MOESM5 | 43 | **computed** — gene-set enrichment over those genes |
|
| 185 |
+
|
| 186 |
+
`sahin_tnbc_2025_deg.tsv.gz` is a **log2 fold change, not TPM**, and is deposited under its own name
|
| 187 |
+
so that distinction stays visible: it is not a drop-in for the `expr` feature, which is an absolute
|
| 188 |
+
expression level. It is the only tumour-vs-normal contrast in this directory measured on the same
|
| 189 |
+
patients as a prospective holdout.
|
| 190 |
+
|
| 191 |
+
This cohort is **held out by construction** — it was published after every model in the benchmark
|
| 192 |
+
repository was fitted, and enters no fit.
|
| 193 |
+
|
| 194 |
+
Regenerate:
|
| 195 |
+
|
| 196 |
+
```zsh
|
| 197 |
+
python bench/neoag/ingest_sahin.py # -> sahin_tnbc_2025.tsv.gz
|
| 198 |
+
python bench/neoag/ingest_sahin_extra.py # -> the drivers, deg and gsea tables
|
| 199 |
+
```
|
neoantigens/sahin_tnbc_2025_deg.tsv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bec570eef94b1f1e3bf1a06b15dba9643ea33182865b35ec1d6efbf8b0771de
|
| 3 |
+
size 1392118
|
neoantigens/sahin_tnbc_2025_drivers.tsv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea2ff9cf00dcc8f6d21c7a7662155c18d9bc3b4724f6018376c7ccbff47e261c
|
| 3 |
+
size 301
|
neoantigens/sahin_tnbc_2025_gsea.tsv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e93e8d6bbf33736aa11cf24cfe90e9a7a86dae0775ea1c2f3c4e5114a5339ec9
|
| 3 |
+
size 6975
|