display: display the already constructed and configured track

display,GWASTrack-methodR Documentation

display the already constructed and configured track

Description

display the already constructed and configured track

Usage

## S4 method for signature 'GWASTrack'
display(obj, session, id, deleteTracksOfSameName = TRUE)

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

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 April 25, 2024, 7:38 a.m.