-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RunMCA() error for large cell numbers #10
Comments
Hi, I have met the same error when I use RunMCA(). I made a few dirty modifications to reimplement the RunMCA() function and avoid using "as.matrix".The reimplemented RunMCA.dgCMatrix() can barely use to my Seurat object with > 500,000 cells, although it takes a lot of time and memory. If you are interested in my implementation, see https://github.com/YukuanHuang/CelliD However, I guess that there is a more elegant way to support for a large number of cells. |
Hi, I have the same issue with ~150k cells, with this error:
Is there a way to optimized this function ? (e.g run through dgCMatrix instead of full matrix) ? |
Following up on this - has anyone manage to use it with ARMA_64BIT_WORD? |
hi, I really appreciate your efforts for applying MCA and HGT to Single-Cell Data, but when i use RunMCA() funciton to Seurat object with more than 70000 cells, it come up with error like this:
Error in asMethod(object) :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
Calls: RunMCA ... RunMCA.Seurat -> as.matrix -> as.matrix -> as -> asMethod
Is this an error of CellID or other package CellID based on? Is their a limit of max cell numbers for using CellID?
many thanks!
The text was updated successfully, but these errors were encountered: