make_AOV_volcano: This function takes in a data and produces a volcano plot...

Description Usage Arguments Value Author(s)

View source: R/make_AOV_volcano.R

Description

This function takes in a data and produces a volcano plot relative to a specified condition level.

Usage

1
make_AOV_volcano(DF, Ctrl, sig_val = 1.5, p_val = 0.05)

Arguments

DF

The data frame to be used.

Ctrl

The condition that everything should be measured against.

sig_val

The ratio cutoff (default is 1.5).

p_val

The ANOVA p-value. Can also be a regular p-value from a t-test (default is 0.05).

Value

A pdf file with a volcano plot.

Author(s)

Daniel Braas


danielbraas/MetabFUN documentation built on Oct. 9, 2020, 9:49 a.m.