SBMLR

Systems Biology Markup Language (SBML) is a standard format for representing biochemical systems. The computational environment R is an open-source tool used broadly by statisticians. SBMLR interfaces SBML to R. It is written as an R package that includes an SBML-like R model object of class SBMLR and several functions: saveSBML exports SBML model objects to SBML level 2 model files; readSBML imports a limited range of SBML level 2 model files back to SBMLR; saveSBMLR dumps an SBMLR object to a file and readSBMLR reads such a file; sim uses lsoda of R's deSolve package to simulate SBML models; summary summarizes models, including species and reaction dataframes that contain initial concentrations, initial fluxes, and reaction rate laws (as strings); and == tests the equality of models with respect to these two dataframes.