maplotInput | R Documentation |
maplot
moduleThis module produces an MA plot of log(10) expression vs log(2) fold change for contrasts defined in the 'contrasts' slot of an 'ExploratorySummarizedExperimentList' object.
maplotInput(id, eselist)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
Leverages the contrasts
and scatterplot
modules
output An HTML tag object that can be rendered as HTML using as.character()
maplotInput("myid", 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.