anndict.wrappers.plot_grouped_average_adata_dict#
- anndict.wrappers.plot_grouped_average_adata_dict(adata, label_value, adt_key=None)[source]#
Plots the average values specified in
label_valueacross each group of label_keys in an AnnData object.- Parameters:
- adata
AnnData An
AnnData.- label_value
dict[str,str] A
dictwhere the keys are the cols inadata.obsfor grouping, values are the cols inadata.obsfor the values to average.- adt_key
tuple[str,...] |None(default:None) to print specified key
- adata
- Returns:
None