Description Usage Arguments Details Value Author(s)
View source: R/buildTxMethods.R
De-duplicate GRangesList
entries based on distance.
See 'Details'.
This is a low-level function that is being called from
CollapseTxBySec
.
1 | DedupeBasedOnNearestRef(query, ref, showPb = FALSE)
|
query |
A |
ref |
A |
showPb |
A logical scalar; if |
For two GRangesList
objects select entries from
query
that have an entry in ref
and collapse
multiple entries with the same name from query
based
on the minimum distance to the single entry from ref
.
A GRangesList
object.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.