CoolFace
Datasetpublic

farrell236/TCGA-OV-AS

The Cancer Genome Atlas Ovarian Cancer for Ascites Segmentation (TCGA-OV-AS) This dataset was curated as part of the research 'Deep Learning Segmentation of Ascites on Abdominal CT Scans for Automatic Volume Quantification' (Paper, arXiv). To replicate TCGA-OV-AS, please download TCGA-OV from TCIA using the Descriptive Directory Name download option. Converting Images Convert the DICOMs to NIFTI format using dcm2niix and GNU parallel. Create the directory… See the full description on the dataset page: https://huggingface.co/datasets/farrell236/TCGA-OV-AS.

sourceHugging Facecc-by-nc-sa-4.0updated 2y agoView on Hugging Face
0likes708downloads
Dataset Card

The Cancer Genome Atlas Ovarian Cancer for Ascites Segmentation (TCGA-OV-AS)

This dataset was curated as part of the research 'Deep Learning Segmentation of Ascites on Abdominal CT Scans for Automatic Volume Quantification' (Paper, arXiv).

To replicate TCGA-OV-AS, please download TCGA-OV from TCIA using the Descriptive Directory Name download option.

Converting Images

Convert the DICOMs to NIFTI format using dcm2niix and GNU parallel.

  1. 1.Create the directory structure required for each NIFTI file:
  2. 2.find TCGA-OV -type d -exec mkdir -p -- /tmp/{} \;
  3. 3.mv /tmp/TCGA-OV ./TCGA-OV-NIFTI
  1. 1.Convert DICOMs to NIFTI
  2. 2.parallel --jobs $n < jobs.txt where $n is number of parallel jobs.

Ascites Dataset

285 images that are free of corruption have been hand-picked for use. The images mostly consist of ABDOMEN-PELVIS scans (see: metadata.csv for full details).

Clinical Information

Patient clinical data can be downloaded from TCIA: TCGA-OV Clinical Data.zip

Citation

If you find this repository helpful in your research, please consider citing our paper:

text
@article{hou2024deep,
  title={Deep Learning Segmentation of Ascites on Abdominal CT Scans for Automatic Volume Quantification},
  author={Hou, Benjamin and Lee, Sung-Won and Lee, Jung-Min and Koh, Christopher and Xiao, Jing and Pickhardt, Perry J. and Summers, Ronald M.}
  journal={Radiology: Artificial Intelligence},
  pages={e230601},
  year={2024},
  publisher={Radiological Society of North America}
}