Description Usage Arguments Value Examples
Get the shorthand codes (eg, "hg38") for the genomes currently supported by our use of igv.js
| 1 2 | ## S4 method for signature 'igvR'
getSupportedGenomes(obj)
 | 
| obj | An object of class igvR | 
A character vector, the short form names of the currently supported genomes
| 1 2 3 4 | if(interactive()){
   igv <- igvR()
   getSupportedGenomes(igv)
   }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.