gseaplot2: gseaplot2

Description Usage Arguments Value Author(s)

View source: R/gseaplot.R

Description

GSEA plot that mimic the plot generated by broad institute's GSEA software

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
gseaplot2(
  x,
  geneSetID,
  title = "",
  color = "green",
  base_size = 11,
  rel_heights = c(1.5, 0.5, 1),
  subplots = 1:3,
  pvalue_table = FALSE,
  ES_geom = "line"
)

Arguments

x

gseaResult object

geneSetID

gene set ID

title

plot title

color

color of running enrichment score line

base_size

base font size

rel_heights

relative heights of subplots

subplots

which subplots to be displayed

pvalue_table

whether add pvalue table

ES_geom

geom for plotting running enrichment score, one of 'line' or 'dot'

Value

plot

Author(s)

Guangchuang Yu


enrichplot documentation built on Jan. 30, 2021, 2:01 a.m.