characterizeReactions | R Documentation |
For a given set of stoichiometric reactions, this function:
Counts the number of reactions,
Computes the relative frequency of each reaction type (transport, exchange and compartmentalized),
Computes the relative frequency of reactions by compartment,
Counts the number of unique metabolites,
Computes the relative frequency of metabolites by compartment.
characterizeReactions(reactionList, rawOutput = FALSE)
reactionList |
A set of stoichiometric reaction with the following characteristics:
Some examples of valid stoichiometric reactions are:
|
rawOutput |
A boolean value |
Daniel Camilo Osorio <dcosorioh@tamu.edu>
# Loading a set of stoichiometric reactions glycolysis <- read.csv(system.file("extdata/glycolysisModel.csv",package = "minval"), sep='\t') # Characterizing the reactions characterizeReactions(reactionList = glycolysis$REACTION)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.