print_ipath_pdf: Write an iPath3 metabolic pathways map to pdf

Description Usage Arguments Author(s)

View source: R/make_ipath_pdf.R

Description

Write an iPath3 metabolic pathways map to pdf

Usage

1
2
3
print_ipath_pdf(ipath_data, file_name = NULL, default_width = 2,
  default_color = "#bdbdbd", default_radius = 5,
  textbox_textcol = NULL, textbox_col = NULL)

Arguments

ipath_data

data.frame formatted for sending to ipath

file_name

pdf file name to export plot.

default_width

Default path/edge width (px) for the non-selected parts of the map.

default_color

Hex color value. Non-selected parts of the map will use this color by default.

default_radius

Compound radius (px) for the non-selected parts of the map.

textbox_textcol

hex value for text (in box) color

textbox_col

hex value for box color

Author(s)

Beth Signal


betsig/ipath documentation built on March 12, 2021, 12:06 a.m.