View source: R/genesetbarcodeplot.R
genesetbarcodeplotOutput | 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.
genesetbarcodeplotOutput(id)
id |
Module namespace |
output An HTML tag object that can be rendered as HTML using as.character()
genesetbarcodeplotOutput("experiment")
# 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.