TCGA-PRAD Biochemical Recurrence Dataset
This dataset was curated as part of a research project aimed at predicting biochemical recurrence (BCR) in prostate cancer directly from H&E-stained prostatectomy specimens.
Based on the TCGA Prostate Adenocarcinoma (TCGA-PRAD) cohort, we provides curated labels for biochemical recurrence along with packed diagnostic whole-slide images and corresponding tissue masks.
๐ Repository Structure
The dataset is organized into the following folders and files:
whole-slide-images/
- Packed WSIs for the 298 TCGA-PRAD patients included in our study in
.tifformat
tissue-masks/
- Corresponding binary tissue segmentation masks, also in
.tifformat (0 = background,1 = tissue)
biotab-xml/
- Original case-specific biotab XML files for 403 TCGA-PRAD patients with at least one diagnostic slide.
- Used for extracting BCR status and metadata.
metadata.csv
- metadata prased from biotab XML files for all the 403 TCGA-PRAD patients with diagnostic slides.
bcr.csv
- Curated biochemical recurrence labels for the 298 TCGA-PRAD patients included in our study
case_id: TCGA case IDevent:1if biochemical recurrence occurred,0otherwisefollow_up_y: Time to event (ifevent=1) or time to last follow-up (ifevent=0), in years
๐งฌ Label Curation Process
Biochemical recurrence labels were curated from the biotab XML files, based on the following logic:
Event = 1 (Biochemical Recurrence):
biochemical_recurrence_indicator = YES, usingdays_to_biochemical_recurrence_firstas time to event.- OR
new_tumor_event_type = "Biochemical evidence of disease"with availablenew_tumor_event_dx_days_to.
Event = 0 (No Recurrence):
biochemical_recurrence_indicator = NOand no tumor event indicating recurrence.- Time to last follow-up taken from
last_contact_days_to.
Patients with incomplete or contradictory information were excluded (105 patients).
๐งพ Citation
If you use this dataset in your research, please cite:
to be added soon
๐ License
This dataset is derived from TCGA, which is distributed under the TCGA Data Use Certification.
Redistribution of image data is permitted for academic and non-commercial research purposes only.