plotEnrichment: plotEnrichment

Description Usage Arguments Examples

Description

Plot a heatmap with the significance of terms from enrichment results.

Usage

1
2
plotEnrichment(..., cutoff = 0.05, what = "P.Up", ontology = "BP",
  use.name = TRUE, short.names = FALSE, minlength = 40)

Arguments

...

results from enrichment, passed down to getEnrichmentResults()

cutoff

p.value cutoff used to filter results.

what

what to plot: P.Up (default) or P.Down. Passed down to getEnrichmentResults()

ontology

for GO results what ontology to use (default BP).

use.name

logical; whether to return the term's name or the ids. Passed down to getEnrichmentResults()

short.names

whether to use abbreviate() to shorten rownames (handy for long GO descriptions).

minlength

minimum length for abbreviate().

Examples

1

ddiez/q3tools documentation built on May 15, 2019, 1:52 a.m.