gr.in | R Documentation |
GenomicRanges::findOverlaps
Versatile implementation of GenomicRanges::findOverlaps
Returns boolean vector. TRUE if query range i is found in any range in subject.
gr.in(query, subject, ...)
query |
GRanges Set of GRanges to query. Refer to gr.findoverlaps() and GenomicRanges::findOverlaps() |
subject |
GRanges Set of GRanges as 'subject' in query. Refer to gr.findoverlaps() and GenomicRanges::findOverlaps() |
... |
Arguments to be passed to |
boolean vector whereby TRUE is if query range i is found in any range in subject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.