renderIgvShiny | R Documentation |
This function is called in the server function of your shiny app
renderIgvShiny(expr, env = parent.frame(), quoted = FALSE)
expr |
an expression that generates an HTML widget |
env |
the environment in which to evaluate expr |
quoted |
logical flag indicating if expr a quoted expression |
an output or render function that enables the use of the widget within Shiny applications
library(igvShiny)
demo_app_file <-
system.file(package = "igvShiny", "demos", "igvShinyDemo.R")
if (interactive()) {
shiny::runApp(demo_app_file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.