vizProcess | R Documentation |
Create a function can visualiaze the steps used in the metabolic reconstruction.
vizProcess(text, stepsMatrix, stepTypes, contentTypes)
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. |
The pictures that visualize the steps of the metabolic reconstruction.
exam <- vizProcess(text, stepsMatrix, stepTypes,contentTypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.