UnifyPeaks: Unify genomic ranges

View source: R/utilities.R

UnifyPeaksR Documentation

Unify genomic ranges

Description

Create a unified set of non-overlapping genomic ranges from multiple Seurat objects containing single-cell chromatin data.

Usage

UnifyPeaks(object.list, mode = "reduce")

Arguments

object.list

A list of Seurat objects or ChromatinAssay objects

mode

Function to use when combining genomic ranges. Can be "reduce" (default) or "disjoin". See GenomicRanges::reduce() and GenomicRanges::disjoin() for more information on these functions.

[Deprecated]

Value

Returns a GRanges object

Examples

UnifyPeaks(object.list = list(atac_small, atac_small))

Signac documentation built on April 1, 2026, 5:06 p.m.