View source: R/parseModuleReaction.R
parseModuleReaction | R Documentation |
Parse the module reaction string and return the vertices and edges of the resulting graph.
parseModuleReaction(rxn.string, includeCompounds = FALSE)
rxn.string |
String representation of the reaction |
includeCompounds |
should compounds be included in the resulting graph (FALSE by default) |
list containing 'vertices' and 'edges' data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.