Description Usage Arguments Value Examples
This function removes all annotations from a GenomicInteractions object, by deleting all of the metadata columns associated with both anchors.
1 2 3 4 | resetAnnotations(GIObject)
## S4 method for signature 'GenomicInteractions'
resetAnnotations(GIObject)
|
GIObject |
An annotated GenomicInteractions object. |
NULL
is invisibly returned,
while the value passed as GIObject
is modified in the global namespace.
1 2 3 4 5 6 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
mcols(regions(hic_example_data, type=1))
resetAnnotations(hic_example_data)
mcols(regions(hic_example_data, type=1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.