Description Usage Arguments Value Author(s) References See Also Examples
This function computes permutation based q values for a selected test statistic, e.g., one- or two-sample t-statistics, F-statistics, SAM, Fold change, moderated t-statistics and moderated F-statistics, for each row of a matrix.
1 |
X |
A matrix, with m rows corresponding to variables
(hypotheses) andn columns corresponding to observations.
In the case of gene expression data, rows correspond to genes and
columns to mRNA samples. The data can be read using |
L |
A vector of integers corresponding to observation (column) class labels. For k classes, the labels must be integers between 0 and k-1. |
B |
The number of permutations. For a complete enumeration,
|
test |
A character string specifying the statistic to be
used to test the null hypothesis of no association between the
variables and the class labels. |
tail |
A character string specifying the type of rejection region. |
extra |
Extra parameter need for the test specified; see
|
A matrix of the following columns:
order |
order of rows (genes) based on statistics. |
stat |
a vector of statistics. |
unadj.p |
a vector of unadjusted p values. |
qvalues |
a vector of q values. |
Yuanyuan Xiao, yxiao@itsa.ucsf.edu,
Jean Yee Hwa Yang, jean@biostat.ucsf.edu.
Storey, J.D. (2003) The positive False Discovery Rate: A Bayesian Interpretation and the q-value. Annals of Statistics, 31:2013-2035.
comp.unadjp
, comp.adjp
, comp.stat
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.