Merge two or more dimensional reduction together
# S3 method for DimReduc
merge(x = NULL, y = NULL, add.cell.ids = NULL, ...)A new DimReduc object with data merged from c(x, y)
A DimReduc object
One or more DimReduc objects
A character vector equal to the number of objects
provided to append to all cell names; if TRUE, uses labels as
add.cell.ids
Ignored
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject(),
DimReduc-class,
DimReduc-validity,
[.DimReduc(),
[[.DimReduc(),
dim.DimReduc(),
print.DimReduc(),
subset.DimReduc()