hdWGCNA icon indicating copy to clipboard operation
hdWGCNA copied to clipboard

Whether the spatial coordinates of integrated SRT data from multiple samples influence downstream analyses?

Open jianghao0799 opened this issue 6 months ago • 2 comments

I have 9 samples, with three stages and three replicates at each stage. And I use merge() function from seurat to merge 9 SRT data. I have completed the basic analysis.

Spatial embedding like this:

p <- DimPlot(
  sce.big, 
  split.by='leiden_cluster',
  reduction = 'spatial',
  ncol=4
) + NoLegend() + umap_theme()
p

Image

Does the proximity of spatial distance affect the construction?

jianghao0799 avatar Jun 13 '25 09:06 jianghao0799