| merge.DimReduc | R Documentation |
Merge two or more dimensional reduction together
## S3 method for class 'DimReduc'
merge(x = NULL, y = NULL, add.cell.ids = NULL, ...)
x |
A |
y |
One or more |
add.cell.ids |
A character vector equal to the number of objects
provided to append to all cell names; if |
... |
Ignored |
A new DimReduc object with data merged from c(x, y)
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject(),
DimReduc-class,
DimReduc-validity,
[.DimReduc(),
[[.DimReduc(),
dim.DimReduc(),
print.DimReduc(),
subset.DimReduc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.