View source: R/explained_variation.R
EV_table | R Documentation |
EV Table Returns table with percent variation explained for specified number of genes
EV_table(batchqc_ev)
batchqc_ev |
explained variation results from batchqc_explained_variation |
List of explained variation by batch and condition
library(scran)
se <- mockSCE()
se$Mutation_Status <- as.factor(se$Mutation_Status)
se$Treatment <- as.factor(se$Treatment)
exp_var_result <- BatchQC::batchqc_explained_variation(se,
batch = "Mutation_Status",
condition = "Treatment",
assay_name = "counts")
EV_table <- BatchQC::EV_table(exp_var_result[[1]])
EV_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.