This function is called in the server function of your shiny app
Usage
renderIgvShiny(expr, env = parent.frame(), quoted = FALSE)
Examples
library(igvShiny)
demo_app_file <-
system.file(package = "igvShiny", "demos", "igvShinyDemo.R")
if (interactive()) {
shiny::runApp(demo_app_file)
}