View source: R/stoichiometricMatrix.R
stoichiometricMatrix | R Documentation |
A set of stoichiometric reactions is often represented in a more compact form called the stoichiometry matrix. If a metabolic network has n reactions and m participating metabolites, then the stoichiometry matrix will have correspondingly m rows and n columns. Values in the stoichiometric matrix represent the metabolites coefficients in each reaction.
stoichiometricMatrix(reactionList)
reactionList |
A set of stoichiometric reaction with the following characteristics:
Some examples of valid stoichiometric reactions are:
|
The stoichiometric matrix for a given set of stoichiometric reactions
Daniel Camilo Osorio <dcosorioh@tamu.edu>
# Loading a set of stoichiometric reactions glycolysis <- read.csv(system.file("extdata/glycolysisModel.csv",package = "minval"), sep='\t') # Building the stoichiometric matrix stoichiometricMatrix(reactionList = glycolysis$REACTION)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.