You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for HDF5AnnData, adata$obs_names() requires reading/writing all of obs (same for $var_names()). We could make it so that only the names are read/written when that is all that is needed.