monocle3
monocle3 copied to clipboard
cds <- preprocess_cds(cds, num_dim = 100)
please tell me what happed with this :i have reinstall Matrix package
cds <- preprocess_cds(cds, num_dim = 100) Error in (function (A, nv = 5, nu = nv, maxit = 1000, work = nv + 7, reorth = TRUE, : function 'as_cholmod_sparse' not provided by package 'Matrix'
Hi,
The discussion in issue # 690 may help. You need to replace both the irlba and Matrix packages, I believe.