Description Usage Arguments Value Author(s) See Also Examples
Deletes a region annotation table. Use this function with caution; its operation cannot be undone.
1 | 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
1 2 | t.regions <- rnb.get.annotation("tiling")
rnb.remove.annotation("tiling")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.