View source: R/mbqnThreshold.R
| mbqnGetThreshold | R Documentation | 
Calculates the rank invariance threshold from which on MBQN should be used instead of 'classical' QN
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
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.