From 665961759562e4efbab0f77edea4f8e74893f00e Mon Sep 17 00:00:00 2001 From: Nicolas Palacio Date: Sat, 16 Nov 2024 19:33:59 +0100 Subject: [PATCH] Updated location of analysis params when re-applying filters in diff exp on the GUI --- src/funki/pages/difexp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/funki/pages/difexp.py b/src/funki/pages/difexp.py index e16cd58..b660037 100644 --- a/src/funki/pages/difexp.py +++ b/src/funki/pages/difexp.py @@ -182,7 +182,7 @@ def apply_dex(n_clicks, data, obs_var, groups_a, groups_b): # Re-applying filters to raw data if any if 'uns' in data: - uns = data['uns'] + uns = uns = data['uns']['funki']['sc_trans_filter'] dset_raw = fpp.sc_trans_filter( dset_raw, min_genes=uns['min_genes'] if 'min_genes' in uns.keys() else None,