elbow_curve: Elbow curve for a ranking

Description Usage Arguments Value

Description

Plot an elbow curve of the distribution of distances from a rankingDE. It gives an idea of the shape of the distribution and can help select a threshold for the differntially expressed genes.

Usage

1
elbow_curve(ranking, xmax = nrow(ranking), xfit = 0.005 * nrow(ranking))

Arguments

ranking

a rankingDE object.

xmax

integer, at which rank we cut off the curve. (default is length(ranking))

xfit

integer, cutoff for the plot of the tangent at the origin (default is 0.005*length(ranking)).

Value

returns


strayMat/warpDE documentation built on June 1, 2019, 12:51 a.m.