Open Artur-man opened 4 hours ago
It seems AbstractAnnData
and AnnData
have been drastically updated, that now private variables such as obs_names and var_names are not used anymore. Hence, ZarrAnnData
should do the same, and how would you keep up with all other changes ?
Fancy if I make some changes and push to your zarr
branch ?
@keller-mark can you tell me what is the function of attributes _index
and column-order
. Are these lazy ordering attributes ?
Here, attritube doesnt have any elemend called
_index
. Hence, failes calling theZarrAnnData
.https://github.com/keller-mark/anndataR/blob/87907159024d7c3152aedadb4a0196e373c6227a/R/read_zarr_helpers.R#L461-L468