genesetbarcodeplotInput: The UI input function of the genesetbarcodeplot module

View source: R/genesetbarcodeplot.R

genesetbarcodeplotInputR Documentation

The UI input function of the genesetbarcodeplot module

Description

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.

Usage

genesetbarcodeplotInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

data(zhangneurons)
genesetbarcodeplotInput("myid", zhangneurons)

# Almost certainly used via application creation

app <- prepareApp("genesetbarcodeplot", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.