gabrielaltay commited on
Commit
b1e6996
·
verified ·
1 Parent(s): 839287e

Add clinical for all 33 TCGA projects (11,428 patients total)

Browse files
README.md CHANGED
@@ -9,18 +9,138 @@ tags:
9
  - clinical
10
  - genomics
11
  configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - config_name: TCGA-CHOL
13
  data_files:
14
  - split: train
15
  path: TCGA-CHOL/data.parquet
 
 
 
 
16
  - config_name: TCGA-DLBC
17
  data_files:
18
  - split: train
19
  path: TCGA-DLBC/data.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - config_name: TCGA-LUAD
21
  data_files:
22
  - split: train
23
  path: TCGA-LUAD/data.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # TCGA Patients (Open Access)
@@ -29,8 +149,8 @@ Open-access patient data from The Cancer Genome Atlas (TCGA), pulled from the
29
  National Cancer Institute (NCI) Genomic Data Commons (GDC). One HuggingFace
30
  (HF) subset per TCGA project; one row per patient.
31
 
32
- - **Projects included:** `TCGA-CHOL`, `TCGA-DLBC`, `TCGA-LUAD`
33
- - **Generated:** 2026-05-05 15:19:38 UTC
34
  - **Source:** GDC `/cases` endpoint, open-access tier only.
35
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict]; the live
36
  dictionary the GDC was serving when the data was fetched is hashed into
@@ -89,7 +209,7 @@ constructed in [`src/tcga2hf/clinical.py`][src-clinical] (the `cases`
89
  table) and [`src/tcga2hf/genomic.py`][src-genomic] (molecular and
90
  provenance tables) of the [`tcga2hf` repo][repo].
91
 
92
- **Projects fetched in this build:** `TCGA-CHOL`, `TCGA-DLBC`, `TCGA-LUAD`.
93
 
94
  ### `POST /cases` → `cases` table
95
 
 
9
  - clinical
10
  - genomics
11
  configs:
12
+ - config_name: TCGA-ACC
13
+ data_files:
14
+ - split: train
15
+ path: TCGA-ACC/data.parquet
16
+ - config_name: TCGA-BLCA
17
+ data_files:
18
+ - split: train
19
+ path: TCGA-BLCA/data.parquet
20
+ - config_name: TCGA-BRCA
21
+ data_files:
22
+ - split: train
23
+ path: TCGA-BRCA/data.parquet
24
+ - config_name: TCGA-CESC
25
+ data_files:
26
+ - split: train
27
+ path: TCGA-CESC/data.parquet
28
  - config_name: TCGA-CHOL
29
  data_files:
30
  - split: train
31
  path: TCGA-CHOL/data.parquet
32
+ - config_name: TCGA-COAD
33
+ data_files:
34
+ - split: train
35
+ path: TCGA-COAD/data.parquet
36
  - config_name: TCGA-DLBC
37
  data_files:
38
  - split: train
39
  path: TCGA-DLBC/data.parquet
40
+ - config_name: TCGA-ESCA
41
+ data_files:
42
+ - split: train
43
+ path: TCGA-ESCA/data.parquet
44
+ - config_name: TCGA-GBM
45
+ data_files:
46
+ - split: train
47
+ path: TCGA-GBM/data.parquet
48
+ - config_name: TCGA-HNSC
49
+ data_files:
50
+ - split: train
51
+ path: TCGA-HNSC/data.parquet
52
+ - config_name: TCGA-KICH
53
+ data_files:
54
+ - split: train
55
+ path: TCGA-KICH/data.parquet
56
+ - config_name: TCGA-KIRC
57
+ data_files:
58
+ - split: train
59
+ path: TCGA-KIRC/data.parquet
60
+ - config_name: TCGA-KIRP
61
+ data_files:
62
+ - split: train
63
+ path: TCGA-KIRP/data.parquet
64
+ - config_name: TCGA-LAML
65
+ data_files:
66
+ - split: train
67
+ path: TCGA-LAML/data.parquet
68
+ - config_name: TCGA-LGG
69
+ data_files:
70
+ - split: train
71
+ path: TCGA-LGG/data.parquet
72
+ - config_name: TCGA-LIHC
73
+ data_files:
74
+ - split: train
75
+ path: TCGA-LIHC/data.parquet
76
  - config_name: TCGA-LUAD
77
  data_files:
78
  - split: train
79
  path: TCGA-LUAD/data.parquet
