powered by
Lists the names of Assay objects present in a Seurat object. If slot is provided, pulls specified Assay object.
Assay
Assays(object, slot = NULL)
A Seurat object
Name of Assay to return
If slot is NULL, the names of all Assay objects in this Seurat object. Otherwise, the Assay object specified
slot
NULL
# NOT RUN { Assays(object = pbmc_small) # }
Run the code above in your browser using DataLab