Learn R Programming

LOLA (version 1.2.2)

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

Description

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

Usage

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

Run this code
dbPath = system.file("extdata", "hg19", package="LOLA")
listRegionSets(dbPath)

Run the code above in your browser using DataLab