View source: R/explained_variation.R
batchqc_explained_variation | R Documentation |
Returns a list of explained variation by batch and condition combinations
batchqc_explained_variation(se, batch, condition = NULL, assay_name)
se |
Summarized experiment object |
batch |
Batch covariate |
condition |
Condition covariate(s) of interest if desired, default is NULL |
assay_name |
Assay of choice |
List of explained variation by batch and condition
library(scran)
se <- mockSCE()
batchqc_explained_variation <- BatchQC::batchqc_explained_variation(se,
batch = "Mutation_Status",
condition = "Treatment",
assay_name = "counts")
batchqc_explained_variation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.