globalAlign: Title Performs global alignment between two single-cell...

Description Usage Arguments Value Examples

Description

Title Performs global alignment between two single-cell gene-expression patterns

Usage

1
2
3
globalAlign(x, y = NULL, dist.method = "Euclidean",
  step.pattern = symmetric2, distance.only = F, normDist = T,
  verbose = T, ...)

Arguments

x

query data matrix: genes on rows and cells on columns OR local cost matrix

y

reference data matrix: genes on rows and cells on columns, unused if x is given as a cost matrix

dist.method

distance metric, used by the function "dist" in the package 'proxy'

step.pattern

a stepPattern object describing the local warping steps allowed with their cost

distance.only

only compute distance (no backtrack, faster)

normDist

logical; scale distance matrix?

...

Value

a list containing: local cost, cost, and step matrices, global alignment

Examples

1

lindsaysmoore/cellAlign documentation built on May 29, 2019, 3:42 a.m.