removeTracksByName: remove tracks from the browser

View source: R/igvShiny.R

removeTracksByNameR Documentation

remove tracks from the browser

Description

delete tracks on the browser

Usage

removeTracksByName(session, id, trackNames)

Arguments

session

an environment or list, provided and managed by shiny

id

character string, the html element id of this widget instance

trackNames

a vector of character strings

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.