DefaultLayer {SeuratObject} | R Documentation |
Default Layer
Description
Get and set the default layer
Usage
DefaultLayer(object, ...)
DefaultLayer(object, ...) <- value
## S3 method for class 'Assay'
DefaultLayer(object, ...)
## S3 method for class 'Assay5'
DefaultLayer(object, ...)
## S3 replacement method for class 'Assay5'
DefaultLayer(object, ...) <- value
Arguments
object |
An object |
... |
Arguments passed to other methods |
value |
Name of layer to set as default |
Value
DefaultLayer
: The name of the default layer
DefaultLayer<-
: An object with the default layer updated
[Package SeuratObject version 5.0.2 Index]