Learn R Programming

SeuratObject (version 5.0.2)

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

Description

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

Usage

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

Value

A vector of cell names

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.

Examples

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

Run the code above in your browser using DataLab