theislab / zellkonverter

Conversion between scRNA-seq objects
https://theislab.github.io/zellkonverter/
Other
149 stars 27 forks source link

Smoother conversion of AnnData matrices to R #14

Closed LTLA closed 4 years ago

LTLA commented 4 years ago

This closes #12 when there is a mixture of sparse and HDF5-backed matrices in the AnnData object. The former are loaded and converted into R as usual while the latter are used to create HDF5Arrays.