-
Notifications
You must be signed in to change notification settings - Fork 22
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
Running BayesSpace in multiple capture areas #121
Comments
Hi Mireia, BayesSpace uses a normalization method very similar to LogNormalize. I might need some more info to figure out the issue.
|
Hi Edward, Thanks for your rapid answer! I answer to your questions below, also I attach part of the code for you to make a better idea of what we are trying to do.
The color labels on the plot correspond to the clustering of Seurat FindClusters() after merging all enhanced datasets and running normalization, dimension reduction and clustering on the data.
They represent clusters, as written above.
When doing the merge to all datasets we run PCA to the combined data, but as you suggest, maybe PCA run by BayesSpace on each capture area could be interfering?
We do not identify a cell type pattern that could correspond to the biology of or samples, and we did not see this halo in the UMAP of our original (non enhanced) data. We see this halo after running BayesSpace on a capture area, enhancing the expression of the whole matrix, and then running UMAP, I show you part of the code below, just for one slide: _#Convert to SCE #ENHANCED RESOLUTION OF CLUSTERS #ENHANCED RESOLUTION OF MARKERS #Plot for one gene We thought that this halo was due to the merge, but it happens on each slide individually (I attach output for previous code for one slide).umap.pdf
We do not believe that this could be affected by batch effect, as individual samples contain this halo mentioned above. Do you expect the logcounts matrix from enhanced BayesSpace to have this shape in a UMAP? Maybe the way the software infers the subspot expression might have something to do with it? Thanks in advance, Best, Mireia |
Hello,
We are analyzing Spatial Transcriptomics data from Visium 10X Genomics data, and we have multiple capture areas. We want to enhance our whole dataset with BayesSpace, but as it takes spatial coordinates into account we have run each capture area separately. We are now trying to merge the enhanced data matrices into a big Seurat object. Does this approach make sense?
Also, when merging and normalizing whole the dataset (LogNormalize) we get a UMAP with a clear artifact (I attach below), does this have to do with the BayesSpace normalization?
Thank you very much,
Best,
Mireia
clustering_0.2.pdf
The text was updated successfully, but these errors were encountered: