rnb.region.types: rnb.region.types

Description Usage Arguments Value Author(s) See Also Examples

View source: R/annotations.R

Description

Gets the supported region annotations for a given genome assembly.

Usage

1

Arguments

assembly

Genome assembly of interest. See rnb.get.assemblies for the list of supported genomes.

Value

Region types supported by RnBeads in the form of a character vector. The built-in ones are "cpgislands", "genes", "promoters" and "tiling". The names of all custom region definitions are also included in the returned vector.

Author(s)

Yassen Assenov

See Also

rnb.get.annotation, rnb.set.annotation

Examples

1
"promoters" %in% rnb.region.types() # TRUE

RnBeads documentation built on March 3, 2021, 2 a.m.