getTrackNames: Get the names of all the tracks currently displayed in igv

getTrackNames,igvR-methodR Documentation

Get the names of all the tracks currently displayed in igv

Description

Get the names of all the tracks currently displayed in igv

Usage

## S4 method for signature 'igvR'
getTrackNames(obj)

Arguments

obj

An object of class igvR

Value

A character vector

Examples

if(interactive()){
   igv <- igvR()
   setGenome(igv, "hg19")
   getTrackNames(igv)     # "Gencode v18"
   }

paul-shannon/IGV documentation built on Nov. 5, 2023, 2:09 p.m.