80
+ - config_name: TCGA-LUSC
81
+ data_files:
82
+ - split: train
83
+ path: TCGA-LUSC/data.parquet
84
+ - config_name: TCGA-MESO
85
+ data_files:
86
+ - split: train
87
+ path: TCGA-MESO/data.parquet
88
+ - config_name: TCGA-OV
89
+ data_files:
90
+ - split: train
91
+ path: TCGA-OV/data.parquet
92
+ - config_name: TCGA-PAAD
93
+ data_files:
94
+ - split: train
95
+ path: TCGA-PAAD/data.parquet
96
+ - config_name: TCGA-PCPG
97
+ data_files:
98
+ - split: train
99
+ path: TCGA-PCPG/data.parquet
100
+ - config_name: TCGA-PRAD
101
+ data_files:
102
+ - split: train
103
+ path: TCGA-PRAD/data.parquet
104
+ - config_name: TCGA-READ
105
+ data_files:
106
+ - split: train
107
+ path: TCGA-READ/data.parquet
108
+ - config_name: TCGA-SARC
109
+ data_files:
110
+ - split: train
111
+ path: TCGA-SARC/data.parquet
112
+ - config_name: TCGA-SKCM
113
+ data_files:
114
+ - split: train
115
+ path: TCGA-SKCM/data.parquet
116
+ - config_name: TCGA-STAD
117
+ data_files:
118
+ - split: train
119
+ path: TCGA-STAD/data.parquet
120
+ - config_name: TCGA-TGCT
121
+ data_files:
122
+ - split: train
123
+ path: TCGA-TGCT/data.parquet
124
+ - config_name: TCGA-THCA
125
+ data_files:
126
+ - split: train
127
+ path: TCGA-THCA/data.parquet
128
+ - config_name: TCGA-THYM
129
+ data_files:
130
+ - split: train
131
+ path: TCGA-THYM/data.parquet
132
+ - config_name: TCGA-UCEC
133
+ data_files:
134
+ - split: train
135
+ path: TCGA-UCEC/data.parquet
136
+ - config_name: TCGA-UCS
137
+ data_files:
138
+ - split: train
139
+ path: TCGA-UCS/data.parquet
140
+ - config_name: TCGA-UVM
141
+ data_files:
142
+ - split: train
143
+ path: TCGA-UVM/data.parquet
144
  ---
145
 
146
  # TCGA Patients (Open Access)
 
149
  National Cancer Institute (NCI) Genomic Data Commons (GDC). One HuggingFace
150
  (HF) subset per TCGA project; one row per patient.
151
 
152
+ - **Projects included:** `TCGA-ACC`, `TCGA-BLCA`, `TCGA-BRCA`, `TCGA-CESC`, `TCGA-CHOL`, `TCGA-COAD`, `TCGA-DLBC`, `TCGA-ESCA`, `TCGA-GBM`, `TCGA-HNSC`, `TCGA-KICH`, `TCGA-KIRC`, `TCGA-KIRP`, `TCGA-LAML`, `TCGA-LGG`, `TCGA-LIHC`, `TCGA-LUAD`, `TCGA-LUSC`, `TCGA-MESO`, `TCGA-OV`, `TCGA-PAAD`, `TCGA-PCPG`, `TCGA-PRAD`, `TCGA-READ`, `TCGA-SARC`, `TCGA-SKCM`, `TCGA-STAD`, `TCGA-TGCT`, `TCGA-THCA`, `TCGA-THYM`, `TCGA-UCEC`, `TCGA-UCS`, `TCGA-UVM`
153
+ - **Generated:** 2026-05-06 00:03:52 UTC
154
  - **Source:** GDC `/cases` endpoint, open-access tier only.
155
  - **Schema:** derived from the [GDC Data Dictionary][gdc-dict]; the live
156
  dictionary the GDC was serving when the data was fetched is hashed into
 
209
  table) and [`src/tcga2hf/genomic.py`][src-genomic] (molecular and
210
  provenance tables) of the [`tcga2hf` repo][repo].
211
 
212
+ **Projects fetched in this build:** `TCGA-ACC`, `TCGA-BLCA`, `TCGA-BRCA`, `TCGA-CESC`, `TCGA-CHOL`, `TCGA-COAD`, `TCGA-DLBC`, `TCGA-ESCA`, `TCGA-GBM`, `TCGA-HNSC`, `TCGA-KICH`, `TCGA-KIRC`, `TCGA-KIRP`, `TCGA-LAML`, `TCGA-LGG`, `TCGA-LIHC`, `TCGA-LUAD`, `TCGA-LUSC`, `TCGA-MESO`, `TCGA-OV`, `TCGA-PAAD`, `TCGA-PCPG`, `TCGA-PRAD`, `TCGA-READ`, `TCGA-SARC`, `TCGA-SKCM`, `TCGA-STAD`, `TCGA-TGCT`, `TCGA-THCA`, `TCGA-THYM`, `TCGA-UCEC`, `TCGA-UCS`, `TCGA-UVM`.
213
 
