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

Description Usage Arguments Value

View source: R/autoSPIN.r

Description

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

Usage

1
2
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.


uSORT documentation built on Nov. 8, 2020, 5:18 p.m.