volcanoplot: Create Volcano plot

volcanoplotR Documentation

Create Volcano plot

Description

This functions creates volcano plots given a dataframe containing: baseMean, log2FoldChange and padj header names.

Usage

volcanoplot(
  res,
  lfcthresh = 2,
  sigthresh = 0.05,
  main = "Volcano Plot",
  legendpos = "topright",
  textcx = 1,
  ...
)

Arguments

res

dataframe

lfcthresh

Log fold change threshold

sigthresh

pvalue adjusted threshold

main

Main plot legend

legendpos

Legend position


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.