Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 4.45 KB

File metadata and controls

20 lines (17 loc) · 4.45 KB

TCIA_Notebooks

This is a home for notebooks which demonstrate how to access and work with TCIA datasets. Most of them heavily leverage functionality from tcia_utils.

General Notebooks

  • Accessing_TCIA_Public_DICOM_data_in_IDC.ipynb - A Python tutorial on how to use the NCI Imaging Data Commons to query and download TCIA's open-access DICOM datasets.
  • TCIA_Series_UID_Report.ipynb - Ingests a file containing TCIA Series Instance UIDs (e.g. TCIA manifest file or CSV of UIDs) and creates reports that summarize those scans
  • TCIA_Aspera_CLI_Downloads.ipynb - A short tutorial on how to download TCIA datasets that are made available through Aspera via the command line (rather than via the Aspera browser plugin). TCIA typically uses Aspera for downloading histopathology collections or radiology collections that were provided in a format other than DICOM.
  • TCIA_DataCite_Queries.ipynb - TCIA issues a Digital Object Identifier (DOI) for each of its datasets through DataCite. This notebook demonstrates how the DataCite API can be used to programmatically access Collection metadata such as their DOI URL, title, publication date, licensing information and abstract.

Collection-specific Notebooks

AI and Visualization Notebooks