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)

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