Learn R Programming

SeuratObject (version 5.0.2)

names.Seurat: Subobject Names

Description

Get the names of subobjects within a Seurat object

Usage

# S3 method for Seurat
names(x)

Value

The names of all of the following subobjects within x:

  • v3 and v5 assays

  • dimensional reductions

  • images and FOVs

  • nearest-neighbor graphs

Arguments

x

A Seurat object

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

Run this code
names(pbmc_small)

Run the code above in your browser using DataLab