Description Usage Arguments Value Examples
A t-test compares the means of two factor levels. Multiple-test corrected p-values are used to indicate the significance of the computed difference for all features.
1 2 3 4 5 6 7 8 |
alpha |
(numeric) The p-value cutoff for determining significance. The default is |
mtc |
(character) Multiple test correction method. Allowed values are limited to the following:
The default is |
factor_names |
(character) The name of sample meta column(s) to use. |
paired |
(logical) Apply a paired t-test. The default is |
paired_factor |
(character) The factor name that encodes the sample id for pairing. The default is |
... |
Additional slots and values passed to |
A ttest
object.
1 | M = ttest(factor_name='class')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.