Merge one or more v3 assays together
# S3 method for class 'Assay'
merge(
x = NULL,
y = NULL,
add.cell.ids = NULL,
merge.data = TRUE,
labels = NULL,
collapse = TRUE,
...
)An Assay object
One or more Assay objects
A character vector of length(x = c(x, y));
appends the corresponding values to the start of each objects' cell names
Merge the data slots instead of just merging the counts (which requires renormalization); this is recommended if the same normalization approach was applied to all objects
Currently unused
Ignored
A new assay with data merged from c(x, y)
v3 Assay object, validity, and interaction methods:
$.Assay(),
Assay-class,
Assay-validity,
CreateAssayObject(),
[.Assay(),
[[.Assay(),
dim.Assay(),
dimnames.Assay(),
split.Assay(),
subset.Assay()