plot_distance: Plots the distance between two groups using a number of...

Description Usage Arguments Value

View source: R/distance.R

Description

Plots the distance between two groups using a number of different methods.

Usage

1
2
plot_distance(seurat_object, group, group_start, group_destination,
  method = "all")

Arguments

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

method

Cluster Distance methods to use. Options are "single", "complete", "average", "centroid", "ward", "mahalanobis". Further explanation for these methods is given in the details.

Value

ggplot of multiple methods


sbrn3/disscat documentation built on Dec. 12, 2019, 7:54 a.m.