enrichbar: Display enrichment result By using barchart

Description Usage Arguments Author(s)

View source: R/enrich.R

Description

Display enrichment result By using barchart

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
enrichbar(
  resultFis,
  top = 50,
  pvalue.cutoff = 0.05,
  padj.cutoff = NULL,
  low = "lightpink",
  high = "red",
  order = FALSE,
  horiz = FALSE,
  fontsize.x = 10,
  fontsize.y = 10,
  fontsize.text = 3,
  angle = 75,
  usePadj = TRUE,
  filename = NULL,
  width = 10,
  height = 8
)

Arguments

resultFis

Ennrichment analysis result data.frame

top

Number of Terms you want to display

pvalue.cutoff

the cut-off value for selecting Term

padj.cutoff

the padj cut-off value for selecting Term

low

color used for small value

high

color used for large value

horiz

show horiz or not (default: FALSE)

fontsize.x

fontsize for x axis

fontsize.y

fontsize for y axis

filename

output filename

width

width for output file

height

height for output file

Author(s)

Kai Guo


guokai8/EnrichR documentation built on May 18, 2020, 5:29 a.m.