Learn R Programming

RnBeads (version 1.4.0)

rnb.export.all.annotation: rnb.export.all.annotation

Description

Wrapper for exporting all annotation sets

Usage

rnb.export.all.annotation(out.dir, types = c("CpG", rnb.region.types(assembly)), assembly = "hg19", format = "bed")

Arguments

out.dir
The directory to write the files to
types
One-element character vector giving the name of the region annotation.
assembly
Genome assembly of interest. See rnb.get.assemblies for the list of supported genomes.
format
output format. currently only "bed" is supported.

Value

TRUE, invisibly.

Examples

Run this code

logger.start(fname=NA)
rnb.export.all.annotation(tempdir(),c("genes","promoters"))

Run the code above in your browser using DataLab