Description Usage Arguments Value Examples
This function allows to investigate on one specific pathway.
1 |
iES_mat |
is iES matrix with rows corresponding to the pathway and columns corresponding to the patients. |
cli |
clinical data associated to the gene expression data. |
indVec |
binary vector indicating normal (0) and tumor (1). |
npatsThre |
the threshold of number of patients for survival analysis. |
a matrix of survival analysis from coxph.
1 2 3 4 | data(PRAD_data)
data(GSDB_example)
iES_mat = iES_cal2(prad_exprs, GSDB = GSDB_example)
iES_surv(iES_mat, cli = prad_cli, indVec = prad_inds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.