Learn R Programming

SeuratObject (version 5.0.2)

merge.StdAssay: Merge Assays

Description

Merge one or more v5 assays together

Usage

# S3 method for StdAssay
merge(x, y, labels = NULL, add.cell.ids = NULL, collapse = FALSE, ...)

Value

A new v5 assay with data merged from c(x, y)

Arguments

x

An Assay5 object

y

One or more Assay5 objects

labels

A character vector equal to the number of objects; defaults to as.character(seq_along(c(x, y)))

add.cell.ids

A character vector equal to the number of objects provided to append to all cell names; if TRUE, uses labels as add.cell.ids

collapse

If TRUE, merge layers of the same name together; if FALSE, appends labels to the layer name

...

Ignored

Details

Note: collapsing layers is currently not supported