plot_gsea: Plot GSEA results

Description Usage Arguments Value Examples

Description

This function generates a GSEA plot from a gsea object

Usage

1
2
3
4
plot_gsea(gsea.obj, twoColors = c("red", "blue"), plotNames = FALSE,
  colBarcode = "black", title = "Running Enrichment Score",
  bottomYtitle = "List Values", bottomYlabel = "Signature values",
  ext_nes = NULL, omit_middle = FALSE)

Arguments

gsea.obj

GSEA object produced by the gsea function

twoColors

the two colors to use for positive[1] and negative[2] enrichment scores

plotNames

Logical. Should the set names be plotted?

colBarcode

The color of the barcode

title

String to be plotted above the Running Enrichment Score

bottomYtitle

String for the title of the bottom part of the plot

bottomYlabel

String for the label

ext_nes

Provide a NES from an external calculation

omit_middle

If TRUE, will not plot the running score (FALSE by default)

Value

Nothing, a plot is generated in the default output device

Examples

1
2
3
4
reflist<-setNames(-sort(rnorm(26)),LETTERS)
set<-c('A','B','D','F')
obj<-gsea(reflist,set,method='pareto')
plot_gsea(obj)

federicogiorgi/vulcan documentation built on May 27, 2019, 7:25 a.m.