View source: R/region_enrich.R
| RegionOverlapScores | R Documentation |
Get overlaps between list of granges and granges in matrix format
RegionOverlapScores(ranges, regionsList)
ranges |
GenomicRanges of dataset peaks (will be rows of output matrix) |
regionsList |
List of regions in GenomicRanges format (will be columns of output matrix) |
Binary Matrix of ranges by regions overlaps (1 for overlap, 0 otherwise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.