gabrielaltay commited on
Commit
bbcc13a
·
verified ·
1 Parent(s): 373cfdd

Add clinical_supplement struct column to patient rows (BCR biotab data: patient/follow_ups/ntes/drugs/radiations/ablations/omfs sub-fields, per-project schema). Patients view now surfaces the same BCR data the tabular view exposes.

Browse files
README.md CHANGED
@@ -150,7 +150,7 @@ all 33 TCGA projects.
150
 
151
  **This view presents one HuggingFace subset per TCGA project**, with one row per patient. See the [`tcga-tabular-open`][tabular] companion for a per-table view of the same underlying data.
152
 
153
- - **Generated:** 2026-05-09 21:21:40 UTC
154
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict].
155
  - **GDC data release:** Data Release 45.0 - December 04, 2025
156
 
@@ -186,8 +186,8 @@ Three sources feed each project's data, all open-access:
186
  the BCR-original biotabs preserve. The schema varies by cancer type
187
  (e.g. BLCA's BCG-response columns don't exist in CHOL's hepatic-marker
188
  forms), so each project's biotabs ship only the columns they actually
189
- carry. Discovered via `/files` filtered to `data_type="Clinical
190
- Supplement"` + `data_format="bcr biotab"`, downloaded via `/data`.
191
 
192
  ### Source data filters (canonical)
193
 
@@ -207,7 +207,7 @@ for one source:
207
  | GDC `/cases` | nested fields on each patient row (`demographic`, `diagnoses`, `follow_ups`, `exposures`, `family_histories`, `samples`); `gdc_portal_url` link added |
208
  | Masked Somatic Mutation MAFs | `samples_masked_somatic_mutation` array on each patient row (sample FKs resolved alongside GDC's aliquot UUIDs) |
209
  | Gene Expression Quantification | `samples_gene_expression_quantification` array on each patient row (`stranded_first` / `stranded_second` dropped — GDC harmonizes as unstranded) |
210
- | BCR Clinical Supplements | consumed in-memory for the `survival_derived` supplement (see below); not surfaced as columns on the row |
211
 
212
 
213
  ### Specific to this view
 
150
 
151
  **This view presents one HuggingFace subset per TCGA project**, with one row per patient. See the [`tcga-tabular-open`][tabular] companion for a per-table view of the same underlying data.
152
 
153
+ - **Generated:** 2026-05-09 22:03:39 UTC
154
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict].
155
  - **GDC data release:** Data Release 45.0 - December 04, 2025
156
 
 
186
  the BCR-original biotabs preserve. The schema varies by cancer type
187
  (e.g. BLCA's BCG-response columns don't exist in CHOL's hepatic-marker
188
  forms), so each project's biotabs ship only the columns they actually
189
+ carry. Discovered the same way (`/files` then `/data`) — see the
190
+ filter table below.
191
 
192
  ### Source data filters (canonical)
193
 
 
207
  | GDC `/cases` | nested fields on each patient row (`demographic`, `diagnoses`, `follow_ups`, `exposures`, `family_histories`, `samples`); `gdc_portal_url` link added |
