Description Usage Arguments Value Author(s) Examples
View source: R/plotEnrichment.R
visualization Barplot of log2 odd ratios of significantly enriched RNA types
1 2 3 | plotEnrichment(X, nameColumn, onlySignificant,
maxDisplay, verbose,
gg, las, oma, ...)
|
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 |
ggplot object if gg = TRUE, else plots barchart
Thomas Schwarzl <schwarzl@embl.de>
1 2 3 4 5 6 7 | data(yeastGO)
data(backgroundIDs)
data(foregroundIDs)
data(yeastGOdesc)
X <- termEnrichment(yeastGO, foregroundIDs, backgroundIDs, annotation = yeastGOdesc)
plotEnrichment(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.