summary.SBML {SBMLR} | R Documentation |
This function extracts species and reaction information from a model of class SBML
and tabularizes them as two R data frames.
summary.SBML(object, ...)
object |
A model object of class SBML from which information is to be extracted. |
... |
For compatibility with summary of the base package. |
A list containing the following named dataframe elements
species |
Species information (i.e. names, ICs, BCs, and compartments) as a data frame. |
reactions |
Reaction information tabularized as a dataframe, including string laws and initial fluxes. |
Tomas Radivoyevitch (radivot@hal.cwru.edu)
library(SBMLR) curto=readSBMLR(file.path(.path.package("SBMLR"), "models/curto.r")) summary(curto)