Description Usage Arguments Value Author(s) Examples
Wrapper for exporting all annotation sets
1 2 3 4 5 6 | rnb.export.all.annotation(
out.dir,
types = c("CpG", rnb.region.types(assembly)),
assembly = "hg19",
format = "bed"
)
|
out.dir |
The directory to write the files to |
types |
One-element |
assembly |
Genome assembly of interest. See |
format |
output format. currently only |
TRUE
, invisibly.
Fabian Mueller
1 2 | logger.start(fname=NA)
rnb.export.all.annotation(tempdir(),c("genes","promoters"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.