Learn R Programming

RSeed (version 0.1.60)

findCurrencyMetabolites: Find currency metabolites

Description

Find currency metabolites in a metabolic network by the number of reactions using a metabolite.

Usage

findCurrencyMetabolites(object, ...)

Arguments

object
object 'modelorg' object
...
cutoff lower cutoff (default 20).

Value

character vector with the metabolite IDs of the currency metabolites.

Details

Identification is performed as follows: From the binary S-matrix is calculated in how many reactions a metabolite participates. If it participates in more than 'cutoff' reactions, it is returned as currency metabolited.

References

Master Thesis by Claus Jonathan Fritzemeier at Heinrich-Heine-Universitaet Duesseldorf, Department of Bioinformatics in 2012 Borenstein et. al. 2008

See Also

modelorg RSeed

Examples

Run this code
	data(Ec_core)
	
	findCurrencyMetabolites(Ec_core) # cutoff=20
	findCurrencyMetabolites(Ec_core, 10)

Run the code above in your browser using DataLab