emdann/milopy

milo.make_nhoods(combined_emb) fails if 'X' was used for nearest neighbors

canergen opened this issue · 1 comments

milopy assumes neighbors were calculated on a reduced dimension. Especially for protein assays, this is not always the case:

X_dimred = adata.obsm[use_rep]

Thanks for fixing the PR @emdann (I should stop coding on Github directly)