PlotKEGG: PlotKEGG

View source: R/PathwayEnrichment.R

PlotKEGGR Documentation

PlotKEGG

Description

PlotKEGG

Usage

PlotKEGG(
  df = NULL,
  type = "double",
  color_by = "Direction",
  point_size = 3,
  text_size = 15,
  sort.by = "Selected_PV",
  decreasing = FALSE,
  threshold = NULL,
  vline_size = 1
)

Arguments

df

Data frame containing KEGG pathways

type

Type of selected p-values. Available options are: "double", negatives and positive, "positive", and "negative".

color_by

Label to color points.

point_size

Size of points.

text_size

Size of text in the plot.

sort.by

Label to use to sort the pathways.

decreasing

Sorting direction.

threshold

P-value threshold.

vline_size

Threshold line size.

Value

A ggplot object.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.