vizProcess {Sysrecon} | R Documentation |
vizProcess
Description
Create a function can visualiaze the steps used in the metabolic reconstruction.
Usage
vizProcess(text, stepsMatrix, stepTypes, contentTypes)
Arguments
text |
The characters processed with the collapse = ' '. |
stepsMatrix |
A data frame contains the marker words, threshold value, steps, group and other information about the metabolic reconstruction. The default file is in the data. |
stepTypes |
A data frame contains the labels and groups of the metabolic reconstructions steps. The default file is in the data. |
contentTypes |
A data frame contains the labels and groups of the metabolic reconstructions content The default file is in the data. |
Value
The pictures that visualize the steps of the metabolic reconstruction.
Examples
exam <- vizProcess(text, stepsMatrix, stepTypes,contentTypes)
[Package Sysrecon version 0.1.3 Index]