getOverlappingRanges: getOverlappingRanges

Description Usage Arguments Details Value Author(s)

View source: R/getOverlappingRanges.R

Description

Computes the overlap between a pair of GenomicRanges objects

Usage

1
  getOverlappingRanges(query, subject)

Arguments

query

an object of class GenomicRanges. The 'query' component in the findOverlaps function call.

subject

an object of class GenomicRanges. The 'subject' component in the findOverlaps function call.

Details

Compute the overlap between a pair of GenomicRanges objects

Value

a data frame containing the coordinates of the 'query' and of the overlapping 'subject' ranges.

Author(s)

Giovanni d'Ario


gdario/cnvtools documentation built on May 16, 2019, 11:13 p.m.