Learn R Programming

Sysrecon (version 0.1.3)

vizProcess: vizProcess

Description

Create a function can visualiaze the steps used in the metabolic reconstruction.

Usage

vizProcess(text, stepsMatrix, stepTypes, contentTypes)

Value

The pictures that visualize the steps of the metabolic reconstruction.

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.

Examples

Run this code
exam <- vizProcess(text, stepsMatrix, stepTypes,contentTypes)

Run the code above in your browser using DataLab