| plotEnrichment {fgsea} | R Documentation |
Plots GSEA enrichment plot.
plotEnrichment(pathway, stats, gseaParam = 1)
pathway |
Gene set to plot. |
stats |
Gene-level statistics. |
gseaParam |
GSEA parameter. |
ggplot object with the enrichment plot.
data(examplePathways)
data(exampleRanks)
## Not run:
plotEnrichment(examplePathways[["5991130_Programmed_Cell_Death"]],
exampleRanks)
## End(Not run)