## Not run:
# ##The dataset was generated as follows:
# ##SBML_export.xml was downloaded from http://bigg.ucsd.edu/bigg/exportSelect.pl
# ##and a newline was added at the end of the file
# file <- "SBML_export.xml"
# string <- paste(readLines(file), collapse="\n")
# ##Parse out units to avoid validation error
# string <- gsub("units=\".+?\"", "", string)
# M.barkeri_iAF692 <- rsbml_read(text=string)
# ## End(Not run)
##load data and get all reaction IDs
data(M.barkeri_iAF692)
model <- M.barkeri_iAF692@model
##get all reaction identifiers
sapply(model@reactions, id)
Run the code above in your browser using DataLab