listRegionSets {LOLA} | R Documentation |
Lists the region sets for given collection(s) in a region database on disk.
listRegionSets(regionDB, collections = NULL)
regionDB |
File path to region database |
collections |
(optional) subset of collections to list |
a list of files in the given collections
dbPath = system.file("extdata", "hg19", package="LOLA") listRegionSets(dbPath)