VolcanoPlot: Volcano plot for DEG analysis results.

View source: R/plot.r

VolcanoPlotR Documentation

Volcano plot for DEG analysis results.

Description

do volcano plot.

Usage

VolcanoPlot(
  dat,
  useFDR = T,
  MainTitle = "",
  cut = 0.05,
  FCcut = 2,
  xlim = 10,
  showlabel = "no",
  showlabel.num = 10,
  point.size = 2
)

Arguments

dat

deg analysis result dataframe with ID,FCcut,log2FoldChange,Pvalue or FDR

useFDR

whether to use FDR to define significance

MainTitle

main title of plot

cut

P value significant cut , if useFDR is set, FDR is used

FCcut

FoldChange cut significant cut

xlim

x axis limits

showlabel

whether to show top significant gene names

showlabel.num

top number

point.size

point size


biomarble/PlantNGSTools documentation built on Feb. 8, 2024, 2:46 a.m.