-
Notifications
You must be signed in to change notification settings - Fork 924
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
Visium Voxels Don't Load Properly on Combined Seurat Object using Seurat v5.1.0 #8964
Comments
Hi - are you seeing this behavior with the |
Hi @zskylarli, I downloaded both datasets, where
|
@TeodoraTockovska how was this combined object generated (i.e with what If you increase the value of |
Hi @dcollins15, the samples were merged using I tried increasing the voxel size to 5 and i don't see the voxels on 10/12 samples. |
For an image where the voxels are not being displayed correctly, can you please show us the output of Radius(merged_obj[["name-of-image"]], scale = "lowres") and merged_obj[["name-of-image"]]@spot.radius while you're there it might also be helpful to see: ScaleFactors(merged_obj[["name-of-image"]]) In v5.1.0 we update the way the voxel radius values are calculated to facilitate plotting with the hires H&E images provided in the Visium output. Previously, we relied on the I'm wondering if the two datasets that aren't plotting correctly might be getting scaled differently from the other ten. Do you know the exact version of |
Hi @dcollins15, that is quite interesting. I selected the high resolution images for each sample, so the low resolution value was set to the high resolution value. Below are the outputs for one of my objects in the combined Seurat object. After checking my notes, I found that I used Seurat v4.3.0 for the initial analysis for each sample.
|
It also looks like the "spot" value was also clobbered. For standard Visium datasets the "spot" and "fiducial" values should be a similar order of magnitude - a typical value is ~80. Can you try setting the As a side note, as of v5.1.0, you can pass Do you have access to the original Visium output for these datasets? If you reprocess them with |
Hi @dcollins15, My apologies for not responding sooner -- I am tied up with completing some projects at the moment. I am uncertain why the spot value had changed; I didn't make any other modifications to the values. Also, that is good to know for v5.1.0, that is going to be very useful! As for your other questions, I can't answer them right now; I will get back to you when I get the chance. Sincerely, |
Hi Seurat team!
I have found a bug while using SpatialPlot() on a combined Seurat object containing 12 Visium samples. While using CRAN's version of Seurat (v5.1.0), SpatialPlot does not display the voxels over the H&E images on 10/12 samples. I reverted back to Seurat v5 and SpatialPlot works as intended.
Thanks.
The text was updated successfully, but these errors were encountered: