Learn R Programming

SeuratObject (version 5.3.0)

FOV-class: The Field of View Object

Description

A modern container for storing coordinates of spatially-resolved single cells. Capable of storing multiple cell segmentation boundary masks. Supports coordinates for spatially-resolved molecule (FISH) data. Compatible with SpatialImage

Arguments

Slots

molecules

A named list of Molecules objects defining spatially-resolved molecular coordinates

boundaries

A named list of Segmentation and Centroids objects defining spatially-resolved boundaries

coords_x_orientation

A character indicating which axis x coordinates are associated with in spatial plots. Currently only applies to Visium objects. Ensures consistency in plotting spatial data across versions, as objects prior to the addition of this slot had x coordinates mapped to the vertical axis.

assay

A character naming the associated assay of the spatial coordinates

key

A one-length character vector with the object's key; keys must be one or more alphanumeric characters followed by an underscore “_” (regex pattern “SeuratObject:::.KeyPattern()”)

See Also

FOV-methods