readCollectionAnnotation: Read collection annotation

Description Usage Arguments Value Examples

View source: R/loadRegionDB.R

Description

Read collection annotation

Usage

1
readCollectionAnnotation(dbLocation, collections = NULL)

Arguments

dbLocation

Location of the database

collections

Restrict the database loading to this list of collections. Leave NULL to load the entire database (Default).

Value

Collection annotation data.table

Examples

1
2
dbPath = system.file("extdata", "hg19", package="LOLA")
collectionAnno = readCollectionAnnotation(dbLocation=dbPath)

sheffien/LOLA documentation built on Sept. 3, 2020, 8:29 p.m.