Description Usage Arguments Value Examples
Calculate a distance between column vectors of the input dataset using a specified distance metrics.
| 1 | calculate_distance(d, method)
 | 
| d | Expression matrix with rows as genes and columns as cells | 
| method | Distance metrics: "spearman", "pearson", "euclidean", "maximum", "manhattan", "canberra", "binary" or "minkowski" | 
A distance matrix
| 1 | calculate_distance(quake, "spearman")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.