UnifyPeaks | R Documentation |
Create a unified set of non-overlapping genomic ranges from multiple Seurat objects containing single-cell chromatin data.
UnifyPeaks(object.list, mode = "reduce")
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 |
Returns a GRanges object
UnifyPeaks(object.list = list(atac_small, atac_small))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.