214
  ### `POST /cases` → `cases` table
215
 
TCGA-ACC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7358137204f1a620d36ee7e9fed1d0219942edca4c820a22b96250f3f4bbff49
3
+ size 540641
TCGA-BLCA/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44afeebb69f676d179bf6272dd9f376d9274f7b7ed3322a0019a2f96675c0fff
3
+ size 2335363
TCGA-BRCA/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff866f68748f254420656cabd51cf109a661afe13385972c7cbb789e588f9d36
3
+ size 5961376
TCGA-CESC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbd14c34aa895262eea9b4f315cd39062122521e00467395f5a87f2f4de044f
3
+ size 1787295
TCGA-COAD/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f903fb356bda0189e530639f88b4043b4364236210f74209e934528986bd7afb
3
+ size 2736418
TCGA-ESCA/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb8d879ba67824b59dc992ec4d1a35178508bbee0f6e4b0c9ec1542df741c4d
3
+ size 1048980
TCGA-GBM/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ba9ed7842a1bac39be7b9a45381bdb8c31f6da86674bd5901d5c7f2cf68f3c
3
+ size 3569347
TCGA-HNSC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dafbd1183e4eb99b29ed38fde89d4e4bbffb67bfda875e0b872ca7d379ca3fc
3
+ size 2772614
TCGA-KICH/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17494dff1649da86c80740a63deeb717711d492d42b09ac801803cc9ec3b5b88
3
+ size 660397
TCGA-KIRC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be792fbdcb3846fdb42ee692e10c9bc940d258b334b09e8b1d2b78c61a7f0aba
3
+ size 3031063
TCGA-KIRP/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5fe4343e27b30129dcc91e5c0cf50f98f3413fd6875573da9f43b60bf1669eb
3
+ size 1587748
TCGA-LAML/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a89c5c4d2b66e30ab0949bda5253275c5db31714a13b374fe4e1d76afcc0d41
3
+ size 1136254
TCGA-LGG/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb22961f191cf5942eae1facc141c12d566d51f4dd167514e9d2e67adb3dbb1f
3
+ size 2867299
TCGA-LIHC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4fa31617e4dbb588f2c98e00094e7e79f17a892340fdbd1ce0ef4876ccbd346
3
+ size 2151944
TCGA-LUSC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abea2fa6b75cc745ac013e7f8fa9bd1fa3abcb73059c43afaf663f09c46adb1a
3
+ size 2822846
TCGA-MESO/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd33c9eac76ee211bfff9dc482fbdee500024ceb8095791f18a290b69f543c92
3
+ size 542334
TCGA-OV/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935b8cd8e0c94b132226c572ad242067d397325a91c31f6fc6ab1625be7f84b0
3
+ size 3741138
TCGA-PAAD/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d88e1ce2350ec1cde04a95a77ebf3e8ba550e088149574720f6dda1fe2baf3a
3
+ size 1042540
TCGA-PCPG/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d125ef45c3eef2e4038ee9a851e67b8d3bb6e112332b8f2637e4ffdfc6110102
3
+ size 936381
TCGA-PRAD/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:716db2fe02abbf1f15971cdec30175cabf34f4023d40333657510ad17c32304a
3
+ size 2429933
TCGA-READ/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ce7ff2133386015b66dc7a1addde9fef16de40adaaa82722cb8f26b90d72af8
3
+ size 1075783
TCGA-SARC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00495ffeba1efda2b29794972a43b66206f1168bf00c8f094bbd701c4f195291
3
+ size 1452288
TCGA-SKCM/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7a15a8352621bb9efd1abbdcb1130813c88b8b649a8f9ac390501ad8141f90
3
+ size 2784284
TCGA-STAD/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10185b27b10764691fa80ee2df0d5584e0cbede997f642b2e4b4afda4facb879
3
+ size 2265536
TCGA-TGCT/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d9f644ea9e058742578606517c5174f01cda35c73a8771d320a7148a00b8dd
3
+ size 1376094
TCGA-THCA/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7437484793aecafa00622d96e4f7b3901592fc9bc8954f8c6da082a6840c11b9
3
+ size 2706365
TCGA-THYM/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f06ee55c0b2e3ed7cf5a1b14573989cca55d501f8569445e0c6db7f68169111
3
+ size 674072
TCGA-UCEC/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5083105ac71428494cf3426f1f80c2e564a4fd68a1bb87b7952568fee7919f9c
3
+ size 3070672
TCGA-UCS/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a32696af78316ec1f49ed61c2311f4f52db089782c60f305f3ed6a6fadf25ec
3
+ size 455342
TCGA-UVM/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de53a0f8ad40fa95241e36d0172659ce5e92175eb8c92ee249b3ac990d47339c
3
+ size 484771