draw_conversion_tree {Sysrecon} | R Documentation |
draw_conversion_tree
Description
Drawing of metabolic process matrix diagram and phylogenetic tree diagram
Usage
draw_conversion_tree(infomatrix, Matrix, stepTypes, conversionTypes)
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 |
Value
a plot
Examples
p1 <- draw_conversion_tree(matrixProcessConversion, conversionMatrix,
stepTypes, conversionTypes)
[Package Sysrecon version 0.1.3 Index]