View source: R/pre_partitioning.R
OutlierDetED | R Documentation |
This function is used to detect outliers of any matrix.
OutlierDetED(m, q = 0.2, min_n = 5)
m |
matrix, row is cells |
q |
the proportion of outliers you want to filter |
min_n |
the minimum number of data points for outlier detection. |
cores |
the number of threads |
Character vector of outlier label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.