plot_differential_volcano_scExp {ChromSCape}R Documentation

Volcano plot of differential features

Description

Volcano plot of differential features

Usage

plot_differential_volcano_scExp(
  scExp_cf,
  cell_cluster = "C1",
  cdiff.th = 1,
  qval.th = 0.01
)

Arguments

scExp_cf

A SingleCellExperiment object

cell_cluster

Which cluster to plot

cdiff.th

Fold change threshold

qval.th

Adjusted p.value threshold

Value

A volcano plot of differential analysis of a specific cluster

Examples

data("scExp")
plot_differential_volcano_scExp(scExp,"C1")

[Package ChromSCape version 1.3.22 Index]