Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
TCGA / README.md
aakashtripathi's picture
Update README.md
3db7680 verified
|
raw
history blame
2.86 kB
metadata
configs:
  - config_name: clinical
    data_files:
      - split: train
        path: Clinical Data (gatortron-base)/*
  - config_name: pathology_report
    data_files:
      - split: train
        path: Pathology Report (gatortron-base)/*
  - config_name: wsi
    data_files:
      - split: train
        path: Slide Image (UNI)/*
  - config_name: molecular
    data_files:
      - split: train
        path: Molecular (SeNMo)/*
language:
  - en
tags:
  - medical
pretty_name: TCGA

Dataset Card for The Cancer Genome Atlas (TCGA) Multimodal Dataset

The Cancer Genome Atlas (TCGA) Multimodal Dataset is a comprehensive collection of clinical data, pathology reports, and slide images for cancer patients. This dataset aims to facilitate research in multimodal machine learning for oncology by providing embeddings generated using state-of-the-art models such as GatorTron and UNI.

  • Curated by: Lab Rasool
  • Language(s) (NLP): English

Uses

from datasets import load_dataset

clinical_dataset = load_dataset("Lab-Rasool/TCGA", "clinical_data", split="train")
pathology_report_dataset = load_dataset("Lab-Rasool/TCGA", "pathology_report", split="train")
slide_dataset = load_dataset("Lab-Rasool/TCGA", "slide_image", split="train")

Dataset Creation

Data Collection and Processing

The raw data for this dataset was acquired using MINDS, a multimodal data aggregation tool developed by Lab Rasool. The collected data includes clinical information, pathology reports, and whole slide images from The Cancer Genome Atlas (TCGA). The embeddings were generated using the HoneyBee embedding processing tool, which utilizes foundational models such as GatorTron and UNI.

Who are the source data producers?

The source data for this dataset was originally collected and maintained by The Cancer Genome Atlas (TCGA) program, a landmark cancer genomics project jointly managed by the National Cancer Institute (NCI).

Citation

@article{honeybee,
      title={HoneyBee: A Scalable Modular Framework for Creating Multimodal Oncology Datasets with Foundational Embedding Models}, 
      author={Aakash Tripathi and Asim Waqas and Yasin Yilmaz and Ghulam Rasool},
      year={2024},
      eprint={2405.07460},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

For more information about the data acquisition and processing tools used in creating this dataset, please refer to the following resources: