Description Usage Arguments Details Value Author(s) See Also Examples
Filter genomic regions with reference genomic regions
1 | filterRgn(region, ref)
|
region |
Data.frame of input genomic regions. |
ref |
Data.frame of reference genomic regions needed to be filtered. |
This function calls findOverlaps
and select the first entry from reference genomic regions if multiple input genomic regions overlapped with the reference genomic regions.
Entries in the reference genomic regions overlapped with the input.
Qi Wang
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.