Additional improvements to adata_to_multivec_zarr function
Opened this issue · 0 comments
keller-mark commented
- Use all chromosomes present in input dataframe.
- Emit warning about chromosomes that are contained in assembly but not in the input dataframe to catch cases in which users are using wrong assembly (and
chr
prefix differences). - Reindex
in_bins_df
prior to for loop to ensure the index values are integers inrange(in_bins_df.shape[0])