Description Usage Arguments Value Examples
Get the names of all the tracks currently displayed in igv
1 2 | ## S4 method for signature 'igvR'
getTrackNames(obj)
|
obj |
An object of class igvR |
A character vector
1 2 3 4 5 | 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.