display the already constructed and configured track
Arguments
- obj
An object of class GWASTrack
- session
a Shiny session object
- id
character the identifier of the target igv object in the browser
- deleteTracksOfSameName
logical to avoid duplications in track names
Examples
library(igvShiny)
demo_app_file <-
system.file(package = "igvShiny", "demos", "igvShinyDemo.R")
if (interactive()) {
shiny::runApp(demo_app_file)
}