-
Notifications
You must be signed in to change notification settings - Fork 1
SEDML_Test
JessicaVasseur123 edited this page Jul 4, 2021
·
18 revisions
Testing SED-ML files in a different environment or using different tools is of great importance to ensure reproducibility and interchangeability. This page describes the performed validation and testing tasks.
After integrating the generated SED-ML files into the COMBINE archive as described here, the first version of the COMBINE archive was downloaded from COMBINE Archive Web (bachmann.omex). The omex file was then loaded and executed using Tellurium.
import os
import tellurium as te
workingDir = _(directory containing the omex file)_
omex_path = os.path.join(workingDir, 'bachmann.omex')
output_directory=os.path.join(workingDir, 'output/')
te.sedml.tesedml.executeCombineArchive(omex_path, workingDir, printPython=True, createOutputs=True, saveOutputs=True, outputDir=output_directory)
The results, including plots (.png / .pdf) and model data (.csv), were added to the final version of the COMBINE archive (./result), with separate subfolders for each SED-ML file (i.e. each figure).
- The SED-ML files Fig3.sedml and SuppFig9.sedml to generate the plots for Figure 3 and Supplementary Figure 9, respectively, were loaded into COPASI v4.33 together with the model. The results of the time course simulation can be found here, including plots (.png), model data (.txt) and COPASI files (.cps).
- All SED-ML files created in Tellurium (Fig3.sedml, Fig4.sedml, Fig5.sedml, SuppFig9.sedml) were loaded into SED-ML WebTools v2.4 together with the model and simulated. The results, including plots (.png) and model data (.xml), were downloaded as a COMBINE archive, extracted and can be found here, with separate subfolders for each figure. Unfortunately, the .xml files could not be uploaded into the final COMBINE archive at this stage(see issue #72).
Bioinformatics & Systems biology SS 2021
- Synopsis Group 1
- Sources of Bachmann model
- Software tools for simulation
- How to build a Fully Featured COMBINE Archive?
- Communication channels
- Provision of a template for documentation
- Schedule (draft)
- Review of results
- COMBINE Archive (Testversion!)
- Synopsis Group 2
- Finding of SBML models
- Comparison of SBML models
- The chosen one
- Simulation tools
- Metadata
- Improving metadata annotations
- Synopsis Group 3
- SBGN Maps for Bachmann model
- Choice of SBGN language
- Tool to draw the SBGN Map
- SBGN-Map Drawing, Validation & Beautification
- Integration into COMBINE Archive
- Synopsis Group 4
- Selection of experiments
- Selection of SED-ML tool(s)
- Generation of SED-ML file(s)
- Integration into COMBINE Archive
- Test of SED-ML files and COMBINE Archive