Hi,
I tried to read sbml model using the following commands:
file <- system.file("sbml", "msb2010108-s2.xml", package = "rsbml")
doc <- rsbml_read(file)
But I always get this error: Error: File unreadable.
I tried following commands and it works fine:
doc <- rsbml_read("msb2010108-s2.xml",dom=FALSE)
I even could see the graph nodes and everything is fine. The sbml model is mTOR signalling pathway and it contains a lot of nodes and edges. Verifying if the result of the second code is right or not is not possible. Hence, I appreciate if someone could assist me with the reason behind the error message in the first commands.
Kind Regards,