Description Usage Arguments Value
Output and render functions for using GenomicWidgets within Shiny
1 2 3 | GenomicWidgetsOutput(outputId, width = "100%", height = "400px")
renderGenomicWidgets(expr, env = parent.frame(), quoted = FALSE)
|
outputId |
output variable to read from |
width, height |
Must be a valid CSS unit (like |
expr |
An expression that generates an Iheatmap object |
env |
The environment in which to evaluate |
quoted |
Is |
analagous to renderPlot
and
plotOutput
from shiny package, renderGenomicWidgets
is used in server side code to render the plot, and GenomicWidgetsOutput
is used within the ui code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.