A function to plot the differential result.

plotVolcano(
  diff_data,
  save_path = NA,
  file_prefix,
  figure_height = 8.12,
  figure_width = 8.12
)

Arguments

diff_data

The differential data obtained by **getDiffPeak**.

save_path

The path to save the figure.

file_prefix

The save file prefix.

figure_height

The PDF figure height. Default: 8.12

figure_width

The PDF figure width. Default: 8.12

Examples

 plotVolcano(diff_peak)
#> Error in eval(expr, envir, enclos): object 'diff_peak' not found