names.Seurat {SeuratObject} | R Documentation |
Subobject Names
Description
Get the names of subobjects within a Seurat
object
Usage
## S3 method for class 'Seurat'
names(x)
Arguments
x |
A |
Value
The names of all of the following subobjects within x
:
See Also
Seurat object, validity, and interaction methods
$.Seurat()
,
Seurat-class
,
Seurat-validity
,
[[.Seurat()
,
[[<-,Seurat
,
[[<-,Seurat,NULL
,
dim.Seurat()
,
dimnames.Seurat()
,
merge.Seurat()
,
subset.Seurat()
Examples
names(pbmc_small)
[Package SeuratObject version 5.0.2 Index]