View source: R/summary_statistics.R
std_pearson_corr_coef | R Documentation |
Calculate a standardized Pearson correlation coefficient
std_pearson_corr_coef(bd)
bd |
batch design |
standardized Pearson correlation coefficient
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.