Learn R Programming

Sysrecon (version 0.1.3)

draw_conversion_tree: draw_conversion_tree

Description

Drawing of metabolic process matrix diagram and phylogenetic tree diagram

Usage

draw_conversion_tree(infomatrix, Matrix, stepTypes, conversionTypes)

Value

a plot

Arguments

infomatrix

Matrix generated using the words2steps function

Matrix

The matrix about the step or transformation or databases and tools used in the metabolic reconstruction

stepTypes

Grouping information for reconstruction processes

conversionTypes

Grouping information for conversion content

Examples

Run this code
p1 <- draw_conversion_tree(matrixProcessConversion, conversionMatrix,
   stepTypes, conversionTypes)

Run the code above in your browser using DataLab