Closed tingchiafelix closed 1 month ago
I ran into the same issue, have you resolved it?
Unfortunately, I haven't found a solution yet.
I meet the same issue, have you solved it now?
No, not yet
I am facing the same issue after running DimPlot(): Error in Ops.data.frame(guide_loc, panel_loc) : ‘==’ only defined for equally-sized data frames
I had this same issue within Seurat, and both updating ggplot2 and updating patchwork via remotes::install_github("thomasp85/patchwork")
worked for me.
I had this same issue within Seurat, and both updating ggplot2 and updating patchwork via
remotes::install_github("thomasp85/patchwork")
worked for me.
Thank you so much! It also worked for me.
Sounds like this is resolved with updating to newer versions of ggplot2 and patchwork. Closing issue.
Hi, I’m new to processing 10x Visium HD data and have been following the Seurat Visium HD workflow without any issues until I reached the "RunBanksy" step. At this point, I received a warning message: “Layer counts isn't present in the assay object; returning NULL.”
I found a related discussion in ticket #8938 about this warning, but it doesn't specifically address "RunBanksy." I'm unsure if this will lead to any problems, though RunPCA, FindNeighbors, and FindClusters seem to work without errors.
However, when I tried to run "SpatialDimPlot," I encountered an error: "ERROR while rich displaying an object: Error in Ops.data.frame(guide_loc, panel_loc)."
I came across a potential solution in a ggplot2 ticket (https://github.com/tidyverse/ggplot2/issues/5619), which suggested setting specific versions of ggplot2 and patchwork, but this didn’t resolve the issue for me.
I’ve included my script and the error messages below. Any suggestions or insights would be greatly appreciated!
SessionInfo()