View source: R/specc_cluster.R
get_univarCox_result | R Documentation |
The function 'get_univarCox_result' is used to perform the univariate Cox proportional hazards regression analysis.
get_univarCox_result(DE_path_sur)
DE_path_sur |
A matrix containing the activity values of all pathways in each sample, along with the survival time and survival status of the samples.Note that the column names of survival time and survival status must be "survival" and "event". |
A data frame containing the pathways' coefficient, HR, confidence interval, and survival related difference p-value .
#get path of the mutation annotation file.
data(cox_data)
#perform function `get_univarCox_result`.
res<-get_univarCox_result(cox_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.