Merel Kuijs
Results
2
issues of
Merel Kuijs
Hi Anna, Currently, the `extend_formula_ncem` function (referenced below) computes a list of coef_couplings: ``` coef_couplings = [f"{PREFIX_INDEX}{x}:{PREFIX_NEIGHBOR}{y}" for y in cell_types for x in cell_types] ``` For my cell types,...
**PR Checklist** - [x] This comment contains a description of changes (with reason) **Description of changes** I ran into deprecation erros trying to run NCEM on deconvoluted Visium data. `np.int`...