makeMetaboliteNetwork: Convert metabolic network to metabolite network.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/netProcess.R

Description

This function removes reaction nodes keeping them as edge attributes. The resulting network contains metabolite nodes only, where edges indicate that reaction conversions.

Usage

1

Arguments

graph

A metabolic network.

Value

A reaction network.

Author(s)

Ahmed Mohamed

See Also

Other Network processing methods: expandComplexes, makeReactionNetwork, reindexNetwork, rmSmallCompounds, simplifyReactionNetwork, vertexDeleteReconnect

Examples

1
2
3
	## Conver a metabolic network to a metbolite network.
 data(ex_sbml) # bipartite metabolic network of Carbohydrate metabolism.
 mgraph <- makeMetaboliteNetwork(ex_sbml)

NetPathMiner documentation built on Nov. 8, 2020, 8:20 p.m.