View source: R/Cluster_actions.R
luOutlier | R Documentation |
Count the number of clusters with at least min.size
samples
luOutlier(x, min.size = 3)
x |
Numeric vector of cluster membership (1st item (named |
min.size |
Numeric value for the minimum number of samples a cluster must have to be considered in the robust count. Default is 3. |
Function to obtain a count of the number of clusters that is robust
to outliers. Requires at least min.size
samples to be considered
in the robust count.
The robust count of the number of unique clusters excluding those
with less than min.size
samples.
Korthauer KD, Chu LF, Newton MA, Li Y, Thomson J, Stewart R, Kendziorski C. A statistical approach for identifying differential distributions in single-cell RNA-seq experiments. Genome Biology. 2016 Oct 25;17(1):222. https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-1077-y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.