Replies: 2 comments
-
|
Is there an answer for this question? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @elizabdv and @bissacniaid, I just had this same error. In short, after asking ChatGPT, I found the solution to be specifying the type of segmentation (i.e. So something like:
or
should allow you to use:
followed by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am relatively new to Xenium and have been trying to troubleshoot this error. I have been able to load in this same file in the past with no errors so I am confused as to why this is happening now since there is no difference within the file. I used
object <- LoadXenium(object, fov = "fov", assay = "Xenium"
to load in my data and received the "Warning: cells did not contain a segmentation_method column. Skipping..." and then it continues to load in the object. However when I try to create crops of my object and visualize the outlines of individual cells in a plot using this function:
DefaultBoundary(object, fov = "fov", assay = "Xenium") <- "segmentation"
the segmentation data cannot be found. I was wondering if this was an issue with a new Seurat update that I am unaware of or if I can load the segmentation data in to outline the cells so that i may better visualize my tissue in an ImageDimPlot.
Beta Was this translation helpful? Give feedback.
All reactions