-
Notifications
You must be signed in to change notification settings - Fork 63
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
Coerce to Csparsematrix for C++ conversion efficiency #164
Conversation
@LuckyMD bumping this |
Addresses MarioniLab/scran#70 |
Sorry, haven't gotten around to this. The point about the |
2e9 non-zero values would mean 25k genes and 80k cells max. That doesn't really work for single-cell data, no? If you assum 90% dropout that would be 800k cells. Still not really enough for our 1 million cell case. What do you think about a size limitation for when you cast to |
You're right. Maybe a better solution would be to do this in python.
That way we avoid dgRMatrix which is terrible, and use dgCMatrix when possible. |
Could you merge master into this PR? Then I can merge. Looks good now and gives me the same results. We can always troubleshoot if there are storage limitations at some point. |
no merge conflicts... so all good. |
Thanks!
…On Fri, 25 Sep 2020, 1:00 pm MalteDLuecken, ***@***.***> wrote:
no merge conflicts... so all good.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#164 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA3DX7NTBMLWH3S4J7FNMTSHTEDXANCNFSM4RIJWDYQ>
.
|
No description provided.