Learn R Programming

PMAPscore (version 0.1.1)

get_MultivariateCox_result: Perform the multivariate Cox regression

Description

The function `get_MultivariateCox_result` uses to perform multivariate Cox regression analysis on the cancer-specific dysregulated signaling pathways.

Usage

get_MultivariateCox_result(DE_path_sur)

Arguments

DE_path_sur

A binary metadata table containing sample survival status and survival time.Note that the column names of survival time and survival status must be "survival" and "event".

Value

Return the multivariate Cox regression results of cancer-specific dysregulated signaling pathways.

Examples

Run this code
# NOT RUN {
#Load the data.
data(path_cox_data)
#perform function `get_MultivariateCox_result`.
res<-get_MultivariateCox_result(path_cox_data)
# }

Run the code above in your browser using DataLab