cell2home.plot_top_interactions_bar_one_group
- cell2home.plot_top_interactions_bar_one_group(top_series: Series, *, title: str | None = None, figsize: Tuple[float, float] = (8, 6), cmap: str = 'Reds', show: bool = True)
Plot a horizontal bar chart from the Series produced by compute_top_interactions_one_group.
Parameters
- top_seriespd.Series
Index: labels for bars. Values: mean score.