countsBetweenAnchors | R Documentation |
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.
countsBetweenAnchors(x, y, ...) ## S4 method for signature 'GInteractions,GRanges' countsBetweenAnchors(x, y, ignore_overlaps = FALSE, ...)
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. |
A GInteractions object with annotated counts between anchors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.