Learn R Programming

Sysrecon (version 0.1.3)

draw_step_tree: draw_step_tree

Description

Drawing of metabolic process matrix diagram and phylogenetic tree diagram

Usage

draw_step_tree(infomatrix, Matrix, stepTypes, contentTypes)

Value

a plot

Arguments

infomatrix

Matrix generated using the words2steps function

Matrix

The matrix about the steps or transformation or the databases and tools of the metabolic reconstruction.

stepTypes

Grouping information for metabolic processes

contentTypes

Grouping information for metabolic content

Examples

Run this code
p1 <- draw_step_tree(matrixProcess, stepsMatrix, stepTypes, contentTypes)

Run the code above in your browser using DataLab