name of the file containing the reactions
extracted from BiGG
model.id
id for the SBML model created by the
function. Defaults to reactions.filename
model.name
name for the SBML model created by the
function. Defaults to reactions.filename
Value
a rsbml Model object containing all reactions, species and
compartments that are associated with the reactions in the given input file.
References
Schellenberger, J., Park, J. O., Conrad, T. C., and Palsson, B. , BiGG: a Biochemical Genetic and Genomic knowledgebase of large scale metabolic reconstructions, BMC Bioinformatics, 11:213, (2010).
http://bigg.ucsd.edu/
##build model from file Reactions.txt from the package examples path <- system.file("extdata", "Reactions.txt", package="BiGGR")
model <- buildSBMLFromBiGG(path, model.id="myid")