cramers_v: This function allows you to calculate Cramer's V

View source: R/summary_statistics.R

cramers_vR Documentation

This function allows you to calculate Cramer's V

Description

This function allows you to calculate Cramer's V

Usage

cramers_v(bd)

Arguments

bd

batch design

Value

Cramer's V

Examples

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


compbiomed/BatchQC documentation built on March 26, 2024, 9:39 p.m.