Description Usage Arguments Details Value See Also
Plots the total distance data on a density plot. This should visualise the distance between the two groups as well as their distributions.
1 2 | PlotTotalDistance(seurat_object, group, group_start, group_destination,
split_by = NULL)
|
seurat_object |
A seurat object |
group |
Seurat Categories or groups for which the distances between are calculated. Cell wise data. |
group_start |
Factor to plot the distance from |
group_destination |
Factor to plot the distance to |
split_by |
Second seurat category to split the calculations over. |
Need to run TotalDistance beforehand.
ggplot density plot
Other distance_plot: PlotAverageDistance
,
PlotDistance
, PlotGroupMeans
Other total_distance: total_distance
,
total_linkage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.