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

Cholmod error 'problem too large' after cell simulation #42

Open
christinedien opened this issue Feb 10, 2022 · 0 comments
Open

Cholmod error 'problem too large' after cell simulation #42

christinedien opened this issue Feb 10, 2022 · 0 comments

Comments

@christinedien
Copy link

christinedien commented Feb 10, 2022

Hello,
I have run into an error when using the trying to simulate larger datasets with the branching backbone. The smallest dataset I have had this issue with so far is: 5000 cells x 6000 genes.

I am generating the cells with: num_simulations = num_cells / 10

The error appears after the "Running x simulations" step has finished, likely some where around here

counts = do.call(rbind, map(simulations, "counts")),

Error in .rbind2Csp(x, y) :
  Cholmod error 'problem too large' at file ../Core/cholmod_sparse.c, line 89

Thanks!

@christinedien christinedien changed the title Cholmod error Cholmod error 'problem too large' after simulation Feb 10, 2022
@christinedien christinedien changed the title Cholmod error 'problem too large' after simulation Cholmod error 'problem too large' after cell simulation Feb 10, 2022
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

1 participant