The package currently uses HDF5-based object stores, returning SingleCellExperiment objects wrapping HDF5Matrix count matrices. This is understandable given the motivation for this package, but for general use by the wider community, it would be a good idea to also offer to return the conventional dgCMatrix. One can imagine many users would just want to analyze the data, not necessarily for testing access speed.
The package currently uses HDF5-based object stores, returning
SingleCellExperimentobjects wrappingHDF5Matrixcount matrices. This is understandable given the motivation for this package, but for general use by the wider community, it would be a good idea to also offer to return the conventionaldgCMatrix. One can imagine many users would just want to analyze the data, not necessarily for testing access speed.