DefaultLayer-StdAssay {SeuratObject} | R Documentation |
Default Layer
Description
Get and set the default layer
Usage
## S3 method for class 'StdAssay'
DefaultLayer(object, ...)
## S3 replacement method for class 'StdAssay'
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.1.0 Index]