subGSEA | R Documentation |
Subset GSEA results
subGSEA(x, p = 0.05, n = 100, byNES = TRUE)
x |
GSEA results produced by GSEA() function |
p |
FDR threshold to filter GSEA results. Default = 0.05. |
n |
Number of top terms to return. Default is 100. Set to Inf to return all possible filtered results. |
byNES |
Boolean indicating how terms should be ordered. If TRUE (default), terms are ordered by decreasing absolute normalized enrichment score. If FALSE, terms are ordered by decreasing significance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.