Description Usage Arguments Value Examples
Determine the value of the reference factor K by specifying a highly heterogeneous dataset
1 | DetermineK(expr, span = 0.5, r = 1, mt.method = "fdr", if.adj = T)
|
expr |
The expression matrix. Rows should be genes and columns should be cells. |
span |
The parameter α which controls the degree of smoothing.To improve the performance. |
r |
A small fixed value to avoid log(0) of mean gene expression levels. The default value of r is set to 1, but can also be set to other values such as 0.1 and 0.01. |
mt.method |
The multiple testing method used in p.adjust. |
if.adj |
Whether to apply multiple testing method to adjust p.value. |
The K value
1 | k <- DetermineK(expr, span = 0.5, r = 1, mt.method = "fdr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.