Learn R Programming

RnBeads (version 1.4.0)

rnb.remove.annotation: rnb.remove.annotation

Description

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

Usage

rnb.remove.annotation(type, assembly = "hg19")

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.

See Also

rnb.get.annotation, rnb.region.types

Examples

Run this code

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


Run the code above in your browser using DataLab