CellsByImage {SeuratObject} | R Documentation |
Get a vector of cell names associated with an image (or set of images)
CellsByImage(object, images = NULL, unlist = FALSE)
object |
Seurat object |
images |
Vector of image names |
unlist |
Return as a single vector of cell names as opposed to a list, named by image name. |
A vector of cell names
## Not run:
CellsByImage(object = object, images = "slice1")
## End(Not run)