Skip to contents

Get the names of all the tracks currently displayed in igv

Usage

# S4 method for 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"
   }