getSupportedGenomes: Get the shorthand codes (eg, "hg38") for the genomes...

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S4 method for signature 'igvR'
getSupportedGenomes(obj)

Arguments

obj

An object of class igvR

Value

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

Examples

1
2
3
4
if(interactive()){
   igv <- igvR()
   getSupportedGenomes(igv)
   }

igvR documentation built on Nov. 8, 2020, 7:14 p.m.