Entering edit mode
5.8 years ago
Omics data mining
▴
260
Hello everyone I performed the gene expression based survival analysis and selected genes (1700 genes) with Log-Rank test p value < 0.05. I have list of LogRank" "HR" "HRlower" "HRupper" associated to each gene. But , I want to classify genelist into further two gene lists: high expression pattern correlated with poor survival and low expression pattern correlated with poor survival as mentioned in https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4630377/ . I am new in area of survival analysis. I will appreciate all suggestion.
Thanks in advance
You may want to go into further detail about how you have performed the current survival analysis. Like, literally, show the code and describe the dataset that you used. If you simply want to classify the genes into high and low expression, then just take, for example, the upper- and lower- tertiles or quartiles of the expression range.
You can follow this tutorial. Here
maxstat
R package is used to classify patients into high and low groups.