| Assays {SeuratObject} | R Documentation |
List the names of Assay, DimReduc,
Graph, Neighbor objects
Assays(object, slot = NULL) Graphs(object, slot = NULL) Neighbors(object, slot = NULL) Reductions(object, slot = NULL)
object |
A |
slot |
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(object = pbmc_small) Graphs(pbmc_small) Reductions(object = pbmc_small)