| rnb.export.all.annotation {RnBeads} | R Documentation |
Wrapper for exporting all annotation sets
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
logger.start(fname=NA)
rnb.export.all.annotation(tempdir(),c("genes","promoters"))