rnb.remove.annotation {RnBeads} | R Documentation |
Deletes a region annotation table. Use this function with caution; its operation cannot be undone.
rnb.remove.annotation(type, assembly = "hg19")
type |
One-element |
assembly |
Genome assembly of interest. See |
Invisibly, TRUE
if the annotation has been successfully deleted, or FALSE
if the specified
region type is not supported.
Fabian Mueller
rnb.get.annotation
, rnb.region.types
t.regions <- rnb.get.annotation("tiling") rnb.remove.annotation("tiling")