scatrans.pl.gamma_shrinkage_plot#
- scatrans.pl.gamma_shrinkage_plot(results_df, *, x_col='total_us_counts', save_path=None, title='Empirical Bayes gamma shrinkage', figsize=(7, 5), dpi=300, ax=None, show=True, use_style=False)[source]#
Visualize per-gene shrinkage strength vs expression depth (empirical Bayes gamma).
Requires
gamma_shrinkage_weightin the results table (produced whengamma_method='empirical_bayes'). Optionally colors byeffective_gammawhen present.