plotReaction: show reaction diagram

Description Usage Arguments Details Author(s)

View source: R/plot.R

Description

This function is not relevant to KEGG pathway. It is designed for illustration only.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
plotReaction(
  substrates,
  products,
  r.name,
  shape.chem = "ellipse",
  shape.react = "rect",
  lcol = "gray",
  arr.pos = 0.7,
  arr.col = "gray",
  arr.tcol = "transparent",
  box.prop = 0.5,
  shadow.size = 0,
  relsize = 0.85,
  ...
)

Arguments

r.name

reaction name

...

pars passed to diagram::plotmat

substrate

substrate names

product

product names

Details

Install "diagram" package manually before using this function.

Author(s)

zhao


zgzhao/gmetab documentation built on Dec. 23, 2021, 9:17 p.m.