View source: R/assaydatatable.R
assaydatatableInput | R Documentation |
This module displays the content of the currently selected experiment and assay, also allowing grouping by mean etc.
assaydatatableInput(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()
assaydatatableInput("experiment", eselist)
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("assaydatatable", 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.