multittest | R Documentation |
Calculate per-row t-test between grouped columns of a data.frame.
multittest( df, groups, ttest = TRUE, adjmethod = "bonferroni", controlGroup = NULL )
df |
a data.frame with numeric (intensity) values |
groups |
named list of intensity columns listed by group (as supplied by
|
ttest |
if TRUE, ttest will be calculated |
adjmethod |
method to adjust p values (passed on to stats::p.adjust) |
controlGroup |
name of the control group in |
columns in the export data.frame. All columns are generated for
each group defined in groups
, where GX is replaced by the group name:
GX__CV
Coefficient of variation (relative standard deviation (sd/mean)) within the group
GX__pval
p value between this group and all samples in all other
groups, as calculated by t.test()
GX__pval_adj
p values, adjusted by the selected adjmethod
using p.adjust()
a data.frame with same number of rows as df, with coluns as described in details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.