maplot | R Documentation |
maplot
moduleThis module is for making scatter plots comparing pairs of groups defined in a 'contrasts' slot of the ExploratorySummarizedExperiment
maplot(input, output, session, eselist)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
This function is not called directly, but rather via callModule() (see example).
callModule(maplot, "maplot", eselist)
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("maplot", 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.