findInflectionPoint: Compute the inflection point / cell number.

Description Usage Arguments Value

Description

Compute an inflection point (a.k.a. knee point, elbow of curve) of curve. Can be used to compute the number of STAMPS that are present in the data (see Drop-seq computational cookbook for further details).

Usage

1
findInflectionPoint(object, max.cells = 10000, n = 1)

Arguments

object

A vector containing the reads per cell as given by the Drop-seq pipeline (BAMTagHistogram).

max.cells

The number of cells to consider as an upper bound and to compute the inflection point (default is 10000).

n

The nubmer of inflection points to return (default is 1).

Value

The cell number.


rajewsky-lab/dropseq documentation built on May 26, 2019, 10 p.m.