GetAssay {Seurat} | R Documentation |
Get an Assay object from a given Seurat object.
Description
Get an Assay object from a given Seurat object.
Usage
GetAssay(object, ...)
## S3 method for class 'Seurat'
GetAssay(object, assay = NULL, ...)
Arguments
object |
An object |
... |
Arguments passed to other methods |
assay |
Assay to get |
Value
Returns an Assay object
Examples
data("pbmc_small")
GetAssay(object = pbmc_small, assay = "RNA")
[Package Seurat version 5.1.0 Index]