Images: Pull spatial image names

View source: R/seurat.R

ImagesR Documentation

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

## Not run: 
Images(object)

## End(Not run)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.