vizTools {Sysrecon} | R Documentation |
vizTools
Description
Input the txt and output the visualization of the steps, transformation and databases and tools.
Usage
vizTools(text, toolsMatrix, stepTypes, toolsTypes)
Arguments
text |
The characters processed with the collapse = ' '. |
toolsMatrix |
A data frame contains the marker words, threshold value, steps, group and other information about the metabolic reconstruction databases and tools. 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. |
toolsTypes |
A data frame contains the databases and the tools used in the metabolic reconstruction. |
Value
The pictures that visualize the databases and tools of the metabolic reconstruction.
Examples
exam <- vizTools(text, toolsMatrix, stepTypes, toolsTypes)
[Package Sysrecon version 0.1.3 Index]