countsBetweenAnchors-methods: Summarise interactions between defined anchors

Description Usage Arguments Value

Description

Calculate the number of of paired-end reads mapping between a defined set of anchors. This function will ignore counts present in the input data.

Usage

1
2
3
4
countsBetweenAnchors(x, y, ...)

## S4 method for signature 'GInteractions,GRanges'
countsBetweenAnchors(x, y, ignore_overlaps = FALSE, ...)

Arguments

x

A GInteractions object

y

A GenomicRanges object

...

Extra parameters to pass to findOverlaps

ignore_overlaps

Allow overlapping anchors. Use this when you have overlapping anchors but be careful with multi-mapping. The 'within' option can help with this.

Value

A GInteractions object with annotated counts between anchors


GenomicInteractions documentation built on Nov. 8, 2020, 8:19 p.m.