| SpatialData-class | R Documentation |
SpatialData - ClassS4 class that represents spatial data. This includes the spatial positions of observations, a set of histological images from one tissue slide or several consecutive slides of one and the same tissue portion as well as additional spatial aspects such as spatial annotations or spatial trajectories.
annotationslist. List of objects of class SpatialAnnotation.
capture_areadata.frame. Data.frame of vertices that define the capture area or the field of view.
coordinatesdata.frame. Data.frame that stores information about identified or known entities located on the imaged tissue, such as cells or capture spots.
imageslist. List of objects of class HistoImage - the container objects
for images.
methodSpatialMethod. Object of class SpatialMethod.
metalist. List for meta data regarding the imaged tissue portion.
misclist. A flexible list for miscellaneous input.
name_img_activecharacter. The name of the image that is currently active.
name_img_refcharacter. The name of the image that is used as a reference for aligning every additional image in slot @images
outlinelist. List of two data.frames in which each row corresponds to a vertice of the polygon required to outline all observations marking the edge of tissue sections.
tissue_whole: Data.frame of two variables x_orig and y_orig.
tissue_sections: Data.frame of two variables x_orig, y_orig and section to outline the tissue section outlined.
See the vignette about tissue outline for more information.
samplecharacter. String to identify the imaged tissue.
scale_factorslist. A list of scale factors. Only required if slot @images does not contain any image.
See scale factors for more information.
trajectorieslist. A list of objects of class SpatialTrajectory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.