View source: R/differential_expression.R
pval_summary | R Documentation |
Returns summary table for p-values of explained variation
pval_summary(res_list)
res_list |
Differential Expression analysis result (a named list of dataframes corresponding to each analysis completed with a "pvalue" column) |
summary table for p-values of explained variation for each analysis
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.