Plot volcano plot for differential expression analysis

volcano_plot(dt, logFC_threshold = 0.25, padj_cutoff = 0.05, n_label = 5)

Arguments

dt

Differential expression result table from perform_de() function.

logFC_threshold

Fold change threshold for the volcano plot. This will be adjusted and plotted as the log2 fold change. Default is 0.25.

padj_cutoff

The adjusted p-value cut-off for the volcano plot. Default is 0.05.

n_label

The number of top up & down differentially expressed genes to be labeled. Default is 5.

Value

No return. The plot is printed out.