cor_props: This function allows you to calculate correlation properties

View source: R/summary_statistics.R

cor_propsR Documentation

This function allows you to calculate correlation properties

Description

This function allows you to calculate correlation properties

Usage

cor_props(bd)

Arguments

bd

batch design

Value

correlation properties

Examples

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


compbiomed/BatchQC documentation built on April 23, 2024, 7:38 a.m.