object 'Csparse_validate' not found Contributor mhkowalski commented Jul 21, 2023 Hi, I'm not able to reproduce this (even with Matrix_1.6-1 installed). You may want to see the discussion here (#6746), in which it is recommended to remove the Matrix package by manually removing the f...
> pbmc <- FindNeighbors(pbmc, dims = 1:10) Computing nearest neighbor graph Computing SNN Error in validityMethod(as(object, superClass)) : object 'Csparse_validate' not found' 根据大佬的文章https://www.jianshu.com/p/b1534dd453c6知道是Matrix包版本的问题,我的Matrix包的版本是1.5.3, >...
10 PM To: satijalab/seurat@.> Cc: Peng Chen@.>; Comment@.> Subject: Re: [satijalab/seurat] Error in validityMethod(as(object, superClass)) : object 'CsparseMatrix_validate' not found (Issue#6746) Try to uninstall and install it again. chen-peng-1874@.> 于2023年1月16日周一 01:...
ErrorinvalidityMethod(as(object,superClass)):object'CsparseMatrix_validate'not found 这是Matrix这个包有问题,需要更新Rtools,并重新装载Matrix这个包,具体可执行下面的方法 install.packages('installr')library(installr)install.Rtools()install.packages('Matrix')library(Matrix) 然后退出R重新运行就可以正常使用...