Skip to content
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

Error in ge %*% M.AV : Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102 Calls: makeSeuratMC -> supercell_GE -> %*% -> %*% In addition: Warning messages: 1: In asMethod(object) : sparse->dense coercion: allocating vector of size 19.0 GiB 2: In asMethod(object) : sparse->dense coercion: allocating vector of size 2.5 GiB Execution halted #29

Open
christophechu opened this issue Sep 23, 2024 · 1 comment

Comments

@christophechu
Copy link

Error in ge %% M.AV :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
Calls: makeSeuratMC -> supercell_GE -> %
% -> %*%
In addition: Warning messages:
1: In asMethod(object) :
sparse->dense coercion: allocating vector of size 19.0 GiB
2: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.5 GiB
Execution halted

Too Large for supercell_GE

@leonardHerault
Copy link
Collaborator

Hello,

You can try to split your ge single cell matrix in several groups and the metacell membership vector accordingly and then bind the resulting metacell ge matrices.

If you are working with Seurat object you can also try to use the AggregateExpression Seurat function by adding in the seurat object a metadata column containing the metacell membership vector.

Best

LH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants