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