View source: R/variation_ratios.R
ratio_plotter | R Documentation |
This function allows you to plot ratios of explained variation
ratio_plotter(ev_ratio)
ev_ratio |
table of ratios from variation_ratios() |
boxplot of ratios
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")
ratios_results <- variation_ratios(expl_var_result[[1]],
batch = "Mutation_Status")
ratio_boxplot <- BatchQC::ratio_plotter(ratios_results)
ratio_boxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.