You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that bsseq has been broken in devel for a while due to the removal of the rowsum,HDF5Matrix-method (which I okayed back in 1a6a44f#comments).
I now remember why I had this method: if the data are so large that they need to be stored in HDF5 then the result of rowsum()/colsum() may itself be so large that it can't be stored in memory.
Therefore, the method I had allowed for this by allowing the result to be written to an HDF5RealizationSink (it also allowed me some extra control over the result, such as writing 2 separate rowsum()s to the same file as in PeteHaitch/DelayedMatrixStats@27712d7).
Would it be possible to have a rowsum()/colsum() that supports realizing the result to a RealizationSink as it goes?
I will try to find time to do this if you're okay with it.
The text was updated successfully, but these errors were encountered:
I just noticed that bsseq has been broken in devel for a while due to the removal of the
rowsum,HDF5Matrix-method
(which I okayed back in 1a6a44f#comments).I now remember why I had this method: if the data are so large that they need to be stored in HDF5 then the result of
rowsum()
/colsum()
may itself be so large that it can't be stored in memory.Therefore, the method I had allowed for this by allowing the result to be written to an HDF5RealizationSink (it also allowed me some extra control over the result, such as writing 2 separate
rowsum()
s to the same file as in PeteHaitch/DelayedMatrixStats@27712d7).Would it be possible to have a
rowsum()
/colsum()
that supports realizing the result to a RealizationSink as it goes?I will try to find time to do this if you're okay with it.
The text was updated successfully, but these errors were encountered: