GenomicInteractions (version 1.6.2)

annotateAnchors: Annotate anchors - DEPRECATED

Description

This function is deprecated and will be removed in the next release of Bioconductor. Use `annotateRegions` instead.

Usage

annotateAnchors(GIObject, oneOrTwo, name, dat)
"annotateAnchors"(GIObject, oneOrTwo, name, dat)

Arguments

GIObject
A GenomicInteractions object
oneOrTwo
An integer indicating which anchor to annotate
name
Character. Will be used as a column name for the elementMetadata of the annotated anchor.
dat
Vector of the same length as the GenomicInteractions object, containing data with which to annotate the object.

Value

invisible(1)