Plot

Contents

Plot#

Alignment#

plot.show_marker(adata, marker[, vmin, ...])

Plot spatial embedding for a given marker in an AnnData object.

plot.show_cross_align(adata_omics1, ...[, ...])

Plot spatial alignment of two omics datasets.

plot.show_cross_align_3D(adata_omics1, ...)

Visualize the 3D alignment of two omics datasets with spatial coordinates and cell matching.

Integrate#

plot.show_cross_anchor_heatmap(adata_omics1, ...)

Visualize the cross-modality anchor correspondence as a heatmap with optional cell-type side bars.

plot.show_cross_anchor_Sankey(adata_omics1, ...)

Generate a Sankey diagram to visualize the relationship between two omics datasets based on cell type labels.

plot.show_integrate_umap(adata_omics1, ...)