Closed RoganGrant closed 5 years ago
You’re in luck, I happened to switch to RSpectra recently.
If you install the git master version, this problem should either be gone or we can work out a solution with the author of RSpectra!
That was easy, thank you!
I'm working with a relatively small single-cell dataset in Seurat (~9000 cells, 10 PCs as dimensions), from which I've generated a distance matrix. When I run the diffusion map calculation
DiffusionMap(data = as.matrix(distanceMatrix), n_eigs = 2, verbose = T)
, I get the following error:It seems to me that this could be fixed by increasing
maxiter
in arpack to something very large, but unfortunately any changes I make toarpack_defaults
seem to be ignored. Is there any way to pass additional parameters to arpack within the DiffusionMap command?Thanks!