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 have a very large single cell dataset that must be saved using HDF5 storage due to high RAM usage. To do this, I'm using the HDF5Array package with a SingleCellExperiment object, which saves expression matrices as DelayedArray objects. When I attempt to run presto on an object with DelayedArray matrices, I receive the following error:
Error in UseMethod("rank_matrix") :
no applicable method for 'rank_matrix' applied to an object of class "c('DelayedMatrix', 'DelayedArray', 'DelayedUnaryIsoOp', 'DelayedUnaryOp', 'DelayedOp', 'Array', 'RectangularData')"
Is there a plan to extend presto to work with DelayedArray matrices? Seurat has also recently implemented HDF5 storage with the BPCells package, so it would also be useful to have presto be able to work with Seurat/BPCells as single cell datasets continue to scale upward in size.
The text was updated successfully, but these errors were encountered:
Hello,
I have a very large single cell dataset that must be saved using HDF5 storage due to high RAM usage. To do this, I'm using the HDF5Array package with a SingleCellExperiment object, which saves expression matrices as DelayedArray objects. When I attempt to run presto on an object with DelayedArray matrices, I receive the following error:
Is there a plan to extend presto to work with DelayedArray matrices? Seurat has also recently implemented HDF5 storage with the BPCells package, so it would also be useful to have presto be able to work with Seurat/BPCells as single cell datasets continue to scale upward in size.
The text was updated successfully, but these errors were encountered: