Skip to content

love the package, question about the multiple categories! #4

@mjstrumillo

Description

@mjstrumillo

HI, package works great for one condition, but for two I was getting a bug - I worked around it by manually connecting the obs columns into one
adata.obs["one_two"] = adata.obs["one"].astype(str) +"_" +adata.obs["two"].astype(str)

but maybe its something that can be done in the code if you need it?
since I think that the dtype was somehow messing the multiple category function.
thanks!
MJ

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions