R/seurat.R
CellsByImage.Rd
Get a vector of cell names associated with an image (or set of images)
CellsByImage(object, images = NULL, unlist = FALSE)
Seurat object
Vector of image names
Return as a single vector of cell names as opposed to a list, named by image name.
A vector of cell names
if (FALSE) {
CellsByImage(object = object, images = "slice1")
}