View source: R/signif_assess.R
signif_assess | R Documentation |
Significance assessment: empirical p-values are calculated by using the pool of r permuted versions of X0 (clearly, use this function only if 'perm_X0' function was used).
signif_assess(mND = NULL, BPPARAM = NULL)
mND |
list; output of 'mND' function |
BPPARAM |
optional BiocParallelParam instance determining the parallel back-end to be used during evaluation. If NULL, parallel evaluation is disabled using SerialParam(). See ?bplapply. |
list with:
mND
: mND score (mND), corrisponding empirical p-value (p), product of mND score and -log10(p) (mNDp)
t
: sum of top k first neighbours
pl
: corrisponding empirical p-values of (t)
tp
: product of the sum of top k neighbours (t) and -log10(pl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.