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

Mat::init(): requested size is too large #103

Open
dhtc opened this issue Aug 31, 2019 · 3 comments
Open

Mat::init(): requested size is too large #103

dhtc opened this issue Aug 31, 2019 · 3 comments

Comments

@dhtc
Copy link

dhtc commented Aug 31, 2019

fails on a very large single-cell dataset (in this case ~80k cells)

@CJ1017
Copy link

CJ1017 commented Mar 23, 2020

I'm having a similar issue. Has anyone found a solution to this?

@rrydbirk
Copy link

I know this is an old problem, but I belive I fixed it here:
#126
devtools::install_github("rrydbirk/velocyto.R")

At least it worked on my dataset with the same error.
However, that many cells require endless computation time (trust me, the visualization will take days!). I would suggest downsampling instead to, e.g., 20-30k cells max. This could be done through sample(cellnames, 2e4). Also, be aware that Velocyto is not really made for multi-sample inputs.

@blin100
Copy link

blin100 commented May 4, 2020

@rrydbirk Hi, thank you SO much for the fix, that was a glorious.

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

4 participants