Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for categorical columns with NA #7

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 1, 2023

  1. Add support for categorical columns with NA

    Anndata 0.7.8 exports categories with NA with a value -1,
    causing the reading of mudata/anndata to fail.
    
    This adds support for NAs.
    The convert_categoricals function is added as an internal function
    in order to facilitate testing of this logic.
    
    Fixes: ilia-kats#6
    votti committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f14ab20 View commit details
    Browse the repository at this point in the history