Description Usage Arguments Details Value Author(s)
calculate wolcoxon signed rank sum test for each CpG probes of microarray; support multiple core parallism calculation.
1 2 | wilcox.fit(dat.m = NULL, alternative = c("two.sided", "greater", "less"),
qvalue0 = 0.1, mcore = 4)
|
dat.m |
n x m delta M|beta matrix for n CpG sites across 2*m paired different patient samples |
alternative |
a character string specifying the alternative hypothesis; c("two.sided", "greater", "less") and "two.sided" is default |
qvalue0 |
false discovery rate's threshold; Default = 0.1 |
mcore |
Cpu cores can be used in test |
If our data is paired, wilcoxon rank test can be used to test the significnat of sites
res list siggene data.frame null data.frame
Xin Zhou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.