Description Usage Arguments Details Value Author(s) References See Also
Generates the required statistics for a Significance Analysis of Microarrays analysis using standardized Wilcoxon rank statistics.
Should not be called directly, but via sam(..., method = wilc.stat).
1 2 3 4 |
data |
a matrix or a data frame. Each row of |
cl |
a numeric vector of length |
gene.names |
a character vector of length |
R.fold |
a numeric value. If the fold change of a gene is smaller than or
equal to |
use.dm |
if |
R.unlog |
if |
na.replace |
if |
na.method |
a character string naming the statistic with which missing values
will be replaced if |
approx50 |
if |
ties.method |
either |
use.row |
if |
rand |
numeric value. If specified, i.e. not |
Standardized versions of the Wilcoxon rank statistics are computed. This means that W* = (W - mean(W)) / sd(W) is used as expression score d, where W is the usual Wilcoxon rank sum statistic or Wilcoxon signed rank statistic, respectively.
In the computation of these statistics, the ranks of ties are by default set to the minimum rank. In the computation of the Wilcoxon signed rank statistic, zeros are randomly set either to a very small positive or negative value.
If there are less than 50 observations in each of the groups, the exact null distribution
will be used. If there are more than 50 observations in at least one group, the null
distribution will by default be approximated by the standard normal distribution. It is,
however, still possible to compute the exact null distribution by setting approx50
to FALSE
.
A list containing statistics required by sam
.
Holger Schwender, holger.schw@gmx.de
Schwender, H., Krause, A. and Ickstadt, K. (2003). Comparison of the Empirical Bayes and the Significance Analysis of Microarrays. Technical Report, SFB 475, University of Dortmund, Germany.
Tusher, V.G., Tibshirani, R., and Chu, G. (2001). Significance analysis of microarrays applied to the ionizing radiation response. PNAS, 98, 5116-5121.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.