Description Usage Arguments Value See Also Examples
Generate fold change and t-test p-value for all rows of a data matrix
1 | applyttest(mat, Group, doLogs = TRUE, numerator = levels(Group)[1])
|
mat |
Matrix containing data, possibly with missing values |
Group |
Group with two levels of length equal to the number of matrix columns |
doLogs |
True/false, log data before applying test |
numerator |
The level of the group used as numerator for the fold change, by default the first one |
Data frame with two values, t-test p-value and fold change.
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.