std_pearson_corr_coef: Calculate a standardized Pearson correlation coefficient

View source: R/summary_statistics.R

std_pearson_corr_coefR Documentation

Calculate a standardized Pearson correlation coefficient

Description

Calculate a standardized Pearson correlation coefficient

Usage

std_pearson_corr_coef(bd)

Arguments

bd

batch design

Value

standardized Pearson correlation coefficient

Examples

library(scran)
se <- mockSCE()
batch_design_tibble <- batch_design(se, batch = "Mutation_Status",
                                                covariate = "Treatment")
pearson_cor_result <- BatchQC::std_pearson_corr_coef(batch_design_tibble)
pearson_cor_result


compbiomed/BatchQC documentation built on Aug. 1, 2024, 8:10 p.m.