Description Usage Arguments Value Examples
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.
1 | mergeRegionDBs(dbA, dbB)
|
dbA |
First regionDB database. |
dbB |
Second regionDB database. |
A combined regionDB.
1 2 3 | dbPath = system.file("extdata", "hg19", package="LOLA")
regionDB = loadRegionDB(dbPath)
combinedRegionDB = mergeRegionDBs(regionDB, regionDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.