You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am currently working with a dataset containing more than 60000 cells.
Runing sc.metabolism or sc.metabolism.Seurat is blocked by the ERROR below. Error in asMethod(object) : Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
I believe it will happen when the column number exceeds the limitation of as.matrix(). So now I break the dataset into 2 parts to process by scMeatbolism, then merging them for downstream analysis. But it's not elegant, and the internal parameter of scMetabolism seems not equal. Do you have a better solution?
The text was updated successfully, but these errors were encountered:
Hello!
I am currently working with a dataset containing more than 60000 cells.
Runing
sc.metabolism
orsc.metabolism.Seurat
is blocked by the ERROR below.Error in asMethod(object) : Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
I believe it will happen when the column number exceeds the limitation of
as.matrix()
. So now I break the dataset into 2 parts to process byscMeatbolism
, then merging them for downstream analysis. But it's not elegant, and the internal parameter ofscMetabolism
seems not equal. Do you have a better solution?The text was updated successfully, but these errors were encountered: