Closed wikiselev closed 7 years ago
Forgot to say that it worked ok with ~89,000 cells.
I daresay it's because I used the length of the matrix (product of number of rows and columns) in one of my C++ functions. Presumably this exceeds the maximum vector size allowed in R, hence the error. I've since wound back the use of C++ functions (see #112) so this should no longer be a problem in the next release.
Thanks, Aaron! So, it's not in bioc-devel yet?
No, it's not even in the Github master branch yet. Nudge @davismcc.
This issue was moved to davismcc/scater#15
What is the maximum number of cells supported by
newSCESet
? I've tried 10^5 cells and got this error:I then tried 99,999 cells and got the same error.