neoag: primary datasets take precedence over CEDAR/Neopep; trim blank cols from iedb_labeled
Browse files- harmonize_neoag: drop CEDAR/Neopep rows whose peptide-MHC is already in a primary
dataset (273 dropped) -> neoag_tested 525,989, neoag_candidates 1,355,926
- iedb_labeled: drop always-empty feature columns (expression/affinity/affinity_wt/
agretopicity/foreignness/validated); 12 columns, 790,868 rows unchanged
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
DESCRIPTION.md
CHANGED
|
@@ -10,7 +10,10 @@ All tables are gzip-TSV. The immunogenicity tables share one schema: `peptide, m
|
|
| 10 |
mhc_class, mhc_species, source_species, host_species, assay_type, immunogenicity{1,0,null},
|
| 11 |
expression, affinity, affinity_wt, agretopicity, foreignness, validated, dataset_origin,
|
| 12 |
reference_id, n_references` (+ `patient_id, cancer_type` for the neoag tables). `affinity` is
|
| 13 |
-
as-reported per source (units differ); MHC alleles are as-reported.
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Public datasets (this repo)
|
| 16 |
|
|
|
|
| 10 |
mhc_class, mhc_species, source_species, host_species, assay_type, immunogenicity{1,0,null},
|
| 11 |
expression, affinity, affinity_wt, agretopicity, foreignness, validated, dataset_origin,
|
| 12 |
reference_id, n_references` (+ `patient_id, cancer_type` for the neoag tables). `affinity` is
|
| 13 |
+
as-reported per source (units differ); MHC alleles are as-reported. `iedb_labeled.tsv.gz`
|
| 14 |
+
omits the feature columns IEDB doesn't populate. In `neoag_tested`/`neoag_candidates`,
|
| 15 |
+
primary datasets take precedence over the aggregated compendia (CEDAR, Neopep): a duplicate
|
| 16 |
+
peptide–MHC already present in a primary dataset is dropped from CEDAR/Neopep.
|
| 17 |
|
| 18 |
## Public datasets (this repo)
|
| 19 |
|
immunogenicity/iedb_labeled.tsv.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccc87b7108a0131c5b39f65629dc16950820599b5208503f9d40f356b8183b9
|
| 3 |
+
size 9833065
|
immunogenicity/neoag_candidates.tsv.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54851cf9d574e0fe085a2f80c3f3c06cd84c60805612bb1e08da48e29d671d3c
|
| 3 |
+
size 17531721
|
immunogenicity/neoag_tested.tsv.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:422ba89167bf327e8251f9bf8bb2c928435ad77b9706a724c5bab83e32e6540d
|
| 3 |
+
size 7053481
|