mbqnGetThreshold: Calculates the rank invariance threshold from which on MBQN...

Description Usage Arguments Value Examples

View source: R/mbqnThreshold.R

Description

Calculates the rank invariance threshold from which on MBQN should be used instead of 'classical' QN

Usage

1
mbqnGetThreshold(mtx, meanMedian = "mean", plot = TRUE)

Arguments

mtx

Matrix with samples in columns and features in rows

meanMedian

Offset function for the MBQN calculation

plot

Boolean values if logistic regression curves that are used to calculate intersection point should be plotted

Value

threshold value

Examples

1
2
3
4
5
set.seed(30)
n <- 20
m <- 20
mtx <- matrix(rnorm(m * n), m, n)
mbqnGetThreshold(mtx)

MBQN documentation built on Nov. 8, 2020, 8:13 p.m.