View source: R/f_my_wilcox_test.R
f_my_wilcox_test | R Documentation |
Calculate Wilcox p-value or return preset values
f_my_wilcox_test(x, y, min_genes = 5)
x |
A numeric vector of values. |
y |
A numeric vector of values. |
min_genes |
A numeric value defining the threshold for the minimum number of genes. |
A numeric value representing the p value of the Wilcox test.
f_my_wilcox_test(rnorm(10, 1, 2), rnorm(10, 5, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.