Get the names of all the tracks currently displayed in igv
getTrackNames.Rd
Get the names of all the tracks currently displayed in igv
Examples
if(interactive()){
igv <- igvR()
setGenome(igv, "hg19")
getTrackNames(igv) # "Gencode v18"
}