View source: R/summary_statistics.R
confound_metrics | R Documentation |
Combine std. Pearson correlation coefficient and Cramer's V
confound_metrics(se, batch)
se |
summarized experiment |
batch |
batch variable |
metrics of confounding
library(scran)
se <- mockSCE()
confound_table <- BatchQC::confound_metrics(se, batch = "Mutation_Status")
confound_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.