View source: R/get_univarCox_result.R
get_univarCox_result | R Documentation |
The function 'get_univarCox_result' uses to perform the univariate Cox regression analysis.
get_univarCox_result(DE_path_sur)
DE_path_sur |
A binary metadata table containing survival status and survival time of each sample.Note that the column names of survival time and survival status must be "survival" and "event" |
Return a data frame, the univariate Cox regression analysis results.
#get path of the mutation annotation file. data(path_cox_data) #perform function `get_univarCox_result`. res<-get_univarCox_result(path_cox_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.