Learn R Programming

SBMLR (version 1.68.0)

Ops.SBMLR: Check the equality of the species and reactions of two SBMLR models

Description

This function tests the equivalence of two models with respect to the species and reaction data frames generated by summary.

Usage

"Ops"(e1,e2)

Arguments

e1
The first of the two model objects of class SBML which are to be compared.
e2
The second model object.

Value

species
The equality of species information tabularized as a data frame.
reactions
The equality of reaction information tabularized as a dataframe.

See Also

summary.SBMLR

Examples

Run this code
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

Run the code above in your browser using DataLab