.make_subspot_coldata | R Documentation |
Subspots are stored as (1.1, 2.1, 3.1, ..., 1.2, 2.2, 3.2, ...)
.make_subspot_coldata(
cdata,
sce,
subspot_neighbors,
platform,
nsubspots.per.edge = 3
)
cdata |
Table of colData (imagerow and imagecol; from deconv$positions) |
sce |
Original sce (to obtain number of spots and original row/col) |
subspot_neighbors |
Neighbors for subspots |
platform |
Spatial transcriptomic platform |
nsubspots.per.edge |
Number of subspots per edge if the spot is squared |
Data frame with added subspot names, parent spot indices, and offset row/column coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.