View source: R/summary_statistics.R
batch_design | R Documentation |
This function allows you to make a batch design matrix
batch_design(se, batch, covariate)
se |
summarized experiment |
batch |
batch variable |
covariate |
biological covariate |
design table
library(scran)
se <- mockSCE()
batch_design_tibble <- batch_design(se, batch = "Mutation_Status",
covariate = "Treatment")
batch_design_tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.