Description Usage Arguments Value Examples
View source: R/plotting_functions.R
Volcano plot of differential features
1 2 3 4 5 6 | plot_differential_volcano_scExp(
scExp_cf,
cell_cluster = "C1",
cdiff.th = 1,
qval.th = 0.01
)
|
scExp_cf |
A SingleCellExperiment object |
cell_cluster |
Which cluster to plot |
cdiff.th |
Fold change threshold |
qval.th |
Adjusted p.value threshold |
A volcano plot of differential analysis of a specific cluster
1 2 | data("scExp")
plot_differential_volcano_scExp(scExp,"C1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.