assaydatatableInput: The UI input function of the assaydatatable module

View source: R/assaydatatable.R

assaydatatableInputR Documentation

The UI input function of the assaydatatable module

Description

This module displays the content of the currently selected experiment and assay, also allowing grouping by mean etc.

Usage

assaydatatableInput(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

assaydatatableInput("experiment", eselist)

# Almost certainly used via application creation

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


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