getOverlaps: Finds all overlaps between one of the genomic features...

View source: R/getFeatures.R

getOverlapsR Documentation

Finds all overlaps between one of the genomic features returned bygetFeatures() and a set of peaks, then returns a table of gene-to-peak associations.

Description

Finds all overlaps between one of the genomic features returned bygetFeatures() and a set of peaks, then returns a table of gene-to-peak associations.

Usage

getOverlaps(feat, peaks)

Arguments

feat

One of the GRangesLists returned by getFeatures()

peaks

A GRanges object from the same genome as feat. It should have a names() attribute from namePeaks.

Value

A data.frame of gene-to-peak mappings.


kewiechecki/peakToGene documentation built on June 8, 2025, 5:18 a.m.