Images {SeuratObject} | R 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 |
assay |
Name of assay to limit search to |
Value
A list of image names
Examples
## Not run:
Images(object)
## End(Not run)
[Package SeuratObject version 5.0.2 Index]