Skip to content

Commit

Permalink
Updated location of analysis params when re-applying filters in diff exp
Browse files Browse the repository at this point in the history
on the GUI
  • Loading branch information
npalacioescat committed Nov 16, 2024
1 parent 1ead00a commit 6659617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funki/pages/difexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6659617

Please sign in to comment.