Hi,
I’m attempting to read the following CITE-seq dataset from an HDF5 file (the raw feature / cell matrix hdf5 file), but encounter an error when reading it with anndata.read_h5ad
and mudata.read_h5mu
both complaining about an unexpected keyword matrix
in the hdf5 file.
Has anyone encountered this error with 10X assays? Does Anndata/Mudata expects some specific format of hdf5 keys to parse that this deviates from?