scatrans.pl.enrich_barplot

Contents

scatrans.pl.enrich_barplot#

scatrans.pl.enrich_barplot(enrich_df, top_n=15, title='Enrichment Barplot', save_path=None, **kwargs)[source]#

Barplot wrapper around the dotplot implementation (for API compatibility).

NOTE: this is currently a thin alias that calls enrich_dotplot (visual is a dotplot). For a true bar implementation, call a custom bar or extend this function.