From ccb6692dc43486a4786a85c5575d243c3eac7349 Mon Sep 17 00:00:00 2001 From: Renato Cuocolo <42030660+rcuocolo@users.noreply.github.com> Date: Fri, 24 Jul 2020 10:32:35 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d996ace..bdecfb0 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,15 @@ Lesion masks for the PROSTATEx dataset (https://wiki.cancerimagingarchive.net/di The PROSTATEx dataset comprises prostate MRI exams with PI-RADS score = 2+ lesions. These are classified as clinically significant or not. Only PI-RADS score = 3+ underwent biopsy and are collected in the PROSTATEx 2 dataset, together with the resulting bioptic lesion Gleason Grade. The original dataset only provided lesion coordinates and an accompanying screenshot for each finding, with several issues due to misplaced coordinates or not clearly identifiable PI-RADS score = 2 lesions. This repository contains the result of a lesion-by-lesion quality check conducted at the Department of Advanced Biomedical Sciences of the University of Naples "Federico II", in the form of lesion masks on axial T2-weighted and ADC images for all correctly identifiable findings in the PROSTATEx/PROSTATEx training dataset. As the ground truth was not available for the test sets, the same quality check was not performed on that data. We encourage the use of this data for radiomics and machine learning investigations in magnetic resonance imaging for prostate cancer, appropriately referencing the repository. + +# PROSTATEx_masks + +The files are in compressed NIFTI (.nii.gz) format and collected in separate folders for T2 and ADC images. Each filename contains the following information: + +"PROSTATEx Patient ID"_"Finding ID"_"Sequence name"_ADC/T2_ROI + +As sometimes multiple axial ADC/T2 image sequences are available for a patient, the repository also includes a list in CSV format containing the correct images for each mask. The list is structured as follows: + +"PROSTATEx Patient ID"_"Sequence name"_"Sequence number" + +The sequence number corresponds to the number at the beginning of the PROSTATEx dataset DICOM image folders for each patient.