Description Usage Arguments Value See Also Examples
This function generates a bootstrapped signature matrix by t-test
1 2 3 4 5 6 7 8 9 | bootstrapTtest(x, ...)
## S4 method for signature 'matrix'
bootstrapTtest(x, y, per = 100, seed = 1,
cores = 1, verbose = TRUE)
## S4 method for signature 'ExpressionSet'
bootstrapTtest(x, pheno, group1, group2,
per = 100, seed = 1, verbose = TRUE)
|
x |
Matrix containing the test dataset |
... |
Additional parameters added to keep compatibility |
y |
Matrix containing the reference dataset |
per |
Integer indicating the number of permutations |
seed |
Integer indicating the seed for the permutations, 0 for disable it |
cores |
Integer indicating the number of cores to use (set to 1 in Windows-based systems) |
verbose |
Logical whether progress should be reported |
pheno |
Character string indicating the phenotype data to use |
group1 |
Vector of character strings indicating the category from phenotype |
group2 |
Vector of character strings indicating the category from phenotype |
Matrix of z-scores with genes in rows and permutations in columns
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.