removeUserAddedTracks: remove only those tracks explicitly added by your app

View source: R/igvShiny.R

removeUserAddedTracksR Documentation

remove only those tracks explicitly added by your app

Description

remove only those tracks explicitly added by your app. stock tracks (i.e., #' Refseq Genes) remain

Usage

removeUserAddedTracks(session, id)

Arguments

session

an environment or list, provided and managed by shiny

id

character string, the html element id of this widget instance

Value

nothing

Examples

library(igvShiny)
demo_app_file <-
  system.file(package = "igvShiny", "demos", "igvShinyDemo.R")
if (interactive()) {
  shiny::runApp(demo_app_file)
}


paul-shannon/igvShiny documentation built on Aug. 31, 2024, 9:32 a.m.