GenomicInteractions (version 1.6.2)

resetAnnotations: Reset annotations made to a GInteractions object

Description

This function removes all annotations from a GInteractions object by deleting all of the metadata columns associated with both anchors.

Usage

resetAnnotations(GIObject)
"resetAnnotations"(GIObject)

Arguments

GIObject
An annotated GInteractions object

Value

invisible(1)

Examples

Run this code
data(hic_example_data)
resetAnnotations(hic_example_data)

Run the code above in your browser using DataCamp Workspace