Wilcoxon signed-rank test
wilcox_test.RdApply Wilcoxon test to the data.
Arguments
- dataSet
A data frame containing the data signals.
- condCol
A string (default = "merged_condition") specifying the column name in
dataSetthat contains the conditions to compared.- cond
A string specifying which two conditions to compare. The order is important, as the second condition serves as the reference for comparison. When there are two conditions in
condColofdataSetand this argument is not specified, thecondwill automatically be selected by sorting the unique values alphabetically and in ascending order.