mojaveazure / seurat-disk

Interfaces for HDF5-based Single Cell File Formats
https://mojaveazure.github.io/seurat-disk
GNU General Public License v3.0
156 stars 50 forks source link

Convert all expression data #87

Open yjgeno opened 3 years ago

yjgeno commented 3 years ago

Hi thanks for your excellent work, it really helps me! just wondering if we could convert all the expression data (counts, data and scale.data) to anndata, maybe as different layers of it? Currently the package would only convert the scale data once I had it

Thank you!