View source: R/utils_groupcomparison_contrasts.R
MSstatsContrastMatrix | R Documentation |
Create a contrast matrix for groupComparison function
MSstatsContrastMatrix(contrasts, conditions, labels = NULL)
contrasts |
One of the following: i) list of lists. Each sub-list consists of two vectors that name conditions that will be compared. See the details section for more information ii) matrix. In this case, it's correctness will be checked iii) "pairwise". In this case, pairwise comparison matrix will be generated iv) data.frame. In this case, input will be converted to matrix |
conditions |
unique condition labels |
labels |
labels for contrasts (row.names of the contrast matrix) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.