View source: R/plot_cell_distances_violin.R
plot_cell_distances_violin | R Documentation |
Plots distances between cells as a violin plot
plot_cell_distances_violin(cell_to_cell_dist)
cell_to_cell_dist |
Data.frame containing the distance output between cell types. The
functions that generate the distances can be
|
A plot is returned
distances <- calculate_pairwise_distances_between_celltypes(SPIAT::defined_image,
cell_types_of_interest = c("Immune1", "Immune2"), feature_colname="Cell.Type")
plot_cell_distances_violin(distances)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.