View source: R/plotGSEAEnrichment.R
plotGSEAEnrichment | R Documentation |
Generate a plotly-based GSEA Enrichment plot
plotGSEAEnrichment(pathName, stats, res, title = "", gseaParam = 0)
pathName |
GSEA Pathway Name (Gene Set Name) |
stats |
GSEA ranked data () |
res |
GSEA scored data (Gene.set, Size, ES, NES, p.value, q.value, gene set) |
title |
string plot title |
gseaParam |
int GSEA parameter value, all gene-level statis are raised to the power of 'gseaParam' before calculation of GSEA enrichment scores. |
plotly plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.