Images {SeuratObject} | R Documentation |
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)
object |
A |
assay |
Name of assay to limit search to |
A list of image names
## Not run:
Images(object)
## End(Not run)