display,GWASTrack-method | R Documentation |
display the already constructed and configured track
## S4 method for signature 'GWASTrack'
display(obj, session, id, deleteTracksOfSameName = TRUE)
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 |
nothing
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.