ZayaAyush
ZayaAyush
I have the same issue. I couldn't resolve this problem! If someone fixed this problem, how did you figure out this problem? Please share
Thank you, After restarting R Studio, I uninstalled the latest version of Matrix and installed a previous version (1.6-1.1), which resolved the issue. remotes::install_version("Matrix", version = "1.6-1.1")
Hi, Could you help me to resolve this problem? please genes_of_interest
@rcorces @Sky970415 @Qi-Qiao @klgoss I have the same issue; could you figure it out?
> Reverting to Seurat 4.3.0 fixes the problem with addClusters() Thank you! It worked:))
Hi, I removed Seurat v5 and installed the packages below. Then it worked. I hope it will help. # Install the remotes package install.packages('remotes') # Replace '4.3.0' with your desired...