JoinLayers {SeuratObject} | R Documentation |
Split and Join Layers Together
Description
Split and Join Layers Together
Usage
JoinLayers(object, ...)
## S3 method for class 'Assay5'
JoinLayers(object, layers = NULL, new = NULL, ...)
## S3 method for class 'Seurat'
JoinLayers(object, assay = NULL, layers = NULL, new = NULL, ...)
Arguments
object |
An object |
... |
Arguments passed to other methods |
layers |
Names of layers to split or join |
new |
Name of new layers |
assay |
Name of assay to split layers |
Value
object
with the layers specified joined
[Package SeuratObject version 5.0.2 Index]