This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Inconsistent survival times in TCGA clinicalMatrix file?

While trying to anaylze survival of glioblastoma patients, I came up with the following data from downloaded GBM_clinicalMatrix file:

sampleID           CDE_survival_time    CDE_vital_status    days_to_last_followup
TCGA.06.5859.01    138                  LIVING              139
TCGA.27.1831.01    504                  DECEASED            505

I wondered if in my survival analysis I should use139 instead of 138 and 504 instead of 505. I have no idea how it is possible that when a person is deceased the followup is one day after death and when a person is alive last followup doesn't "update" survival time? Am I wrong or has there been a mistake (or two) in downloaded data??

Thank you in advance

survival analysis tcga data

1 answer

From where did you obtain this data? I just looked at the data on the GDC Legacy Data Portal and there is no discrepancy:

bcr_patient_barcode vital_status    last_contact_days_to    death_days_to
bcr_patient_barcode vital_status    days_to_last_followup   days_to_death
CDE_ID:2673794      CDE_ID:5        CDE_ID:3008273          CDE_ID:3165475
TCGA-27-1831        Dead            505                     505
TCGA-06-5859        Alive           139                     [Not Applicable]

From what I understand from using the TCGA data since ~2014, they do not calculate an actual 'survival time' in the main data, which leads me to believe that you are using some third-party re-processed data that seems to be erroneous, but I could be wrong, of course.

Kevin

Log in to answer this question.