我尝试使用R包Test.xml读取SBML文件(SBMLR)。下面是我执行的代码。
library(SBMLR)
file <- system.file("models","Test.xml",package = "SBMLR")
doc <- readSBML(file)
当我执行第3行时,我收到一条错误消息:
xmlEventParse中的错误(filename,handlers = sbmlHandler(), ignoreBlanks = TRUE):文件不存在
我也尝试使用rsbml库读取文件..但我仍然收到错误
错误:文件无法读取。
此刻我正在关注this guide。任何关于这个问题的帮助都非常感谢!