View source: R/foldchangeplot.R
foldchangeplotInput | R Documentation |
foldchangeplot
moduleThis module is for making scatter plots comparing pairs of groups defined in a 'contrasts' slot of the ExploratorySummarizedExperimentList
foldchangeplotInput(id, eselist)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
Leverages the scatterplot
module
output An HTML tag object that can be rendered as HTML using as.character()
data(zhangneurons)
foldchangeplotInput("myid", zhangneurons)
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("foldchangeplot", 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.