View source: R/genesetbarcodeplot.R
| genesetbarcodeplot | R Documentation |
This module leverages gene sets stored in the gene_sets slot of an
ExploratorySummarizedExperimentList object to produce barcode plots
using Limma's barcodeplot function. Genes are ranked by
fold changes calculated with the contrasts module, and FDR values
from the gene_set_analyses slot of the selected
ExploratorySummarizedExperiment are displayed where provided.
genesetbarcodeplot(input, output, session, eselist)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
This function is not called directly, but rather via callModule() (see example).
callModule(genesetbarcodeplot, "genesetbarcodeplot", eselist)
# Almost certainly used via application creation
app <- prepareApp("genesetbarcodeplot", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.