You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cortex <- subset(cortex, slice1_imagerow > 400 | slice1_imagecol < 150, invert = TRUE)
Error in `FetchData()`:
! Spatial coordinates are no longer fetchable with FetchData
Run `rlang::last_trace()` to see where the error occurred.
What do I need to do to get this to work and finish the vignette?
The text was updated successfully, but these errors were encountered:
Issue Description
I am following this vignette: https://satijalab.org/seurat/articles/spatial_vignette.html and ran into an error when running
This is the same issue as #3704 and #2432 . I tried the solutions in both looking for the key
So my key is
slice1
so I used that:What do I need to do to get this to work and finish the vignette?
The text was updated successfully, but these errors were encountered: