getSupportedGenomes,igvR-method | R Documentation |
Get the shorthand codes (eg, "hg38") for the genomes currently supported by our use of igv.js
## 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
if(interactive()){ igv <- igvR() getSupportedGenomes(igv) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.