plotEnrichment: Displaying enrichment

Description Usage Arguments Value Author(s) Examples

View source: R/plotEnrichment.R

Description

visualization Barplot of log2 odd ratios of significantly enriched RNA types

Usage

1
2
3
plotEnrichment(X, nameColumn, onlySignificant,
                         maxDisplay, verbose,
                         gg, las, oma, ...)

Arguments

X

tibble. results table from the termEnrichment function

nameColumn

character. Name of column for the plot to display

onlySignificant

logical. display only signficant results if TRUE. significance is determined by column "significant"

maxDisplay

numeric. maximum number of terms to display

verbose

logical. hides messages if FALSE

gg

logical. use ggplot2 if TRUE. dafault: TRUE

las

numeric grapnical parameter las

oma

vector graphical parameter oma

...

graphical parameters

Value

ggplot object if gg = TRUE, else plots barchart

Author(s)

Thomas Schwarzl <schwarzl@embl.de>

Examples

1
2
3
4
5
6
7

Distue/termEnrichment documentation built on March 6, 2020, 9:28 a.m.