plot_volcano: Plots Volcano plot

View source: R/plot_volcano.R

plot_volcanoR Documentation

Plots Volcano plot

Description

Plots Volcano plot

Usage

plot_volcano(
  stats_metabolites,
  thres_pval,
  thres_log2foldchange,
  text_nooverlap
)

Arguments

stats_metabolites

dataframe obtained by running sig_metabolites.R

thres_pval

p value threshold

thres_log2foldchange

log2fold change threshold

text_nooverlap

TRUE to avoid text overlap, else FALSE

Examples

plot_volcano(stats_metabolites, thres_pval= 0.05,thres_log2foldchange = 0.5, text_nooverlap = TRUE)

metabolomicsworkbench/MetENP documentation built on April 12, 2025, 7:55 p.m.