elbow_curve: Elbow curve for a ranking

Description Usage Arguments Value

View source: R/rankings_comparison.R

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/lineageDE documentation built on May 30, 2019, 8:18 a.m.