In [ ]:
## Here you should call the whole task, to be completed in one single call.
import DM
DM.run()
Use the biomodels database to load a dynamical model. Here is one example:
http://www.ebi.ac.uk/biomodels-main/BIOMD0000000006
To parse the model either use BeautifulSoup, or the standard XML parser.
In [ ]:
import DM
model_link = ""
DM.load_model()
In [ ]:
inidic = {} #dictionary of innitial concentrations and parameter values
DM.plot()
In [ ]:
DM.solve()
In [ ]:
DM.get_peaks()
In [ ]:
DM.annotations()