Description Usage Arguments Value Author(s) Examples
retrieve or guess cell types from a LOLA DB object
1 | getCellTypesFromLolaDb(lolaDb)
|
lolaDb |
LOLA DB object as returned by |
character vector with cell types
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"]])
getCellTypesFromLolaDb(lolaDb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.