Ops.SBMLR {SBMLR} | R Documentation |
This function tests the equivalence of two models with respect to the species and reaction data frames generated by summary.
## S3 method for class 'SBMLR' Ops(e1,e2)
e1 |
The first of the two model objects of class SBML which are to be compared. |
e2 |
The second model object. |
A list containing the following two boolean dataframes
species |
The equality of species information tabularized as a data frame. |
reactions |
The equality of reaction information tabularized as a dataframe. |
Tom Radivoyevitch
library(SBMLR) curto1=readSBMLR(file.path(system.file(package="SBMLR"), "models/curto.r")) curto2=readSBML(file.path(system.file(package="SBMLR"), "models/curto.xml")) curto1==curto2