Description Usage Arguments Details Examples
Intersection between two sets of genomic regions
1 | genomicCorr.sintersect(query, reference, restrict = NULL)
|
query |
genomic region 1, a |
reference |
genomic region 2, a |
restrict |
subset of sites that should be only looked into, a |
It calculates the total length of overlapped regions in query
.
If the interest is e.g. the number of CpG sites both in query
and in reference
restrict
can be set with a GRanges object which contains positions of CpG sites.
Be careful with the strand
in your GRanges object!!
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.