-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating multiple Visium HD samples #9652
Comments
Hi Pratibha and Seurat team, I am encountering the same problem and showing my problem under the same issue. I am analyzing 10X Visium HD data of 15 samples. Following the vignette of 10X spatial integration, I found some confusing problems:
dir = c("01rawdata/04alldata/X1725569","01rawdata/04alldata/X1807783","01rawdata/04alldata/X1913448","01rawdata/04alldata/X2008632","01rawdata/04alldata/X201426205","01rawdata/04alldata/X202031171","01rawdata/04alldata/X202035595","01rawdata/04alldata/X2020586","01rawdata/04alldata/X202239003","01rawdata/04alldata/X202242073","01rawdata/04alldata/X20230970","01rawdata/04alldata/X202410354","01rawdata/04alldata/X2123326","01rawdata/04alldata/X2307031","01rawdata/04alldata/X2313317") names(dir) = c("X1725569","X1807783","X1913448","X2008632","X201426205","X202031171","X202035595","X2020586","X202239003","X202242073","X20230970","X202410354","X2123326","X2307031","X2313317") seu_list <- list() seurat_ob = merge(seu_list[[1]], y=c(seu_list[[2]],seu_list[[3]],seu_list[[4]],seu_list[[5]],seu_list[[6]],seu_list[[7]],seu_list[[8]],seu_list[[9]],seu_list[[10]],seu_list[[11]],seu_list[[12]],seu_list[[13]],seu_list[[14]],seu_list[[15]])) here, I decide to run the function from “NormalizeData” to “FindClusters” using the 0.16um and 0.08um, separately. I have no idea if this is right. DefaultAssay(seurat_ob) <- "Spatial.016um" DefaultAssay(seurat_ob) <- "Spatial.008um"
R version 4.3.3 (2024-02-29) Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
Hi Seurat team,
Thank you for providing support to analyze Visium HD samples. This is the first time I am using github so apologies if I did not follow syntax.
Is it correct to follow the 10X spatial integration vignette[https://satijalab.org/seurat/articles/spatial_vignette.html#working-with-multiple-slices-in-seurat] to integrate multiple Visium HD samples?
Kindly,
Pratibha
The text was updated successfully, but these errors were encountered: