View source: R/summary_statistics.R
cor_props | R Documentation |
This function allows you to calculate correlation properties
cor_props(bd)
bd |
batch design |
correlation properties
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.