Open ybyOxidant opened 2 years ago
Hello!
I meet same problem, could you provide some help? Many thanks~~
Hello! me too. any solution?
@wangshisheng @abollol same issue. how to solve this problem?
What happen for this R package ? no one to maintain ?
This is limited by as.matrix(). You can split your datasets according to cell types (i.e. T cell, B cell, etc.) and perform the analysis one by one.
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?