Angelou0516 commited on
Commit
2287c9b
·
verified ·
1 Parent(s): a681b4a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +127 -0
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-3.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - medical
7
+ - ct
8
+ - lung
9
+ - non-small-cell-lung-cancer
10
+ - tumor-segmentation
11
+ - radiogenomics
12
+ - dicom
13
+ - tcia
14
+ pretty_name: NSCLC-Radiogenomics
15
+ size_categories:
16
+ - n<1K
17
+ ---
18
+
19
+ # NSCLC-Radiogenomics
20
+
21
+ Non-small cell lung cancer (NSCLC) radiogenomic dataset on TCIA: pretreatment
22
+ CT scans of 211 NSCLC patients with matching gene-expression, clinical, and
23
+ mutation data. **This HuggingFace mirror contains only the 144 patients with
24
+ a DICOM SEG of the primary lung tumor** (the segmentation-usable subset).
25
+
26
+ ## Dataset Details
27
+
28
+ | Field | Value |
29
+ |---|---|
30
+ | Modality | CT (pretreatment, multi-vendor, multi-slice-thickness) |
31
+ | Body part | Lung (primary non-small cell lung cancer tumor) |
32
+ | Task | 3D binary segmentation (foreground = primary lung tumor) |
33
+ | Patients (TCIA) | 211 |
34
+ | Patients (this mirror) | 144 (those with a DICOM SEG) |
35
+ | CT series (uploaded) | 144 patients' worth |
36
+ | SEG series | 144 (one per patient) |
37
+ | Format | DICOM (images) + DICOM SEG (segmentations) |
38
+ | License | CC BY 3.0 |
39
+ | Original source | TCIA collection NSCLC Radiogenomics |
40
+
41
+ PT/PET series (480 series, 201 patients) are excluded — the published
42
+ segmentation masks are on CT only, so PET adds no signal for the
43
+ segmentation task.
44
+
45
+ ## Annotation Pipeline
46
+
47
+ Per Bakr et al. (Sci. Data 2018), each segmentation was produced by:
48
+ 1. An unpublished automatic algorithm provided an initial mask of the
49
+ primary tumor on the axial CT.
50
+ 2. Thoracic radiologist **M.K.** (5+ yrs experience) viewed every case
51
+ and edited the masks as necessary in ePAD.
52
+ 3. Thoracic radiologist **A.N.L.** (20+ yrs experience) independently
53
+ reviewed every case; disagreements were resolved by discussion
54
+ between M.K. and A.N.L.
55
+ 4. **Final approval by A.N.L.**
56
+
57
+ Only one consolidated DICOM SEG is published per patient — it already
58
+ reflects this consensus, so callers do not have to pick between annotators.
59
+
60
+ ## Cohorts (not splits)
61
+
62
+ | Cohort | Patients (TCIA) |
63
+ |---|---|
64
+ | R01 (Stanford + Palo Alto VA) | 162 |
65
+ | AMC (Stanford retrospective) | 49 |
66
+ | Total | 211 |
67
+
68
+ The R01/AMC split is encoded in patient IDs (`R01-xxx` vs `AMC-xxx`). The
69
+ SEG-having subset is not evenly distributed — see `series_to_patient.json`
70
+ for the exact list of included patients. There is no predefined
71
+ train/val/test split.
72
+
73
+ ## Structure
74
+
75
+ ```
76
+ images/<PatientID>/<StudyInstanceUID>/<SeriesInstanceUID>/*.dcm # CT
77
+ segmentations/<PatientID>/<StudyInstanceUID>/<SeriesInstanceUID>/*.dcm # DICOM SEG
78
+ series_to_patient.json # series-level metadata
79
+ ```
80
+
81
+ Each SEG references its source CT via `ReferencedSeriesSequence` (top-level
82
+ CT SeriesInstanceUID) and `PerFrameFunctionalGroupsSequence →
83
+ DerivationImageSequence → SourceImageSequence` (per-frame source CT
84
+ SOPInstanceUID), enabling loss-less alignment to the CT slice grid.
85
+
86
+ ## Notes for Loaders
87
+
88
+ - A patient may have multiple CT studies/series — pair the SEG to its
89
+ exact referenced CT series, not the first CT under the patient ID.
90
+ - **DICOM SEG ⇄ ITK conversion** is needed to get a labelmap volume; use
91
+ `dcmqi`'s `segimage2itkimage` or `pydicom-seg`.
92
+ - All masks are binary (single primary-tumor foreground class).
93
+
94
+ ## Source
95
+
96
+ - TCIA collection: https://www.cancerimagingarchive.net/collection/nsclc-radiogenomics/
97
+ - DOI: `10.7937/K9/TCIA.2017.7hs46erv`
98
+ - Released: 2015 (Version 4, updated 2021-06-01). Fully public since 2025-07-07.
99
+
100
+ ## Citation
101
+
102
+ ```bibtex
103
+ @article{bakr2018nsclcradiogenomics,
104
+ author = {Bakr, Shaimaa and Gevaert, Olivier and Echegaray, Sebastian and
105
+ Ayers, Kelsey and Zhou, Mu and Shafiq, Majid and Zheng, Hong and
106
+ Zhang, Weiruo and Leung, Ann and Kadoch, Michael and
107
+ Shrager, Joseph and Quon, Andrew and Rubin, Daniel L. and
108
+ Plevritis, Sylvia K. and Napel, Sandy},
109
+ title = {A radiogenomic dataset of non-small cell lung cancer},
110
+ journal = {Scientific Data},
111
+ volume = {5},
112
+ pages = {180202},
113
+ year = {2018},
114
+ doi = {10.1038/sdata.2018.202}
115
+ }
116
+
117
+ @misc{nsclcradiogenomics2017tcia,
118
+ author = {Bakr, S. and Gevaert, O. and Echegaray, S. and Ayers, K. and
119
+ Zhou, M. and Shafiq, M. and Zheng, H. and Zhang, W. and
120
+ Leung, A. and Kadoch, M. and Shrager, J. and Quon, A. and
121
+ Rubin, D. L. and Plevritis, S. K. and Napel, S.},
122
+ title = {Data for NSCLC Radiogenomics (Version 4) [Dataset]},
123
+ year = {2021},
124
+ publisher = {The Cancer Imaging Archive},
125
+ doi = {10.7937/K9/TCIA.2017.7hs46erv}
126
+ }
127
+ ```