anndict.plot.plot_grouped_average

anndict.plot.plot_grouped_average#

anndict.plot.plot_grouped_average(adata, label_value, adt_key=None)[source]#

Plots the average values specified in label_value across each group of label_keys in an AnnData object.

Parameters:
adata AnnData

An AnnData.

label_value dict[str, str]

A dict where the keys are the cols in adata.obs for grouping, values are the cols in adata.obs for the values to average.

adt_key tuple[str, ...] | None (default: None)

to print specified key

Returns:

None