Description Usage Arguments Details Value See Also Examples
View source: R/DoWilcoxonTest.R
DoWilcoxonTest
applies two-sample Wilcoxon test for each row of input data matrix. P-values are adjusted using Benjamini–Hochberg procedure.
1 | DoWilcoxonTest(data, pheno)
|
data |
A matrix, the normalized gene/microRNA expression dataset, should be a numeric matrix, with rows referring to genes/microRNAs and columns to samples. |
pheno |
A vector of sample phenotypes. Sample phenotype in a scientific research could be treatment/control, normal/cancer or smoker/non-smoker. Different phenotypes should each be encoded as 0/1 when inputting to |
This function performs two-sample Wilcoxon tests. It is recommended to use a non-parametric test when data lack normality and t-tools (DoTest
) can be very misleading.
A table with rows for all genes/miRNAs (ranked by significance) and columns of log2 fold change, p-value, adjusted p-value (default to Benjamini–Hochberg procedure).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.