Margarita Kapustina

Results 3 comments of Margarita Kapustina

I would figure out what the FOVs are named in your spatial object by running `unique(data_integrate@images)` and seeing what it says under "Key" Then do the following, not using split.by...

something like this should work: `ImageDimPlot(object, fov = c('fov', 'fov.2', 'fov.3', 'fov.4'), molecules = c('Cplx3', 'Ccn2'))` ^replace your FOVs with your appropriate FOV names

Hi yxue88, I would try to see if you can plot the molecules for individual FOVs first, and see if they plot as expected. I am suspecting that you may...