rnb.remove.annotation: rnb.remove.annotation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/annotations.R

Description

Deletes a region annotation table. Use this function with caution; its operation cannot be undone.

Usage

1

Arguments

type

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.

Value

Invisibly, TRUE if the annotation has been successfully deleted, or FALSE if the specified region type is not supported.

Author(s)

Fabian Mueller

See Also

rnb.get.annotation, rnb.region.types

Examples

1
2
t.regions <- rnb.get.annotation("tiling")
rnb.remove.annotation("tiling")

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