Description Usage Arguments Value Examples
Given a database and a collection, this will create the region annotation data.table; either giving a generic table based on file names, or by reading in the annotation data.
1 | readCollectionFiles(dbLocation, collection, refreshSizes = FALSE)
|
dbLocation |
folder where your regionDB is stored. |
collection |
Collection folder to load |
refreshSizes |
should I recreate the sizes files documenting how many regions (lines) are in each region set? |
A data.table annotating the regions in the collections.
1 2 | dbPath = system.file("extdata", "hg19", package="LOLA")
regionAnno = readCollectionFiles(dbLocation=dbPath, "ucsc_example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.