scatrans.pl.active_genes_heatmap#
- scatrans.pl.active_genes_heatmap(adata, genes=None, groupby=None, save_path=None, show=True, use_style=False, **kwargs)[source]#
Convenience wrapper around scanpy heatmap for the active driver genes.
Users are encouraged to call scanpy.pl.heatmap directly with the genes returned by active_score for full control.
show/use_style are accepted for API consistency with other pl.* functions.