parseModuleReaction: Parse module reaction string

View source: R/parseModuleReaction.R

parseModuleReactionR Documentation

Parse module reaction string

Description

Parse the module reaction string and return the vertices and edges of the resulting graph.

Usage

parseModuleReaction(rxn.string, includeCompounds = FALSE)

Arguments

rxn.string

String representation of the reaction

includeCompounds

should compounds be included in the resulting graph (FALSE by default)

Value

list containing 'vertices' and 'edges' data.frames


EMSL-Computing/fticRanalysis documentation built on March 23, 2024, 8:36 p.m.