Description Usage Arguments Value Author(s) Examples
retrieve or guess the target from a LOLA DB object. Here, target typically refers to antibodies for ChIP-seq experiments, but could also refer to other annotations (e.g. motifs in TF motif databases, annotation according to UCSC features etc.)
1  | getTargetFromLolaDb(lolaDb)
 | 
lolaDb | 
 LOLA DB object as returned by   | 
character vector with targets
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"]])
getTargetFromLolaDb(lolaDb)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.