getNamesFromLolaDb {RnBeads} | R Documentation |
get human readable names from a LOLA DB object
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
# download LOLA DB lolaDest <- tempfile() dir.create(lolaDest) lolaDirs <- downloadLolaDbs(lolaDest, dbs="LOLACore") lolaDb <- loadLolaDbs(lolaDirs[["hg19"]]) getNamesFromLolaDb(lolaDb)