Closed williamsdrake closed 10 months ago
Hi @williamsdrake,
Thank you very much for your interest in SPOTlight and your thorough debugging already!
One thing I think could be worth checking is if the slot counts
is present in spe
. If that doesn't work, you can also pass directly the count matrices to x & y which would circumvent the need to call .extract_counts
.
Let me know if this helps!
I am having the same problem. I did everything I could and didnt work. Please check it.
Could u print both the single call and spatial data object?
Hi SPOTlight team,
I'm having an issue with following the steps of the vignette on bioconductor. I've got to the point where I'm ready to run the SPOTlight function, but am getting this error. Note: sce and spe are my own single cell objects, I just kept the name the same as in the vignette for convenience.
Traceback indicates the issue is that the slot name passed from the function is not one of the assays in the sce object, however it is/should be
Any ideas what's going on here? Thanks