sigGeneBarchart: Barchart of significantly regulated genes

View source: R/staticGeneLevelPlots.R

sigGeneBarchartR Documentation

Barchart of significantly regulated genes

Description

Barchart of significantly regulated genes

Usage

sigGeneBarchart(
  edgeResult,
  logy = FALSE,
  scales = list(x = list(rot = 45), y = list(alternating = 1, tck = c(1, 0))),
  stack = FALSE,
  ylab = "Significant DEGs",
  col = c(positive = "orange", negative = "lightblue"),
  auto.key = list(columns = 2),
  ...
)

Arguments

edgeResult

An EdgeResult object

logy

Logical, whether y-axis should be log-10 transformed

scales

passed to lattice::barchart

stack

passed to lattice::barchart

ylab

passed to lattice::barchart

col

passed to lattice::barchart

auto.key

passed to lattice::barchart

...

passed to lattice::barchart


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.