predicting survival months of patients in tcga data
1
0
Entering edit mode
4.3 years ago
akutasame ▴ 40

Using Cox model, we can estimate survival probabilities but I want to predict survival months of the patient using machine learning. Most of the TCGA datasets have overall survival months of patients. Do I still need to use censoring for predicting survival months ?

Thank you

survival tcga os_months predict machine learning • 1.4k views
ADD COMMENT
0
Entering edit mode

The censoring rate is too high (85%) and number of patients around 700. So I won't get too many to train data. Another thing is if tcga data are incomplete, I think predicting overall survival months (continuous) should incorporate censoring. I should not treat it as complete data otherwise all analysis is wrong. Do you agree that Kevin ?

ADD REPLY
1
Entering edit mode

Your intuition is as good as mine, akutasame

ADD REPLY
0
Entering edit mode
4.3 years ago

I would try it with and without the censored patients. For many of the TCGA censored patients, It is impossible to know whether or not they eventually became deceased, and at which point after the study. Check the other variable, Vital Status, too.

Depending on the model / classifier that you are aiming to use, you may even be able to include the censored patients and encode them thus.

Another idea: use the censored patients as a second validation cohort, on which you will apply your classifier.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 2263 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6