You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Brian,
Did you do any subsetting of your adata between running rank_genes_groups and filter_rank_genes_groups? The only way I can reproduce your error is by removing genes from my adata in between the two commands.
Okay, when I run this:
adata = sc.datasets.pbmc68k_reduced()
sc.tl.rank_genes_groups(adata, "bulk_labels", method="wilcoxon")
sc.tl.filter_rank_genes_groups(adata, min_fold_change=3)
I get no error.
Can you find a reproducible example of your error?
This bug only occurred in 1.6.0 but not 1.5.0
I was running
scanpy 1.6.0
this:sc.tl.filter_rank_genes_groups(adata, groupby=obs,\ max_out_group_fraction=max_out_group_fraction, min_fold_change=min_fold_change,use_raw=use_raw, min_in_group_fraction=0.25,log=log)
But got this error:
The text was updated successfully, but these errors were encountered: