Description Usage Arguments Details Value
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.
1 2 3 4 5 | countsBetweenAnchors(x, y, ...)
## S4 method for signature 'GenomicInteractions,GRanges'
countsBetweenAnchors(x, y,
ignore_overlaps = FALSE, ...)
|
x |
A GenomicInteractions object. |
y |
A GenomicRanges object. |
... |
Extra parameters to pass to |
ignore_overlaps |
Logical scalar indicating whether overlapping anchors should be disallowed. |
By default, ignore_overlaps=FALSE
will raise an error when overlapping anchors are observed.
This can be turned off but users should be careful with multi-mapping.
Setting type="within"
in findOverlaps
can reduce multi-mapping effects.
A GenomicInteractions object with annotated counts between anchors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.