Learn R Programming

Sysrecon (version 0.1.3)

vizTools: vizTools

Description

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

Usage

vizTools(text, toolsMatrix, stepTypes, toolsTypes)

Value

The pictures that visualize the databases and tools of the metabolic reconstruction.

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.

Examples

Run this code
exam <- vizTools(text, toolsMatrix, stepTypes, toolsTypes)

Run the code above in your browser using DataLab