plotES: A function for plotting enrichment scores after GSEA

Description Usage Arguments Examples

View source: R/plotEnrichmentScores.R

Description

This function returns a list of enrichment plots after running GSEA using the 'fgsea' package

Usage

1
plotES(gene.set.list, num.plots, fgsea.res, ranks)

Arguments

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()

Examples

1
plotES(gene.set.list = gene_list, num.plots = 5, fgsea.res = my_results, ranks = my_ranks)

jr-leary7/jackknife documentation built on April 19, 2021, 2:18 a.m.