Merge one or more v5 assays together
# S3 method for StdAssay
merge(x, y, labels = NULL, add.cell.ids = NULL, collapse = FALSE, ...)
A new v5 assay with data merged from c(x, y)
An Assay5
object
One or more Assay5
objects
A character vector equal to the number of objects; defaults to
as.character(seq_along(c(x, y)))
A character vector equal to the number of objects
provided to append to all cell names; if TRUE
, uses labels
as
add.cell.ids
If TRUE
, merge layers of the same name together; if
FALSE
, appends labels
to the layer name
Ignored
Note: collapsing layers is currently not supported