View source: R/visualization-functions.R
get_association_statistics | R Documentation |
Output a correlation matrix to visualize the relationship between continuous and factor variables. For factor variables, the Cramer's V estimate and the P-value is computed from the Pearson chi-square score between two variables.
get_association_statistics(clean_metadata, p_value_cutoff = 0.05)
clean_metadata |
A data frame with sample identifiers as rownames and variables as
factors or numeric as determined by |
p_value_cutoff |
Set the p-value threshold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.