Learn R Programming

Sysrecon (version 0.1.3)

vizTransformation: vizTransformation

Description

Input the txt and output the visualization of the steps, transformation and databases and tools.

Usage

vizTransformation(text, conversionMatrix, stepTypes, conversionTypes)

Value

The pictures that visualize the transformation of the metabolic reconstruction.

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.

Examples

Run this code
exam <- vizTransformation(text, conversionMatrix, stepTypes, conversionTypes)

Run the code above in your browser using DataLab