CellDesigner Help

Create a New Model

All the diagrams drawn in the Draw Area will be added to the file. The file is an xml file representing the SBML model structure enclosed by <model> tag.

Main Window

To create a new model

  1. Select File - New menu or press Ctrl + N.
  2. The New Document dialog will appear.
  3. Specify the Name and the size of the model.
    *The default size is set to Width 600 x Height 400.
  4. After specifying the name and the size, click OK.
  5. The Name you type in this dialog will be not only the file name but the model id in the xml file when you select FileSave in the Menu. Therefore, the Name needs to conform to SBML convention.

    e.g. If you specify "sample" here, the file name will be "sample.xml", in which <model id="sample"> is written.

    However, if you select FileSave As … in the Menu, you can give a file name different from the id property of the model element in the xml file.

    e.g. If you save as "sam ple", the file name will be "sam ple.xml" but the model id is still <model id="sample">.

    See the file name has a space in it but the model id does not.

    Naming Convention
    The model id only accepts the Type Sid defined in SBML specification as follows:

    letter ::= ’a’..’z’,’A’..’Z’
    digit ::= ’0’..’9’
    idChar ::= letter | digit | ’_’
    SId ::= ( letter | ’ ’ ) idChar*
    

    Systems Biology Markup Language (SBML) Level 2: Structures and Facilities for Model Definitions

  6. The new window is open in the Draw Area, with the name in the upper tab.
  7. The model is empty when the new window is first open.
About Us | Site Map | Privacy Policy | Contact Us | ©2010 The Systems Biology Institute All Rights Reserved.