Description Usage Arguments Value Examples
View source: R/compute-all-distances.R
Computes all SQUARED pairwise distances of data points.
| 1 | compute_all_distances(input_dat)
 | 
| input_dat: | data frame of input data with rows=samles and cols=dimensions | 
Dist: a matrix containing all sample distances (square Euclidean)
| 1 2 | data(scdata.3lines.simulated6genes)
Dist <- compute_all_distances(scdata.3lines.simulated6genes)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.