You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading in an SBML file that contains a rule with the power function (), the R package translates it into pow(x,y) which is not defined in R. Instead you would want the result to be x^y or x**y.
Here is a snippet from the SBML model that I am reading and the resulting R code below.
When reading in an SBML file that contains a rule with the power function (), the R package translates it into pow(x,y) which is not defined in R. Instead you would want the result to be x^y or x**y.
Here is a snippet from the SBML model that I am reading and the resulting R code below.
SBML (from BioModels BIOMD0000000982):
beta_0 1 p timeR (based on libSBML tutorial):
The text was updated successfully, but these errors were encountered: