Apply the wilcoxon test for comparisons defined in a contrast matrix, requires the presto package for fast computation.
Wilcoxon(
data,
name.prefix = get.mode.slot(data, mode.slot)$mode,
contrasts,
mode.slot = DefaultSlot(data),
genes = NULL,
verbose = FALSE
)a new grandR object including a new analysis table. The columns of the new analysis table are
the Wilcoxon test P value
same as P but Benjamini-Hochberg multiple testing corrected
the log2 fold change (only with the logFC parameter set to TRUE)
the grandR object
the prefix for the new analysis name; a dot and the column names of the contrast matrix are appended; can be NULL (then only the contrast matrix names are used)
contrast matrix that defines all pairwise comparisons, generated using GetContrasts
compute mode.slot to use (should be normalized values)
restrict analysis to these genes; NULL means all genes
print status messages?
LFC,GetContrasts