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
Hello, I encountered this error in the analysis, can you help to see how to solve it
sample = RunOptimizeALS(sample, k = 30, lambda = 5, split.by = "orig.ident")
Error in UseMethod("runINMF", object) :
no applicable method for 'runINMF' applied to an object of class "list"
class(sample)
[1] "Seurat"
attr(,"package")
[1] "SeuratObject"
The text was updated successfully, but these errors were encountered:
Thanks for using LIGER. It seems like you are using the SeuratWrapper package, which is out of date in this part. We had a major update in our package earlier this year which is not compatible with the old implementation.
Hello, I encountered this error in the analysis, can you help to see how to solve it
The text was updated successfully, but these errors were encountered: