Get a vector of cell names associated with an image (or set of images)

CellsByImage(object, images = NULL, unlist = FALSE)

Arguments

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.

Value

A vector of cell names

Examples

if (FALSE) {
CellsByImage(object = object, images = "slice1")
}