removeUserAddedTracks | R Documentation |
remove only those tracks explicitly added by your app. stock tracks (i.e., #' Refseq Genes) remain
removeUserAddedTracks(session, id)
session |
an environment or list, provided and managed by shiny |
id |
character string, the html element id of this widget instance |
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.