Description Usage Arguments Value Examples
View source: R/mbqnThreshold.R
Calculates the rank invariance threshold from which on MBQN should be used instead of 'classical' QN
1 | mbqnGetThreshold(mtx, meanMedian = "mean", plot = TRUE)
|
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 |
threshold value
1 2 3 4 5 | set.seed(30)
n <- 20
m <- 20
mtx <- matrix(rnorm(m * n), m, n)
mbqnGetThreshold(mtx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.