Get the names of subobjects within a Seurat object

# S3 method for Seurat
names(x)

Arguments

x

A Seurat object

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)
#> [1] "RNA"     "RNA_snn" "pca"     "tsne"