plotGSEA | R Documentation |
Plot gene set enrichment analysis (GSEA)
plotGSEA(
stats,
geneset,
genes = c("both", "top", "bottom"),
title = "GSEA plot",
gseaParam = 1,
compact = FALSE
)
stats |
Named numeric vector: statistics |
genes |
Character: when plotting gene set enrichment analysis (GSEA),
plot most up-regulated genes ( |
title |
Character: plot title (if |
gseaParam |
Numeric: GSEA-like parameter |
compact |
Boolean: render a compact version of the GSEA plot? |
Grid of plots illustrating a GSEA plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.