mergeSpots | R Documentation |
Merge grouped spots
mergeSpots(v, gr, image.name = NULL)
v |
Seurat object |
gr |
output of getCenters |
Seurat object with merged spots
c2 = getCenters(v2,to.merge = v2$nCount_Spatial<500)
v2m = mergeSpots(v2,c2)
v2m@meta.data[1:20,]
plotVisium(v2m,v2m$nCount_Spatial,zfun = log1p,cex=v2m$cex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.