Merge peaks according to ArchR's iterative merging algorithm. More details on the ArchR website
Arguments
- peaks
Peaks given as GRanges, data.frame, or list. See
help("genomic-ranges-like")for details on format and coordinate systems. Required attributes:chr,start,end: genomic position
Must be ordered by priority and have columns chr, start, end.
Value
tibble::tibble() with a nonoverlapping subset of the rows in peaks. All metadata
columns are preserved
