View source: R/Gene_Select_And_Surv.R
get_survival_related_genes | R Documentation |
Gene selector based on association to survival.
get_survival_related_genes(cox_all, percent = c(0.05, 0.95))
cox_all |
A matrix output from the cox_all_genes function |
percent |
A two element vector indicating the bottom and top quantiles for gene selection. |
Returns a list of genes that present z-values above or below the selected quantile thresholds.
## Not run: get_survival_related_genes(cox_all,percent) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.