plot_volcano_skeleton: plot_volcano_skeleton

View source: R/plotting.R

plot_volcano_skeletonR Documentation

plot_volcano_skeleton

Description

Plots skeleton of volcano plot

Usage

plot_volcano_skeleton(
  .data,
  fc,
  pval,
  remove_inf_fc = TRUE,
  pt.size = 0.5,
  fc_thresh = 1
)

Arguments

.data

data frame with p values and fold change

fc

name of fold change variable

pval

name of p-val variable

remove_inf_fc

(optional; default: TRUE) remove zero and infinite fold change values

pt.size

(optional; default: 0.5) size of points

fc_thresh

(optional; default: 1) fold change threshold to draw lines at

Value

ggplot of volcano plot


amyh25/Rsc documentation built on Jan. 29, 2024, 7:22 a.m.