-
Notifications
You must be signed in to change notification settings - Fork 103
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
"problem too large " for normalizeGiotto() #190
Comments
hi @lijinbio If you can convert your input matrix to a delayedMatrix, then you should be able to process very large datasets. It might take some time. We currently don't have a vignette for this yet, but we could try to make one if that would help. |
Hi @RubD, thanks for your reply. I am able to bypass the error by turning off scaling when calling normalizeGiotto() (i.e., only normalized expression matrix is generated). I am sorry that I don't quite understand how to convert my input matrix to delayedMatrix and apply it to Giotto functions. My input matrix is a dgCMatrix class though. In fact, this "problem too large" error persists in the downstream analysis. For example, I again got the below error when calling binSpect() using the normalized expression.
Could you please help elaborate how could I convert my input matrix to a delayedMatrix? and I am expecting that the normalized or scaled expression matrix will be a delayedMatrix too. I hope this delayedMatrix method could resolve this "problem too large" error in other downstream functions too. Thanks. |
Hi @RubD Is there any update on this issue? I tried using DelayedArray function from DelayedArray package but it did not help. I used a public dataset from: I got the RDS which contains a Seurat object. I pulled out the raw counts in sparse matrix format.
BTW createGiottoObject does not fail for reading with sparse matrix but normalization fails later. Thanks. |
Hi,
I have an input matrix of 100,000 cells by 20,000 genes, and normalizeGiotto() exited with the below error.
Could you please help suggest how to apply normalizeGiotto() on large data? Thanks.
The text was updated successfully, but these errors were encountered: