Sysrecon | R Documentation |
Input the txt and output the visualization of the steps, transformation and databases and tools.
Sysrecon( inputTxt, stepsMatrix, stepTypes, conversionMatrix, conversionTypes, toolsMatrix, toolsTypes, contentTypes )
inputTxt |
A txt contains the methods and contents of the metabolic reconstruction in articles. |
stepsMatrix |
A data frame 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 the labels and groups of the metabolic reconstructions steps. The default file is in the data. |
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. |
conversionTypes |
A data frame contains the labels and groups of the metabolic reconstructions transformation. The default file is in the data. |
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. |
toolsTypes |
A data frame contains the databases and the tools used in the metabolic reconstruction. |
contentTypes |
A data frame contains the labels and groups of the metabolic reconstructions content The default file is in the data. |
Input takes a data.frame x with two variables v and w and returns the maximum knapsack value and which elements (rows in the data.frame).
The pictures that visualize the steps, transformation and databases and tools of the metabolic reconstruction.
exam <- Sysrecon(inputTxt, stepsMatrix, stepTypes, conversionMatrix, conversionTypes, toolsMatrix, toolsTypes, contentTypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.