View source: R/experimenttable.R
experimenttableInput | R Documentation |
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.
experimenttableInput(id, eselist)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
Leverages the simpletable
module
output An HTML tag object that can be rendered as HTML using as.character()
experimentableInput("experiment", eselist)
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("experimenttable", 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.