scverse/anndataR

Handle compressed H5AD files

Closed this issue · 1 comments

H5AD files written by Python anndata can include different types of compression. We should be able to read/write the same compression types.

I believe gzip should be fine for you as I believe it's shipped with hdf5. It would be great if you could do lzf, since it ships with h5py and is much faster.

Some discussion from anndata: