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
In the Scissor function, the extraction of RNA_snn network <- as.matrix(sc_dataset@graphs$RNA_snn) might get improved. In the large expression✖️cell matrix (e.g. 100000 cells), the sc_dataset@graphs$RNA_snn is a sparse matrix and direct transfer it into as.matrx object will show the error
Error in asMethod(object) :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
Is there any good solution to improve it? Thanks very much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Duanchen,
Thanks for inventing this fantastic algorithm.
In the
Scissor
function, the extraction of RNA_snnnetwork <- as.matrix(sc_dataset@graphs$RNA_snn)
might get improved. In the large expression✖️cell matrix (e.g. 100000 cells), the sc_dataset@graphs$RNA_snn is a sparse matrix and direct transfer it into as.matrx object will show the errorIs there any good solution to improve it? Thanks very much.
Best,
Yingcheng Wu
Beta Was this translation helpful? Give feedback.
All reactions