Learn R Programming

SeuratObject (version 4.0.1)

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)

Arguments

object

A Seurat object

assay

Name of assay to limit search to

Value

A list of image names

Examples

Run this code
# NOT RUN {
Images(object)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab