Agreement Bar Plots

Agreement Bar Plots#

Make (grouped) barplots of agreement scores between columns in adata.obs.

plot_grouped_average(adata, label_value[, ...])

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

plot_model_agreement(adata, group_by, ...[, ...])

Plots the average values of specified agreement columns across varying levels of granularity.

plot_model_agreement_categorical(adata, ...)

Plots the relative proportions of categories within specified model columns across varying levels of granularity.