View source: R/explained_variation.R
EV_plotter | R Documentation |
This function allows you to plot explained variation
EV_plotter(batchqc_ev)
batchqc_ev |
table of explained variation from batchqc_explained_variation |
boxplot of explained variation
library(scran)
se <- mockSCE()
se$Mutation_Status <- as.factor(se$Mutation_Status)
se$Treatment <- as.factor(se$Treatment)
expl_var_result <- batchqc_explained_variation(se, batch = "Mutation_Status",
condition = "Treatment", assay_name = "counts")
EV_boxplot <- BatchQC::EV_plotter(expl_var_result[[1]])
EV_boxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.