Replies: 1 comment 2 replies
-
|
We had the same issue. I don't know what the solution is, but the problem is that the metadata in the Seurat object contains one row for each binning level/bin, but different columns for nCount_Spatial.008um and nCount_Spatial.016um, and there are NA values for the opposite nCount: Maybe a hack would be to replace the NAs with the minimum value to be kept at the other level? So on your data something like: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
I'm trying to analyze visium-hd data using Seurat. In tutorial, there is no filtering step for removing low quality bins. Because there are several low quality bins in my sample, I should filter those bins now.
When I filtered the bins following parameters(nCount_RNA, nFeature_RNA and percent.mt) using 'subset' function, it removed other binning data.
Of course, I can try to analyze again using other bins. However, I want to know how to leave other assays. If not, are there any suggestions for filtering low quality bins?
Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions