View source: R/plotting_functions.R
plot_differential_summary_scExp | R Documentation |
Differential summary barplot
plot_differential_summary_scExp(
scExp_cf,
qval.th = 0.01,
logFC.th = 1,
min.percent = 0.01
)
scExp_cf |
A SingleCellExperiment object |
qval.th |
Adjusted p-value threshold. (0.01) |
logFC.th |
Fold change threshold. (1) |
min.percent |
Minimum fraction of cells having the feature active to consider it as significantly differential. (0.01) |
A barplot summary of differential analysis
data("scExp")
plot_differential_summary_scExp(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.