v1 of IDC followed a different layout of data than subsequent version. Since the corresponding items are still available, we document it here for reference.
IDC approach to storage and management of DICOM data is relying on the Google Cloud Platform Healthcare API. We maintain three representations of the data, which are fully synchronized and correspond to the same dataset, but are intended to serve different use cases.
In order to access the resources listed below, it is assumed you have completed the "getting started" steps to access Google Cloud console!
All of the resources listed below are accessible under the canceridc-data GCP project.
Storage buckets are named using the format idc-tcia-<TCIA_COLLECTION_NAME>, where TCIA_COLLECTION_NAME corresponds to the collection name in the collections table here.
Within the bucket, DICOM files are organized using the following directory naming conventions:
dicom/<StudyInstanceUID>/<SeriesInstanceUID>/<SOPInstanceUID>.dcm
where *InstanceUIDs correspond to the respective value of the DICOM attributes in the stored DICOM files.
You can read about accessing GCP storage buckets from a Compute VM .
Egress of IDC data out of the cloud is free, since IDC data is participating in Google Public Datasets Program!
Assuming you have a list of GCS URLs in gcs_paths.txt, you can download the corresponding items using the command below, substituting $PROJECT_ID with the valid GCP Project ID (see the complete example in ):
IDC utilizes the standard capabilities of the Google Healthcare API to extract all of the DICOM metadata from the hosted collections into a single BQ table. Conventions of how DICOM attributes of various types are converted into BQ form are covered in the Healthcare API documentation article.
Due to the existing limitations of Google Healthcare API, not all of the DICOM attributes are extracted and are available in BigQuery tables. Specifically:
sequences that have more than 15 levels of nesting are not extracted (see ) - we believe this limitation does not affect the data stored in IDC
IDC users can access this table to conduct detailed exploration of the metadata content, and build cohorts using fine-grained controls not accessible from the IDC portal.
In addition to the DICOM metadata tables, we maintain several additional tables that curate metadata non-DICOM metadata (e.g., attribution of a given item to a specific collection and DOI, collection-level metadata, etc).
: DICOM metadata for all of the data hosted by IDC
: collection-level metadata for the original TCIA data collections hosted by IDC, for the most part corresponding to the content available in
`` : collection-level metadata for the TCIA analysis collections hosted by IDC, for the most part corresponding to the content available in
In addition to the tables above, we provide the following (virtual tables defined by queries) that extract specific subsets of metadata, or combine attributes across different tables, for convenience of the users
: DICOM metadata together with the collection-level metadata
``: attributes of the segments stored in DICOM Segmentation object
: measurement group sequences extracted from the DICOM SR TID1500 objects
IDC MVP utilizes a single Google Healthcare DICOM store to host all of the collections. That store, however, is primarily intended to support visualization of the data using OHIF Viewer. At this time, we do not support access of the hosted data via DICOMWeb interface by the IDC users. See more details in the , and please comment about your use case if you have a need to access data via the DICOMweb interface.
In addition to the DICOM data, some of the image-related data hosted by IDC is stored in additional tables. These include the following:
BigQuery TCGA clinical data: . Note that this table is hosted under the ISB-CGC Google project, as documented , and its location may change in the future!
canceridc-data.idc_views.qualitative_measurements: coded evaluation results extracted from the DICOM SR TID1500 objectscanceridc-data.idc_views.quantitative_measurements: quantitative evaluation results extracted from the DICOM SR TID1500 objects
$ cat gcs_paths.txt | gsutil -u $PROJECT_ID -m cp -I .