Description Usage Arguments Value
View source: R/generic_pairwise_comparison.R
Perform the automatic pairwise comparison of matrix data using a sample information data frame column.
1 2 3 4 5 6 7 8 | autoPairwiseMatrixTest(
mat,
sampInfo,
groupCol,
sep = "-",
compName = "comparison",
...
)
|
mat |
Matrix containing data to be analyzed. |
sampInfo |
Sample information data frame. |
groupCol |
Name of the sampInfo column containing the grouping variable. |
sep |
Separator while creating contrasts. |
compName |
Name of the output column that identifies the comparison. |
... |
Other arguments for pairwiseMatrixTest. |
A data frame containing the results for all the comparisons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.