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