get_MultivariateCox_result {PMAPscore}R Documentation

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

#Load the data.
data(path_cox_data)
#perform function `get_MultivariateCox_result`.
res<-get_MultivariateCox_result(path_cox_data)

[Package PMAPscore version 0.1.1 Index]