View source: R/pre_partitioning.R
OutlierDetMD | R Documentation |
This function is used to detect outliers of any matrix, which comes from mvoutlier, please check [github] (https://github.com/cran/mvoutlier) for more function details.
OutlierDetMD(m, min_n = 5, alpha = 1, pvalue = 0.05)
m |
matrix, row is cells |
min_n |
the minimum number of cells required |
alpha |
parameter of covMcd |
pvalue |
significance level. |
Character vector of outlier label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.