getCellTypesFromLolaDb | R Documentation |
retrieve or guess cell types from a LOLA DB object
getCellTypesFromLolaDb(lolaDb)
lolaDb |
LOLA DB object as returned by |
character vector with cell types
Fabian Mueller
# 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.