Open patrickjdanaher opened 10 months ago
Per this similar issue in seurat, the below solved the problem: https://github.com/satijalab/seurat/issues/8100
install.packages("Matrix", type = "source")
install.packages("irlba", type = "source")
... now how to implement this for everyone?
2.0 resolves this by replacing irlba with new function fastApproxPCA. Plan is to put irlba back in once it's been stabilized.
This is a new bug, presumably caused by version changes in dependencies.
And digging down we see the error arising from this line in prepDataForSketching:
Inputing "as.matrix(counts)" avoided the error.