wilcox | R Documentation |
Includes interface containing the results
wilcox(data, groups, stat = NULL)
ttest(data, groups, stat = NULL)
levene(data, groups, stat = NULL)
fligner(data, groups, stat = NULL)
kruskal(data, groups, stat = NULL)
fisher(data, groups)
spearman(data, groups)
data |
Numeric, data frame or matrix: gene expression data or
alternative splicing event quantification values (sample names are based on
their |
groups |
List of sample names or vector containing the group name per
|
stat |
Data frame or matrix: values of the analyses to be performed (if
|
ttest
: unpaired t-test
wilcox
: Wilcoxon test
levene
: Levene's test
fligner
: Fligner-Killeen test
kruskal
: Kruskal test
fisher
: Fisher's exact test
spearman
: Spearman's test
HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.