View source: R/summary_statistics.R
cramers_v | R Documentation |
This function allows you to calculate Cramer's V
cramers_v(bd)
bd |
batch design |
Cramer's V
library(scran)
se <- mockSCE()
batch_design_tibble <- batch_design(se, batch = "Mutation_Status",
covariate = "Treatment")
cramers_v_result <- BatchQC::cramers_v(batch_design_tibble)
cramers_v_result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.