getTrackNames: Get the names of all the tracks currently displayed in igv

getTrackNames,igvR-methodR Documentation

Get the names of all the tracks currently displayed in igv

Description

Get the names of all the tracks currently displayed in igv

Usage

## S4 method for signature 'igvR'
getTrackNames(obj)

Arguments

obj

An object of class igvR

Value

A character vector

Examples

if(interactive()){
   igv <- igvR()
   setGenome(igv, "hg19")
   getTrackNames(igv)     # "Gencode v18"
   }

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