plot_differential_volcano_scExp {ChromSCape} | R Documentation |
Volcano plot of differential features
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
data("scExp") plot_differential_volcano_scExp(scExp,"C1")