Description Usage Arguments Value Author(s) See Also Examples
ORA is performed by GSEA with the label propagation algorithm
1 2 3 | label_prop_gsea(geneset, x, adjacency, threshold = 0.99, nperm = 1000,
minSize = 1, maxSize = Inf, gseaParam = 1, nproc = 0,
BPPARAM = NULL, ...)
|
geneset |
list of gene sets |
x |
set of genes |
adjacency |
adjacency matrix |
threshold |
threshold of correlation for nodes to be considered neighbors (default: 0.99) |
nperm |
number of permutations (default: 1000) |
minSize |
minimal size of a gene set (default: 1) |
maxSize |
maximal size of a gene set (default: Inf) |
gseaParam |
GSEA parameter value (default: 1) |
nproc |
see fgsea::fgsea |
BPPARAM |
see fgsea::fgsea |
... |
additional parameters for label propagation; see RANKS::label.prop |
GSEA result
Dongmin Jung
fgsea::fgsea, RANKS::label.prop
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.