Learn R Programming

MetamapsDB (version 0.0.2)

contractMetab: contractMetab shrinks a metabolic network's KOs into non-redundant units

Description

Constracts KOs which share the same cpd product and substrates.

Usage

contractMetab(g)

Arguments

g

metabolic graph, igraph object. vertices must have the Symbol property

Value

new non-redundant (gene) metabolic graph

Examples

Run this code
# NOT RUN {
contactedMetab <- contractMetab(nitrogenMetab)
# }

Run the code above in your browser using DataLab