gr.match | R Documentation |
GenomicRanges::match
that accepts additional gr.findoverlaps
optionsAlternative GenomicRanges::match
that accepts additional gr.findoverlaps
options
Wrapper to GenomicRanges::match
(uses gr.findoverlaps
). This allows users to
match on additional by
fields, or chunk into smaller pieces for lower memory.
gr.match(query, subject, max.slice = Inf, verbose = FALSE, ...)
query |
Query |
subject |
Subject |
max.slice |
max slice of query to match at a time |
verbose |
whether to give verbose outputx |
... |
Additional arguments to be passed along to |
Vector of length = length(query)
with subject indices of *first* subject in query, or NA if none found.
This behavior is different from gr.findoverlaps
, which will
return *all* indicies of subject in query (in the case of one query overlaps with multiple subject)
... = additional args for findOverlaps (IRanges version)
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.