volcanoplot | R Documentation |
volcanoplot
moduleThis function is not called directly, but rather via callModule() (see
example). Essentially this just passes the results of colData()
applied to the specified SummarizedExperiment object to the
simpletable
module
volcanoplot(input, output, session, eselist)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
callModule(differentialtable, "differentialtable", eselist)
# However, almost certainly called via application creation:
data(zhangneurons)
app <- prepareApp("volcanoplot", zhangneurons)
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.