Hello,
I hoping for some recommendations on how to handle very large SCE objects. I've seen the Chapter 14 Dealing with big data in the OSCA book, but I'm encountering an issue not mentioned there.
Specifically, I'd like to combine several SCEs but the size exeed the limit of 2^31-1 of an R matrix.
Converting the counts to a DelayedMatrix seems to circumvent the problem, I was just wondering what the "best" format would be....
HDF5SummarizedExperiment, TENxMatrix or another format?
I've also seen the recommendation of SVT_SparseMatrix in a recent issue, but many SCE functions such as logNormCounts or modelGeneVarseem to throw an error when dealing with an SVT_SparseMatrix.
Any insights would be much appreciated, thanks!
Hello,
I hoping for some recommendations on how to handle very large SCE objects. I've seen the Chapter 14 Dealing with big data in the OSCA book, but I'm encountering an issue not mentioned there.
Specifically, I'd like to combine several SCEs but the size exeed the limit of
2^31-1of an R matrix.Converting the
countsto aDelayedMatrixseems to circumvent the problem, I was just wondering what the "best" format would be....HDF5SummarizedExperiment,TENxMatrixor another format?I've also seen the recommendation of
SVT_SparseMatrixin a recent issue, but many SCE functions such aslogNormCountsormodelGeneVarseem to throw an error when dealing with anSVT_SparseMatrix.Any insights would be much appreciated, thanks!