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)#>#>#>#>#> [1] "cpgIslandExt.bed" "laminB1Lads.bed" #> [3] "numtSAssembled.bed" "vistaEnhancers.bed" #> [5] "vistaEnhancers_colNames.bed"