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

Description Usage Arguments Value Examples

Description

Get the names of all the tracks currently displayed in igv

Usage

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

Arguments

obj

An object of class igvR

Value

A character vector

Examples

1
2
3
4
5
if(interactive()){
   igv <- igvR()
   setGenome(igv, "hg19")
   getTrackNames(igv)     # "Gencode v18"
   }

igvR documentation built on Nov. 8, 2020, 7:14 p.m.