Description Usage Arguments Examples
This function perform TopK exact test on a two group data set (Case-Control study). The univariate p-values were calculated based on mulitiple choices of test.
1 2 3 4 |
x |
a data matrix containing features as rows and samples as columns. |
g |
a vector or factor object giving the group for the corresponding samples of x. |
Kvals |
a numeric vector indicating how many |
method |
a character string specifying which method used in TopK test,
must be one of |
B |
the number of inner permutation, default is "0" for exact test. |
alternative |
a character string specifying the alternative hypothesis,
must be one of |
ties.method |
a character string specifying how ties are treated, see <e2><80><98>Details<e2><80><99>; can be abbreviated. |
pval |
Only option for permutation test method. If TRUE, the permutation matrix will be populated by p-values from t-test. If FALSE, the permutation matrix will be directly populated by t statistics (negative absolute value). |
ReturnType |
character(1) specify how to return the results.
Could be |
vrb |
a logical vector indicating TRUE when show some words while running, FALSE otherwise. |
1 | TopK.test(x,g,method="WRS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.