tangram.plot_utils.plot_annotation_entropy

tangram.plot_utils.plot_annotation_entropy(adata_map, annotation='cell_type')

Utility function to plot entropy box plot by each annotation.

Parameters
  • adata_map (AnnData) – cell-by-voxel tangram mapping result.

  • annotation (str) – Optional. Must be a column in adata_map.obs. Default is ‘cell_type’.

Returns

None