Description Usage Arguments Value Examples
Plotting top most enriched terms found with DE methods and tested for overrepresentation in GO/KEGG db using goana/kegga from limma package.
1 | plotEnrichment(enrich, n_max = 15)
|
enrich |
a data matrix or data.frame with enrichment result -
outputs from |
n_max |
max number of terms to show |
a ggplot object
1 2 3 4 5 6 7 8 9 | data("endoderm_small")
selected_genes <- c('114299', '2825', '3855', '221400', '7941',
'6164', '1292', '6161', '6144', '23521')
enrich_res <- pathwayEnrichment(
object = endoderm_small, clustered = FALSE,
features = selected_genes,
species = "Hs", ontology = "BP", fltr_DE = 0,
fltr_N = Inf, fltr_P.DE = 0.05)
plotEnrichment(enrich = enrich_res, n_max = 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.