List the names of SpatialImage
objects present in a Seurat
object. If assay
is provided, limits search to images associated with
that assay
Images(object, assay = NULL)
A Seurat
object
Name of assay to limit search to
A list of image names
if (FALSE) {
Images(object)
}