experimenttableInput: The UI input function of the experimenttable module

View source: R/experimenttable.R

experimenttableInputR Documentation

The UI input function of the experimenttable module

Description

This module produces a simple table of the colData() in a SummarizedExperiment object. If more than one of these objects were specified, a select box should appear to pick the desired one for display.

Usage

experimenttableInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

Leverages the simpletable module

Value

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

Examples

experimentableInput("experiment", eselist)

# Almost certainly used via application creation

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


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