wilcoxon {SplicingFactory} | R Documentation |
Calculate p-values using Wilcoxon rank sum test.
wilcoxon(x, samples, pcorr = "BH", paired = FALSE, exact = FALSE)
x |
A |
samples |
Character vector with an equal length to the number of columns in the input dataset, specifying the category of each sample. |
pcorr |
P-value correction method applied to the results, as defined in
the |
paired |
If |
exact |
If |
Raw and corrected p-values in a matrix.