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_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 inadata.obs
for grouping, values are the cols inadata.obs
for the values to average.- adt_key
tuple
[str
,...
] |None
(default:None
) to print specified key
- adata
- Returns:
None