cellcall icon indicating copy to clipboard operation
cellcall copied to clipboard

when using the tools in 100000 cells, The problem met!

Open hzaumsq opened this issue 4 years ago • 1 comments

test <- CreateObject_fromSeurat(Seurat.object=data,slot="counts",cell_type="immune_annotation",data_source="UMI",scale.factor = 10^6,Org = "Homo sapiens") Error in asMethod(object) : Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102

hzaumsq avatar Oct 14 '21 09:10 hzaumsq

Hi there, I hope this would not be late for this reply.

thanks for pointing this out. The error occurs when a large sparse matrix is internally being converted to a dense matrix. Actually, the dgCMatrix is a better choice. Considering the applicable for all method in CellCall, there may be a modification to fix this defect in next version.

Sorry for this inconvience.

Thanks !

ShellyCoder avatar Nov 30 '21 05:11 ShellyCoder