seurat-object icon indicating copy to clipboard operation
seurat-object copied to clipboard

no slot of name "images" for this object of class "Seurat"

Open jzhou54 opened this issue 9 months ago • 2 comments

Hi, I'm following the tutorial "Introduction to scRNA-seq integration". I have already installed the dataset ifnb, but when I try to Load the dataset using LoadData("ifnb"), the error message pop up: Error in slot(object = object, name = s) : no slot of name "images" for this object of class "Seurat" Error during wrapup: no slot of name "images" for this object of class "Seurat" Error: no more error handlers available (recursive errors?); invoking 'abort' restart

I have clicked the lazyloaded dataset in the pkg environment and the object "ifnb" is shown, but after clicking the object in order to view, it seems the object is NULL.

How could I cope with this?

Note, my R is v4.3.0 and the SeuratData package version is 0.2.2

jzhou54 avatar Oct 04 '23 17:10 jzhou54