Open abhisheksinghnl opened 6 years ago
You have to stratify samples into groups (high expression for gene A and low expression for gene A, or samples w/ gene A mutated vs non-mutated etc...). Then perform survival on those groups.
I have a similar code: https://github.com/tiagochst/ELMER/blob/master/R/TFsurvival.plot.R But you will probably have to make some changes. @torongs82 You had a function that did that analysis, no ?
Hi,
I am trying to compute survival plots for a specific set of genes expressed in a specific samples in TCGA.
What I am doing is
Now the example for survival analysis, does not address how I can compute survival analyses for x,y,z,a,b,c genes, say, TP53, RUNX1, TGM2, LGR5 in specific set of samples. I am sure that people have encountered this situation. Could you please let me know, how to tackle this issue.
Many thanks in advance.