Description Usage Arguments Value
View source: R/AnnotationHelper.R
Generate a matrix detailing the percentage of overlap between query regions and a list of target regions.
1 | region_overlap(query.regions, target.regions, proportion = TRUE)
|
query.regions |
The GRanges object detailing the regions against which the overlaps must be calculated. |
target.regions |
A GRangesList object detailing the regions whose overlaps against each region in query.regions must be calculated. |
proportion |
If TRUE, proportions are returned instead of base pair counts. |
A matrix detailing the overlap between teh query and the targets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.