listRegionSets: Lists the region sets for given collection(s) in a region...

Description Usage Arguments Value Examples

View source: R/loadRegionDB.R

Description

Lists the region sets for given collection(s) in a region database on disk.

Usage

1
listRegionSets(regionDB, collections = NULL)

Arguments

regionDB

File path to region database

collections

(optional) subset of collections to list

Value

a list of files in the given collections

Examples

1
2
dbPath = system.file("extdata", "hg19", package="LOLA")
listRegionSets(dbPath)

LOLA documentation built on Nov. 8, 2020, 8:23 p.m.