Hi,
Running through the tutorial I hit a snag at:
Example_redeemR<-suppressMessages(SeuratLSIClustering(Example_redeemR,lsidim=2:50))
Where the error thrown was:
[1] "Seurat5 is on, convert data structure to v3"
Error in irlba(A = t(x = object), nv = n, work = irlba.work, tol = tol) :
max(nu, nv) must be strictly less than min(nrow(A), ncol(A))
Any help here would be appreciated because I'm not sure if the two things are related.