localAlignAutoThreshold: Title Performs local alignment between two single-cell...

Description Usage Arguments Value Examples

Description

Title Performs local alignment between two single-cell gene-expression patterns under automatically set threshold

Usage

1
2
localAlignAutoThreshold(x, y = NULL, dist.method = "Euclidean",
  step.pattern = symmetric2, distance.only = F, normDist = 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

local alignment (as in localAlign function); plot of the picked threshold

Examples

1

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