You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: