Description Usage Arguments Details Examples
Intersection between two sets of genomic regions
1 | genomicCorr.pintersect(query, reference, method = NULL, ...)
|
query |
genomic region 1, a |
reference |
genomic region 2, a |
method |
function in which the input is the percentage of each |
... |
pass to |
For each region in query
, it calculates the percent that is covered by reference
.
The returned value is percent which is how much query
is covered by reference
(by default).
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.