Get the shorthand codes (eg, "hg38") for the genomes currently supported by our use of igv.js
getSupportedGenomes.RdGet the shorthand codes (eg, "hg38") for the genomes currently supported by our use of igv.js
Examples
if(interactive()){
igv <- igvR()
getSupportedGenomes(igv)
}