Learn R Programming

HiCglmi (version 1.4)

annotateHiCBin: Annotate Hi-C bins with genomic feature data.

Description

This is an internal function. Function to compute the average value of a genomic feature over a set of non-overlapping bins (Hi-C bins). Genomic features can be ChIP-seq peak intervals.

Usage

annotateHiCBin(HiC_bin.GR, GenomicFeature.GR)

Arguments

HiC_bin.GR

A GRanges object containing the Hi-C bins.

GenomicFeature.GR

A GRanges object containing the genomic feature intervals.

Value

A vector object is returned.