Thank you,
I have coded vital status like this :
nonComplt_cox <- is.na(daysToDeath_cox)
vitalStatus_cox <- as.numeric(ifelse(nonComplt_cox, 0, 1))
Assuming that it is statistically significant and that DEG is the expression of gene x, can we say that this (gene x) has a prognostic effect in these cancer data during stage 2 etc.?