Go back to Examples v12.1


Example 02 - SBML file modifications




The SBML file needs amends before uploading to MINERVA, see more in Admin Manual - SBML file.

SBML file exported from MINERVA map

The file Exported map contains SBML map exported from PD map, see image below: Main
Adding a new project using Exported map as source file, will generate an identical map as the exported one (annotations, elements, reactions and their positions are preserved), since SBML file exported by MINERVA contains block layout and assigned SBOTerms.


SBML model from miscellaneous sources

Download Biomodel example which is an SBML model downloaded form biomodels website and add project to MINERVA. On the generated map, all elements are small molecules and all reactions are state transitions. Note that without <layout> xml block elements are connected and displayed randomly. See on the below image, the two independent uploads of Biomodel example.


Generated maps


Applying SBOTerms into SBML file

Providing SBOTerms into the SBML file allows to define particular reactions and elements type.

Add new project to MiNERVA with the file amended as per the above instructions (Amended SBOTerms file). The generated map looks as shown below. Note that in the left panel the small molecules are annotated automatically by name and the reaction type is provided.

Map with SBOTerms added


Miriam annotation in SBML File

MINERVA automatically annotates elements by name, if proper annotators are configured (see section Configure automatic annotation). On above image, F - fluorine and others small molecules are annotated with ChEBI by name.

To annotate elements with Miriam, below annotation block is necessary to be added inside species. Now, add to the SBML file new species gene named FOS and annotate it with HGNC:3796 as below:

Annotation block

Find here the file with FOS added, see image below:

Annotated map

Remarks

SBML file might be a complex one. MINERVA is being developed to support all SBML functions. See below the SBML blocks (within <model>), which are sufficient to create a new MINERVA project:

  • <listOfCompartments>
  • <listOfSpecies>
  • <listOfReactions>
  • <layout>

In case of throwing errors on upload by MINERVA, simplify SBML file to above four blocks.