distance.function {uSORT}R Documentation

A distance function A distance function computes cell-to-cell distance matrix.

Description

A distance function A distance function computes cell-to-cell distance matrix.

Usage

distance.function(expr, method = c("Euclidean", "Correlation", "eJaccard",
  "none"))

Arguments

expr

An expresssion matrix containing n-rows of cells and m-cols of genes.

method

A character string indicating the distance function.

Value

A matrix containing n-by-n cell distance.


[Package uSORT version 1.18.0 Index]