Assays(object, ...)
Graphs(object, slot = NULL)
Neighbors(object, slot = NULL)
Reductions(object, slot = NULL)
# S3 method for Seurat
Assays(object, slot = deprecated(), ...)
A Seurat
object
Ignored
Name of component object to return
If slot
is NULL
, the names of all component objects
in this Seurat
object. Otherwise, the specific object specified
Assays(pbmc_small)
#> [1] "RNA"
Graphs(pbmc_small)
#> [1] "RNA_snn"
Reductions(object = pbmc_small)
#> [1] "pca" "tsne"