wilcoxWrapper {countTransformers}R Documentation

Wrapper Function for Wilcoxon Rank Sum Test

Description

Wrapper function for wilcoxon rank sum test.

Usage

wilcoxWrapper(mat, grp)

Arguments

mat

G x n data matrix, where G is the number of genes and n is the number of subjects

grp

n x 1 vector of subject group info

Details

For each row of mat, we perform Wilcoxon rank sum test.

Value

A G x 1 vector of p-values.

Author(s)

Zeyu Zhang, Danyang Yu, Minseok Seo, Craig P. Hersh, Scott T. Weiss, Weiliang Qiu

References

Zhang Z, Yu D, Seo M, Hersh CP, Weiss ST, Qiu W. Novel Data Transformations for RNA-seq Differential Expression Analysis. (2019) 9:4820 https://rdcu.be/brDe5


[Package countTransformers version 0.0.6 Index]