phenoPairwiseRelations | R Documentation |
This function will compute all the relations between different variables adapting different statistical tests as a function of the data type. It will adjust the p-value matrix for multiple testing.
phenoPairwiseRelations(data, adjust = "BH", verbose = FALSE)
data |
: bioclinical data with variables on the rows and samples on the columns |
adjust |
: method to adjust for multiple testing (default="BH) |
verbose |
: default=FALSE. If TRUE information will be printed to follow the progression. |
phenoPairwiseRelations
a list of two matrixes containing the p-values and the multiple testing adjustment.
Edi Prifti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.