groupComp | R Documentation |
Compares different groups of features using log2(Fold-Change) and using the p-value from a t-test or wilcox test
groupComp( features, groupvar, elimlab = "none", test, adj.method = "fdr", paired, var.equal = FALSE )
features |
An ExpressionSet or SummarizedExperiment object |
groupvar |
A numeric or string indicating the variable from the phenodata from which the comparisons will be made |
elimlab |
An optional string of a variable name in groupvar indicating a group that will not be used for comparisons. |
test |
A string indicating the test to be perform: t-test or wilcox |
adj.method |
A string indicating the p-value adjust methodology for multiple testing |
paired |
A boolean indicating if the t-test should be paired or not |
var.equal |
A boolean indicating if the variance in the t-test are considered equal or not |
Returns a list of comparison tables for each pair of groups
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.