View source: R/differential_expression.R
pval_plotter | R Documentation |
P-value Plotter This function allows you to plot p-values of explained variation
pval_plotter(DE_results)
DE_results |
Differential Expression analysis result (a named list of dataframes corresponding to each analysis completed with a "pvalue" column) |
boxplots of pvalues for each condition
library(scran)
se <- mockSCE()
differential_expression <- BatchQC::DE_analyze(se = se,
method = "DESeq2",
batch = "Treatment",
conditions = c(
"Mutation_Status"),
assay_to_analyze = "counts")
pval_summary(differential_expression)
pval_plotter(differential_expression)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.