distance.function {uSORT} | R Documentation |
A distance function A distance function computes cell-to-cell distance matrix.
distance.function(expr, method = c("Euclidean", "Correlation", "eJaccard", "none"))
expr |
An expresssion matrix containing n-rows of cells and m-cols of genes. |
method |
A character string indicating the distance function. |
A matrix containing n-by-n cell distance.