Convert an SBML file into an R model object of class SBML
SBML文件转换成R模型对象类SBML
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts an SBML level 2 file into a corresponding R model structure of class SBML.
此功能转换成相应的模型结构的R级SBMLSBML 2级文件。
用法----------Usage----------
readSBML(filename)
参数----------Arguments----------
参数:filename
An SBML level 2 model input file.
一个SBML 2级模型的输入文件。
Details
详情----------Details----------
A limited subset of SBML level 2 models is currently supported, e.g. events and function definitions are not covered.
SBML 2级车型的一个有限子集,目前支持的,例如事件和函数定义不包括在内。
值----------Value----------
A corresponding SBML model object in R.
R中的一个相应的SBML模型对象
注意----------Note----------
This function replaces read.SBML of older versions.
此功能取代了旧版本的read.SBML。