View source: R/experimenttable.R
experimenttableOutput | R Documentation |
This module produces a simple table of the colData()
in an
ExploratorySummarizedExperiment object. If more than one of these objects
were specified, a select box should appear to pick the desired one for
display.
experimenttableOutput(id)
id |
Module namespace |
Leverages the simpletable
module
output An HTML tag object that can be rendered as HTML using as.character()
experimenttableOutput("experiment")
# 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.