The dataset viewer is not available for this dataset.
The dataset tries to import a module that is not installed.
Error code:   DatasetModuleNotInstalledError
Exception:    ImportError
Message:      To be able to use YuxuanZhang888/ColonCancerCTDataset, you need to install the following dependency: pydicom.
Please install it using 'pip install pydicom' for instance.
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1879, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1845, in dataset_module_factory
                  return HubDatasetModuleFactoryWithScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1473, in get_module
                  local_imports = _download_additional_modules(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 349, in _download_additional_modules
                  raise ImportError(
              ImportError: To be able to use YuxuanZhang888/ColonCancerCTDataset, you need to install the following dependency: pydicom.
              Please install it using 'pip install pydicom' for instance.

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset Card Creation Guide

Dataset Summary

The dataset in the focus of this project is a curated subset of the National Cancer Institute Imaging Data Commons (IDC), specifically highlighting CT Colonography images. This specialized dataset will encompass a targeted collection from the broader IDC repository hosted on the AWS Marketplace, which includes diverse cancer imaging data. The images included are sourced from clinical studies worldwide and encompass modalities such as Computed Tomography (CT), Magnetic Resonance Imaging (MRI), and Positron Emission Tomography (PET).

In addition to the clinical images, essential metadata that contains patient demographics (sex and pregnancy status) and detailed study descriptions are also included in this dataset, enabling nuanced analysis and interpretation of the imaging data.

Supported Tasks

The dataset can be utilized for several tasks:

  • Developing machine learning models to differentiate between benign and malignant colonic lesions.
  • Developing algorithms for Creating precise algorithms for segmenting polyps and other colonic structures.
  • Conducting longitudinal studies on cancer progression.
  • Assessing the diagnostic accuracy of CT Colonography compared to other imaging modalities in colorectal conditions.

Languages

English is used for text data like labels and imaging study descriptions.

Dataset Structure

Data Instances

The data will follow the structure below:

''' { "image": image.png # A CT image, "ImageType": ['ORIGINAL', 'PRIMARY', 'AXIAL', 'CT_SOM5 SPI'] # A list containing the info of the image, "StudyDate": "20000101" # Date of the case study, "SeriesDate": 20000101" # Date of the series, "Manufacturer": "SIEMENS" # Manufacturer of the device used for imaging, "StudyDescription": "Abdomen^24ACRIN_Colo_IRB2415-04 (Adult)" # Description of the study, "SeriesDescription": "Colo_prone 1.0 B30f" # Description of the series, "PatientSex": "F" # Patient's sex, "PatientAge": "059Y" # Patient's age, "PregnancyStatus": "None" # Patient's pregnancy status, "BodyPartExamined": "COLON" # Body part examined } '''

Data Fields

  • image (PIL.PngImagePlugin.PngImageFile): The CT image in PNG format
  • ImageType (List(String)): A list containing the info of the image
  • StudyDate (String): Date of the case study
  • SeriesDate (String): Date of the series study
  • Manufacturer (String): Manufacturer of the device used for imaging
  • StudyDescription (String): Description of the study
  • SeriesDescription (String): Description of the series
  • PatientSex (String): Patient's sex
  • PatientAge (String): Patient's age
  • PregnancyStatus (String): Patient's pregnancy status
  • BodyPartExamined (String): The body part examined

Data Splits

train validation test
Average Sentence Length

Dataset Creation

Curation Rationale

The dataset is conceived from the necessity to streamline a vast collection of heterogeneous cancer imaging data to facilitate focused research on colon cancer. By distilling the dataset to specifically include CT Colonography, it addresses the challenge of data accessibility for researchers and healthcare professionals interested in colon cancer. This refinement simplifies the task of obtaining relevant data for developing diagnostic models and potentially improving patient outcomes through early detection. The curation of this focused dataset aims to make data more open and usable for specialists and academics in the field of colon cancer research.

Source Data

According to IDC, data are submitted from NCI-funded driving projects and other special selected projects.

Personal and Sensitive Information

According to IDC, submitters of data to IDC must ensure that the data have been de-identified for protected health information (PHI).

Considerations for Using the Data

Social Impact of Dataset

The dataset tailored for CT Colonography aims to enhance medical research and potentially aid in early detection and treatment of colon cancer. Providing high-quality imaging data empowers the development of diagnostic AI tools, contributing to improved patient care and outcomes. This can have a profound social impact, as timely diagnosis is crucial in treating cancer effectively.

Discussion of Biases

Given the dataset's focus on CT Colonography, biases may arise from the population demographics represented or the prevalence of certain conditions within the dataset. It is crucial to ensure that the dataset includes diverse cases to mitigate biases in model development and to ensure that AI tools developed using this data are generalizable and equitable in their application.

Other Known Limitations

The dataset may have limitations in terms of variability and scope, as it focuses solely on CT Colonography. Other modalities and cancer types are not represented, which could limit the breadth of research.

Licensing Information

https://fairsharing.org/FAIRsharing.0b5a1d

Citation Information

Provide the BibTex-formatted reference for the dataset. For example:

@article{fedorov2021nci,
  title={NCI imaging data commons},
  author={Fedorov, Andrey and Longabaugh, William JR and Pot, David
  and Clunie, David A and Pieper, Steve and Aerts, Hugo JWL and
  Homeyer, Andr{\'e} and Lewis, Rob and Akbarzadeh, Afshin and
  Bontempi, Dennis and others},
  journal={Cancer research},
  volume={81},
  number={16},
  pages={4188--4193},
  year={2021},
  publisher={AACR}
}

DOI

Downloads last month
2
Edit dataset card