Description Usage Arguments Value Author(s) See Also Examples
This function tests the equivalence of two models with respect to the species and reaction data frames generated by summary.
1 2 | ## 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
1 2 3 4 | 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.