findLocalMinima: This function calculates the local minima of the lm matrix;...

Description Usage

View source: R/myLocalMinima.R

Description

This function calculates the local minima of the lm matrix; These minima will be the potential starting points The minima calculation is performed on the rows of the lm matrix: i.e. for each row, it finds the local minima, and also checks the edges.

Usage

1
findLocalMinima(lm, similarityThresh)

shenorrLab/cellAlign documentation built on May 26, 2019, 4:31 a.m.