Description Usage Arguments Value Examples
This function calculates the iES matrix which is the core of iPath.
1 |
Y |
is the expression matrix. |
GSDB |
is the gene set database. |
BPPARAM |
parameters from the BiocParallel. |
nPro |
number of processors (default = 0). |
a matrix with rows corresponding to the pathways and columns corresponding to the patients.
1 2 3 | data(PRAD_data)
data(GSDB_example)
iES_mat = iES_cal2(prad_exprs, GSDB = GSDB_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.