map_word_to_step {Sysrecon} | R Documentation |
map_word_to_step
Description
map_word_to_step
Usage
map_word_to_step(wordsMatrix, stepsMatrix)
Arguments
wordsMatrix |
The word matrix generated by the function TermDocumentMatrix in the tm package. |
stepsMatrix |
Manually constructed metabolic process matrix. |
Value
Specific metabolic process matrix based on text content mapping.
Examples
matrixProcess <- map_word_to_step(wordsMatrix, stepsMatrix)
[Package Sysrecon version 0.1.3 Index]