runGSEA | R Documentation |
GSEA with clusterProfiler
runGSEA(
data,
genesets = NULL,
rank_by = "stat",
rank_type = "",
id_col = NULL,
direction_by = NULL,
min_size = 3,
max_size = 2000,
seed = 0,
as.df = TRUE,
...
)
... |
data.frame(id = rgenes(n = 100), stat = rnorm(100)) |> col2rownames() |> runGSEA(genesets = getMSigDB(collections = "H"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.