| getTrackNames,igvR-method | R Documentation | 
Get the names of all the tracks currently displayed in igv
## S4 method for signature 'igvR'
getTrackNames(obj)
obj | 
 An object of class igvR  | 
A character vector
if(interactive()){
   igv <- igvR()
   setGenome(igv, "hg19")
   getTrackNames(igv)     # "Gencode v18"
   }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.