ZZWVolcanoPlot: ZZWVolcanoPlot

Description Usage Arguments Author(s) Examples

Description

ZZWVolcanoPlot

Usage

1
2
ZZWVolcanoPlot(raw_data, p_cutoff = 0.05, fc_cutoff = 1.25,
  log_tran = c("log2", "log10"))

Arguments

raw_data

1st column: feautre name; 2nd column: p_values; 3rd column: fold_changes

p_cutoff

the p cutoff of significant; All p-values would be -log10 transformated in the plot. Default: 0.05

fc_cutoff

the fold change cutoff of significant: Default: 1.25

log_tran

log_tranformation method for fold change, "log2" or "log10". Default: log2

Author(s)

Zhiwei Zhou

Examples

1
2
data('stat_result')
ZZWVolcanoPlot(raw_data = stat_result, p_cutoff = 0.05, fc_cutoff = 1.25, log_tran = 'log2')

JustinZZW/ZZWtool documentation built on March 7, 2020, 11:06 a.m.