Replies: 2 comments
-
Hi , I have the same absolutely error! I also hope someone could give me a help. If you have resolved this issue, please tell me, thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, Now I have a possible solution: Extract coordinates (assuming the image name is "anterior1")spatial_coords <- GetTissueCoordinates(cortex, image = "anterior1") Rename a column (optional: Make sure the column name matches the subset condition) Adds coordinates to metadatacortex <- AddMetaData(cortex, metadata = spatial_coords[,-3]) Check the column names of the metadata to make sure they are correctcolnames(cortex@meta.data) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the "Analysis, visualization, and integration of spatial datasets with Seurat" vignette. I am at the section "Subset out anatomical regions" when I run the first subset command, I get the following:
Then, when running a further subset, it throws an error:
I have seen a few other people having issues with subset although I can't seem to find a solution that works for me in this situation.
Beta Was this translation helpful? Give feedback.
All reactions