Learn R Programming

SeuratObject (version 5.0.2)

Images: Pull spatial image names

Description

List the names of SpatialImage objects present in a Seurat object. If assay is provided, limits search to images associated with that assay

Usage

Images(object, assay = NULL)

Value

A list of image names

Arguments

object

A Seurat object

assay

Name of assay to limit search to

Examples

Run this code
if (FALSE) {
Images(object)
}

Run the code above in your browser using DataLab