Helper to pull out subspot position columns Probably redundant with select_spot_positions above, but we need subspot.idx
1 2 3 4 5 6 | .select_subspot_positions(
cdata,
x = "spot.col",
y = "spot.row",
fill = "spatial.cluster"
)
|
Dataframe of (x.pos, y.pos, fill) for each spot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.