Description Usage Arguments Value Examples
Performs a Wilcoxon test for the values in sel_vals
comparing
conditions g1
and g2
1 2 |
data |
Either a SummarizedExperiment object or a matrix, containing the values. Columns represent samples. |
group |
Either a character indicating the name of the column in colData
including the classes to compare, or a character vector with the class to
which each sample belongs.
Samples must be ordered as in |
g1 |
String, label of the first group to be compared |
g2 |
String, label of the second group to be compared |
paired |
Boolean, whether the samples to be compared are paired.
If TRUE, function |
adjust |
Boolean, whether to adjust the p.value with Benjamini-Hochberg FDR method |
sel_assay |
Character or integer, indicating the assay to be normalized in the SummarizedExperiment. Default is 1. |
order |
Boolean, whether to order the results table by the
|
Dataframe with the result of the comparison
1 2 3 4 | data(path_vals)
data(brca_design)
sample_group <- brca_design[colnames(path_vals),"group"]
comp <- do_wilcoxon(path_vals, sample_group, g1 = "Tumor", g2 = "Normal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.