| Staffli-class | R Documentation |
The Staffli object is a representation of images for Spatial Transcriptomics experiments that contains lists of scaled images in raster format and coordinates for the corresponding spots that can be used to map expression data onto the images.
imgsA character vector of paths to the raw HE images.
rasterlistsA list of lists containing images in 'raster' format
scatter.dataData.frame holding x, y, z coordinates for 3D interpolation and visualization
transformationsA list of 3x3 transformation matrices used to transform (x,y)-coordinates of an aligned image to a reference image.
meta.dataContains meta-information about each spot, starting with regular (x,y)-coordinates found in the headers of gene-count matrices obtained with the ST method. The meta.data can also contain (adj_x, adj_y)-coordinates which are defined in the same grid but adjusted using the ST spot detector and (pixel_x, pixel_y)-coordinates which are defined in the coordinate system of the original image. Finally, a "sample" column is used to group the spots by image (capture area).
xdimThe width of the scaled images in pixels.
limitsSpecifies the limits of the array (e.g. limits = c(100, 100) means that the array is a 100 spots wide and a 100 spots high)
dimsList of numerical vectors specifying the dimensions of the original images.
platformsSpecify the platform used to generate the ST data [options: 'Visium', '2k', '1k']
samplenamesCharacter specifying the samplenames.
pixels.per.umNumeric vector specifying the number of pixels per micron
versionPackage version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.