moscot.plotting.cell_transition#

moscot.plotting.cell_transition(obj, key='cell_transition', row_label=None, col_label=None, annotate='{x:.2f}', fontsize=7.0, cmap='viridis', cbar_kwargs=mappingproxy({}), ax=None, return_fig=False, figsize=None, dpi=None, save=None, **kwargs)[source]#

Plot an aggregate cell transition matrix.

See also

Parameters:
Return type:

Figure

Returns:

: If return_fig = True, returns and plots the figure. Otherwise, just plots the figure.