names.Seurat: Subobject Names

View source: R/seurat.R

names.SeuratR Documentation

Subobject Names

Description

Get the names of subobjects within a Seurat object

Usage

## S3 method for class 'Seurat'
names(x)

Arguments

x

A Seurat object

Value

The names of all of the following subobjects within x:

  • v3 and v5 assays

  • dimensional reductions

  • images and FOVs

  • nearest-neighbor graphs

See Also

Seurat object, validity, and interaction methods $.Seurat(), Seurat-class, Seurat-validity, [[.Seurat(), [[<-,Seurat,NULL, [[<-,Seurat, dim.Seurat(), dimnames.Seurat(), merge.Seurat(), subset.Seurat()

Examples

names(pbmc_small)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.