Check the equality of the species and reactions of two SBML models
检查两个SBML模型的种类和反应平等
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function tests the equivalence of two models with respect to the species and reaction data frames generated by summary.
此功能的测试,汇总生成的物种和反应数据框的两个模型的等价。
用法----------Usage----------
## S3 method for class 'SBML'
Ops(e1,e2)
参数----------Arguments----------
参数:e1
The first of the two model objects of class SBML which are to be compared.
第一类SBML模型对象进行比较。
参数:e2
The second model object.
第二个模型中的对象。
值----------Value----------
A list containing the following two boolean dataframes
一个列表,其中包含以下两个布尔dataframes
参数:species
The equality of species information tabularized as a data frame.
物种信息的平等tabularized作为一个数据框。
参数:reactions
The equality of reaction information tabularized as a dataframe.
反应信息的平等tabularized作为dataframe。