mergeRegionDBs {LOLA} | R Documentation |
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.
mergeRegionDBs(dbA, dbB)
dbA |
First regionDB database. |
dbB |
Second regionDB database. |
A combined regionDB.
dbPath = system.file("extdata", "hg19", package="LOLA") regionDB = loadRegionDB(dbPath) combinedRegionDB = mergeRegionDBs(regionDB, regionDB)