Description Usage Arguments Details Value Author(s) References See Also Examples
Find currency metabolites in a metabolic network by the number of reactions using a metabolite.
1 | findCurrencyMetabolites(object, ...)
|
object |
|
... |
|
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.
character vector with the metabolite IDs of the currency metabolites.
Claus Jonathan Fritzemeier
<clausjonathan.fritzemeier@uni-duesseldorf.de>
Master Thesis
by Claus Jonathan Fritzemeier
at Heinrich-Heine-Universitaet Duesseldorf,
Department of Bioinformatics
in 2012
Borenstein et. al. 2008
1 2 3 4 | data(Ec_core)
findCurrencyMetabolites(Ec_core) # cutoff=20
findCurrencyMetabolites(Ec_core, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.