Description Usage Arguments Value Author(s) See Also Examples
This function removes reaction nodes keeping them as edge attributes. The resulting network contains metabolite nodes only, where edges indicate that reaction conversions.
1 | makeMetaboliteNetwork(graph)
|
graph |
A metabolic network. |
A reaction network.
Ahmed Mohamed
Other Network processing methods: expandComplexes
,
makeReactionNetwork
,
reindexNetwork
,
rmSmallCompounds
,
simplifyReactionNetwork
,
vertexDeleteReconnect
1 2 3 | ## Conver a metabolic network to a metbolite network.
data(ex_sbml) # bipartite metabolic network of Carbohydrate metabolism.
mgraph <- makeMetaboliteNetwork(ex_sbml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.