volcanoplotOutput | R Documentation |
volcanoplot
moduleA volcano plot displays -log(10) of a p value/ FDR against a log(2) fold
change on the x axis. This module produces such a plot using the
scatterplot
module (which uses
plot_ly
)), using data provided by the
contrasts
module based on the setting of contrasts
in
eselist
.
volcanoplotOutput(id)
id |
Module namespace |
Leverages the scatterplot
module
output An HTML tag object that can be rendered as HTML using as.character()
differentialtableOutput("experiment")
# 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.