Skip to contents

Get the shorthand codes (eg, "hg38") for the genomes currently supported by our use of igv.js

Usage

# S4 method for igvR
getSupportedGenomes(obj)

Arguments

obj

An object of class igvR

Value

A character vector, the short form names of the currently supported genomes

Examples

if(interactive()){
   igv <- igvR()
   getSupportedGenomes(igv)
   }