Description Usage Arguments Examples
View source: R/plotEnrichmentScores.R
This function returns a list of enrichment plots after running GSEA using the 'fgsea' package
1 | plotES(gene.set.list, num.plots, fgsea.res, ranks)
|
ranks |
The ranks obtained from running fgsea() |
geneSetLists |
A list of gene sets |
numPlots |
The number of plots you wish to generate |
fgseaRes |
The results obtained from runnning fgsea() |
1 | plotES(gene.set.list = gene_list, num.plots = 5, fgsea.res = my_results, ranks = my_ranks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.