f_my_wilcox_test: Wilcox test

View source: R/f_my_wilcox_test.R

f_my_wilcox_testR Documentation

Wilcox test

Description

Calculate Wilcox p-value or return preset values

Usage

f_my_wilcox_test(x, y, min_genes = 5)

Arguments

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.

Value

A numeric value representing the p value of the Wilcox test.

Examples

f_my_wilcox_test(rnorm(10, 1, 2), rnorm(10, 5, 2))

scROSHI documentation built on Jan. 10, 2023, 5:11 p.m.