get_survival_related_genes: Gene selector based on association to survival.

View source: R/Gene_Select_And_Surv.R

get_survival_related_genesR Documentation

Gene selector based on association to survival.

Description

Gene selector based on association to survival.

Usage

get_survival_related_genes(cox_all, percent = c(0.05, 0.95))

Arguments

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.

Value

Returns a list of genes that present z-values above or below the selected quantile thresholds.

Examples

## Not run: 
get_survival_related_genes(cox_all,percent)

## End(Not run)

jfores/SurvMap documentation built on May 30, 2022, 10:57 p.m.