View source: R/get_final_signature.R
get_final_signature | R Documentation |
The function 'get_final_signature' uses to identify the candidate prognosis-related pathways based on the PMAPscore.
get_final_signature(pfs_score, sur, wilcox_p = 0.05, uni_cox_p = 0.01)
pfs_score |
A 2 X n matrix that contains the pfs_score in each sample of the signal pathways. Noted the matrix can be generated by the function 'get_pfs_score'. |
sur |
This data contains survival status and survival time of each sample. |
wilcox_p |
The threshold of p value for Wilcoxon rank-sum test. |
uni_cox_p |
The threshold of p value for univariate Cox regression analysis. |
Return the candidate prognosis-related pathways
#load the data. data(pfs_score,sur) #perform function `get_final_signature`. final_signature<-get_final_signature(pfs_score,sur)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.