powered by
Create a unified set of non-overlapping genomic ranges from multiple Seurat objects containing single-cell chromatin data.
UnifyPeaks(object.list, mode = "reduce")
A list of Seurat objects or ChromatinAssay objects
Function to use when combining genomic ranges. Can be "reduce" (default) or "disjoin". See reduce and disjoin for more information on these functions.
reduce
disjoin
Returns a GRanges object
# NOT RUN { UnifyPeaks(object.list = list(atac_small, atac_small)) # }
Run the code above in your browser using DataLab