MINERVA v19.0
Manual

Back to the user manual

Systems biology diagrams#

MINERVA platform visualises diagrams using three formats: SBGN-compliant, SBML and GPML.

SBGN-compliant format#

MINERVA handles SBGN-compliant format produced either by CellDesigner or SBGN editors like Newt. Moreover, a number of additional functionalities of MINERVA operates on metadata, that can be provided in the SBGN-compliant file itself. These are the following:

Processing of existing annotations#

Annotations to the elements or the interactions embedded within CellDesigner file are automatically parsed and processed. They can be used to extensively annotate elements during adding a new project. Also, MINERVA platform can verify these annotations against a set of predefined content-governing rules during adding a new project either.

Cross-platform SBGN translation#

CellDesigner files can be uploaded to be displayed in pure SBGN notation, and SBGN-displayed content can be downloaded as a pure SBGN file. For more explanation on content curation and annotation, see example 1 - CellDesigner file upload and annotation.

SBML format#

SBML file contains the text information about the elements, the reactions and the annotations. MINERVA takes the annotations from SBML file as the inputs and transforms them to the element/interaction annotations which can be displayed in the map. Use of SBOTerms is necessary to determine the type of the elements/interactions. Moreover, SBOTerms must be inputted into the SBML file by a user manually. Without updating SBML file on SBOTerms, all elements are displayed on map as small molecules and all reactions are represented by state transitions.

See here the list of CellDesigner types matching SBOTerms and check the example 2 - SBML file modifications to find out more about modifying SBML format file.

MINERVA handles below SBML packages:

See also: example 9 - sbml packages in MINERVA.

GPML format#

GPML files store pathways content at WikiPathways, this format is compatible with PathVisio diagram editor. GPML is unconstrained by a systems biology data model. It allows ‘free-hand’ drawing of reactions and elements. The MINERVA Platform displays diagrams inspired by CellDesigner SBML scheme, constrained by SBML-based data model. Thus, to handle GPML display in MINERVA, the elements and the reactions in GPML format are mapped onto SBML-based format. Find out in GPML:CellDesigner mapping section how MINERVA imports (display) and exports GPML format files.

Learn more how the MINERVA Platform handles GPML format in example 8 - GPML file display.