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

getSupportedGenomes,igvR-methodR Documentation

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

Description

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

Usage

## 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

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


PriceLab/igvR documentation built on Sept. 6, 2022, 5:45 a.m.