Description Usage Arguments Value Author(s) Examples
get human readable names from a LOLA DB object
1 | getNamesFromLolaDb(lolaDb, addCollectionNames = FALSE, addDbId = TRUE)
|
lolaDb |
LOLA DB object as returned by |
addCollectionNames |
attach the name of the collection to the name |
addDbId |
attach the index of the item in the LOLA DB object to the name |
character vector with human readable names
Fabian Mueller
1 2 3 4 5 6 | # download LOLA DB
lolaDest <- tempfile()
dir.create(lolaDest)
lolaDirs <- downloadLolaDbs(lolaDest, dbs="LOLACore")
lolaDb <- loadLolaDbs(lolaDirs[["hg19"]])
getNamesFromLolaDb(lolaDb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.