Description Usage Arguments Value
View source: R/fgseaMultilevel.R
Calculates P-values for preprocessed data.
1 2 3 4 5 6 7 8 9 | multilevelImpl(
multilevelPathwaysList,
stats,
sampleSize,
seed,
eps,
sign = FALSE,
BPPARAM = NULL
)
|
multilevelPathwaysList |
List of pathways for which P-values will be calculated. |
stats |
Named vector of gene-level stats. Names should be the same as in 'pathways' |
sampleSize |
The size of a random set of genes which in turn has size = pathwaySize |
seed |
'seed' parameter from 'fgseaMultilevel' |
eps |
This parameter sets the boundary for calculating the p value. |
sign |
This option will be used in future implementations. |
BPPARAM |
Parallelization parameter used in bplapply. Can be used to specify cluster to run. If not initialized explicitly or by setting 'nproc' default value 'bpparam()' is used. |
List of P-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.