208
  | Masked Somatic Mutation MAFs | `samples_masked_somatic_mutation` array on each patient row (sample FKs resolved alongside GDC's aliquot UUIDs) |
209
  | Gene Expression Quantification | `samples_gene_expression_quantification` array on each patient row (`stranded_first` / `stranded_second` dropped — GDC harmonizes as unstranded) |
210
+ | BCR Clinical Supplements | `clinical_supplement` struct on each patient row, with sub-fields `patient` (1 dict) and `follow_ups` / `ntes` / `drugs` / `radiations` / `ablations` / `omfs` (lists of dicts). Sub-fields with no data for the project are omitted. |
211
 
212
 
213
  ### Specific to this view
TCGA-ACC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c826d5e0a1330f17a1bc27c758cb1466701cd8af64b9b7991c24bb040bded4b1
3
- size 91550871
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca472b1f595ec7a089989f98332dbc409c068bf808e36b3179da8392be58c2ff
3
+ size 91729471
TCGA-BLCA/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d41e6a6d6191874d11d9025b050e2790fae0d4abf2667a3adbc21c57768b57e
3
- size 549045222
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7f6aa74f84dde5cd2f6c77344a793214a990ae32bd7eb0d57632a0862fbee1
3
+ size 549825438
TCGA-BRCA/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfe379bc113ac1c92b93a2c02174278b05b66794dc711d73be8d6f51a411e3e2
3
- size 1490361760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe0e754d059a3975ec84559609af63ac04679138bc9ab25bf2f5d1640a158f4
3
+ size 1493198669
TCGA-CESC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:285f2a24d10fe3ab5219638f4e02a246c877cd9b068706425d4a97fd890c161d
3
- size 389236040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bdbfaaad4ff4bf771640fdd12305bac6f1f911cde6db5fce6be11044e55af8
3
+ size 390093530
TCGA-CHOL/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfe16a7196d5bd61bf8ea71f7dd236382bd6df86a03720a1bb751ac55a89dc04
3
- size 52141964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8635f15f0869b395111a4adabf9fd64d17cc3c774e37c69850f9af73aafc9b8e
3
+ size 52295849
TCGA-COAD/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40828da170a6d94b888512d465fa700372de084b783cdd32b6125d2ea77ceed2
3
- size 692946049
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c0fe9908a28d4705bd47592d0adbeb4b68eb889fa84da9d96a85bd305868d2
3
+ size 693811743
TCGA-DLBC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:006632f9939befca2f5b74c32ab369adc5f27fba8fb235829ee1c83e75fbe595
3
- size 58102912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470d9f63d7e01b2d7d1fdba7a3ddff0f525de0f49856d696b9e02f6b1d6037d4
3
+ size 58295678
TCGA-ESCA/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2cabc140b5392f5f9149578be8196942d9e145c7d41422092139bb467166a0b
3
- size 263084575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1586383a321c06f9d914812ee5779af0aac353dc09cc75f8ce38d79b271390
3
+ size 263424616
TCGA-GBM/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3e9476185891ea452b1243903889e06c8103e72b0707301522c8620167e87e6
3
- size 506866234
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99664191470c4d5b712aa4f3460a1f321f5b2479948f08a1582d5fd72ea2d0ac
3
+ size 507852883
TCGA-HNSC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1ce5ea83a4c17b2fbdf7c9b6a07ff61e61ad08e0e3d06e1f2cdfcec87737b98
3
- size 687739391
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9991cb09bd2f47a4bc8a6002bd6bb866289a7e786e424b49c791358e3b7e9c4a
3
+ size 688707368
TCGA-KICH/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8be8990015f67f1e99bfeecc5e14089781707f57dbdf287efd1ceea1cd4f1c55
3
- size 105227787
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e9e8291bbd672b18f5b70509e28665e1f94a81eff1120c940e9ae10a2e3242
3
+ size 105421531
TCGA-KIRC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0026aace8b9da84d2347de85760fc9ce2879d0cdfd1461a4434d83ab07258aa
3
- size 743971862
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0085e02a3184431db3d5254b28625d66648360007e87aa5e6ffc412c8b6ed447
3
+ size 744759387
TCGA-KIRP/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6979950828dbb934e1aeb9364e1871a06fffae1d65fd1de1e18b5259879dad3d
3
- size 383886416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35dda26539833737273152ce7f2bbf347916edb07b499505e4903743f40487da
3
+ size 384329210
TCGA-LAML/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba803242c62e837fe83d4b17fb2239ab9c3791bce371d0daa98de2e2eb4a171
3
- size 193033451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ab09da87654903dc1a7954c1d8553586c04e537fd6a1d120142b41733050d2
3
+ size 193179882
TCGA-LGG/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:523a36f11d18bd0860b375b2d99aca9036ccb8404514700ba915612a3e213578
3
- size 650769509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9856909911296299910c5a292f13e559d076eddc416b953d530961a0462717
3
+ size 651689712
TCGA-LIHC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72b3d63ac34552470b2380ed458d69ec2259b990157290291ccbe73d7a87ba54
3
- size 484235669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffd89a50fd5ed131a339baeb434a4346e94397a17af28a1454921b20d9c22ca7
3
+ size 484941663
TCGA-LUAD/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2b9df3ec617f87cbb47776a015a50ccca9b2a1a8f59848e97421d97003d50ad
3
- size 784720434
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903fa11d1e0d80883660612cea751dcf5a13af79fe292eab8b5a83ad095ea566
3
+ size 785921367
TCGA-LUSC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c28eef4f36968bdce6282e990ba212b7c594023d76a17e422a195a1967293a9
3
- size 738507178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0277fff64147288848b646062d70056af677677492bbb6060fae3b814906de2
3
+ size 739516528
TCGA-MESO/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb313301407f1e6a4ef6e0456aa60ebc8008e69fedfade2fa9052ff38de23d68
3
- size 101463277
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a10e4403a2c6be7fc78659a040042dd29b3db783f7cbff6e5cf67b61c03845
3
+ size 101646343
TCGA-OV/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f64f6dae759c4dc1c7463bedbce3374efdb08d8b0f0fec609ea611e503b7228c
3
- size 545373158
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:847ca61dbb40d4c5a7220877901a59a3912f3fd13191d9f20a51b1d04aaa117a
3
+ size 546441685
TCGA-PAAD/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f9858b7f04711c32fe0f1345874d92d4e08802170e768a93c2775e3b5c12e4a
3
- size 224701765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5f453d3b36f6492d6de44eeed54ef2734a1e2fe9590627c0d1cd4304aa7108
3
+ size 225062367
TCGA-PCPG/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63a4110a9f8c2f154c7c1ad1c125b93a302de3745af8a3d47bd6603445eec455
3
- size 214263513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cebd9b6f729d737028a5d3288dfe3b59f6abfbb69267c9974b634609fd05a4b
3
+ size 214512567
TCGA-PRAD/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0f21497d2519314bc9085c1ad5adaf5da6ab1f4c99aac903af953e2a29b741b
3
- size 659738322
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46fab2b8295f29a2d4d1253c30e344e411b63afb5a90f57f6d74bfabfc72e2b2
3
+ size 660520285
TCGA-READ/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6c9c10fd1a001564b703d8333be421d5fa2a440d64e13a5de46a28c3a79b0ff
3
- size 224041339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4429b8d130a2db3eddbbcd2321570746bd1d2ee8db87ecbbd375d91920710da6
3
+ size 224375871
TCGA-SARC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5b96924c3795c23ca19415b3c3a9094a91716373f886bd0c3dd3a1ec591f87d
3
- size 310605634
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70f94c95cb8051deb3a445123b9db74a748186c53d2d8e9fe7468bd571ce2b6
3
+ size 311158106
TCGA-SKCM/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5b55a6ba556a1560b01615a37a44540be2f78f0970c65eff29d1e5d06546493
3
- size 677543883
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748841dd3f53865db257e2066d77d85eeff0b842f83568021e8633cbb8e2d96f
3
+ size 678367402
TCGA-STAD/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30a5855347864825f54571fc8a3b576482886b55d10d728619d5eded6f28d977
3
- size 640376008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5fe0333bf83ceabdf815c6800c848555f32ac15fb1d15b7cf92a14f4348645
3
+ size 641095971
TCGA-TGCT/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fd0742385d669bf7a4e724d0681c98300b336f489583dd01720a5c3cfd75608
3
- size 187280703
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccb8f7cb5ec6a712af41927c74f2f1bb9515bdd000cdf5db415bac4d96a1430
3
+ size 187708830
TCGA-THCA/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b9d2fff22ce553519cf68921ebceac98fca4362879529fa4ca2b2624c133ccb
3
- size 669759988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28472204ebd4dd3e3e50ceabe6c3edd52385b1f5d8933b852dc82a3a2ab475e3
3
+ size 670734437
TCGA-THYM/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dca66832fcbe6e77479e8f23a89f9ecd45fcfcd6cf19384caf6d383b03f8bb2
3
- size 144200701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52fb2aa81a87969c18c3937fc1d67bf003c6bb36eeaa730a12824abda5026114
3
+ size 144406262
TCGA-UCEC/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95abb64616ac02b84e88745eaea2f556c6ed5a34ee5e9a2462170759d1032227
3
- size 926250341
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171058d6599154d6056d469414a20cf37f22a9663b6a56c1e3ed21ad9ed52e79
3
+ size 927292211
TCGA-UCS/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e305dec11fe2bda17c40c916f0e2d6a239ad37271c1da337461af5b1aaa117fc
3
- size 71568694
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf8cf0dc39ee09d231a3eff2650283b13386ef6b03c2712eaba96d09ab4dd66
3
+ size 71738330
TCGA-UVM/data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fff49505dc8788c3fcd6f640824760c68697fcb7803a4f11495468e2a1f4ea5c
3
- size 86579685
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de97d765f0fe940e4d754d6e27421423175398c6a42d2d9bc8f95d92eee1efa2
3
+ size 86734846