View source: R/map_word_to_step.R
map_word_to_step | R Documentation |
map_word_to_step
map_word_to_step(wordsMatrix, stepsMatrix)
wordsMatrix |
The word matrix generated by the function TermDocumentMatrix in the tm package. |
stepsMatrix |
Manually constructed metabolic process matrix. |
Specific metabolic process matrix based on text content mapping.
matrixProcess <- map_word_to_step(wordsMatrix, stepsMatrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.