mergeRegionDBs: Given two regionDBs, (lists returned from loadRegionDB()),...

Description Usage Arguments Value Examples

View source: R/loadRegionDB.R

Description

Given two regionDBs, (lists returned from loadRegionDB()), This function will combine them into a single regionDB. This will enable you to combine, for example, LOLA Core databases with custom databases into a single analysis.

Usage

1
mergeRegionDBs(dbA, dbB)

Arguments

dbA

First regionDB database.

dbB

Second regionDB database.

Value

A combined regionDB.

Examples

1
2
3
dbPath = system.file("extdata", "hg19", package="LOLA")
regionDB = loadRegionDB(dbPath)
combinedRegionDB = mergeRegionDBs(regionDB, regionDB)

nsheff/LOLA documentation built on Sept. 8, 2020, 11:50 a.m.