getSupportedGenomes,igvR-method {igvR} | 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, genomeName)
obj |
An object of class igvR |
A character vector, the short form names of the currently supported genomes
if(interactive()){ igv <- igvR() Sys.sleep(2) getSupportedGenomes(igv) }