SBML
From Wikipedia, the free encyclopedia
The Systems Biology Markup Language (SBML) is a machine-readable language, derived from XML, for representing models of biochemical reaction networks. SBML can represent metabolic networks, cell-signaling pathways, regulatory networks, and other kinds of systems studied in systems biology.
Contents |
[edit] History
In the year 2000, with funding from the Japan Science and Technology Corporation (JST), Hiroaki Kitano and John C. Doyle assembled a small team of researchers to work on developing better software infrastructure for computational modeling in systems biology. Hamid Bolouri was the leader of the development team, which consisted of Andrew Finney, Herbert Sauro, and Michael Hucka. Their initial work focused on a system designed to allow a subset of existing simulation software packages to communicate. This subset consisted of Berkeley BioSpice, DBSolve, E-Cell, Gepasi, Jarnac, StochSim and The Virtual Cell. Since that time, many more software packages have been enhanced to support SBML.
The groups developing these tools met on April 28-29, 2000 at the ERATO Software Platforms for Molecular Biology meeting, held at the California Institute of Technology. It became clear that in order to communicate, all the components should represent models in a common format. The researchers and developers decided the format should be encoded in XML, which by that year was attracting attention as the Internet data standard of choice.
Soon after, the Kitano team produced initial specifications and proposals for both a software component that became known as the Systems Biology Workbench (SBW), and a model representation format that became known as the Systems Biology Markup Language (SBML).
[edit] The language
[edit] Purposes
SBML has three main purposes:
- enabling the use of multiple software tools without rewriting models for each tool;
- enabling models to be shared and published in a form other researchers can use even in a different software environment;
- ensuring the survival of models beyond the lifetime of the software used to create them.
SBML is not an attempt to define a universal language for quantitative models. SBML's purpose is to serve as a lingua franca—an exchange format used by different present-day software tools to communicate the essential aspects of a computational model.
[edit] Main capabilities
SBML can encode models consisting of biochemical entities (species) linked by reactions to form biochemical networks. An important principle is that models are decomposed into explicitly-labeled constituent elements, the set of which resembles a verbose rendition of chemical reaction equations; the representation deliberately does not cast the model directly into a set of differential equations or other specific interpretation of the model. This explicit, modeling-framework-agnostic decomposition makes it easier for a software tool to interpret the model and translate the SBML form into whatever internal form the tool actually uses.
A software package can read an SBML model description and translate it into its own internal format for model analysis. For example, a package might provide the ability to simulate the model by constructing differential equations representing the network and then perform numerical time integration on the equations to explore the model's dynamic behavior. Or, alternatively, a package might construct a discrete stochastic representation of the model and use a Monte Carlo simulation method such as the Gillespie algorithm.
SBML allows models of arbitrary complexity to be represented. Each type of component in a model is described using a specific type of data structure that organizes the relevant information. The data structures determine how the resulting model is encoded in XML.
[edit] Levels and versions
SBML is defined in levels: upward-compatible specifications that add features and expressive power. Software tools that do not need or cannot support the complexity of higher levels can go on using lower levels; tools that can read higher levels are assured of also being able to interpret models defined in the lower levels. Thus new levels do not supersede old levels. However, each level can have multiple versions; new versions of a level supersede old versions of that same level.
There are now (June 2006) two levels. Current versions are:
- Level 1 Version 2 (SBML L1V2)
- Level 2 Version 1 (SBML L2V1)
Open-source software infrastructure such as libSBML allows developers to support both Levels 1 and 2 in their software with a minimum amount of effort.
SBML Level 2 Version 2 is the latest definition of SBML and was released September 25, 2006.
[edit] Structure
A model definition in Level 2 Version 2 consists of lists of one or more of the following components:
- Function definition: A named mathematical function that may be used throughout the rest of a model.
- Unit definition: A named definition of a new unit of measure, or a redefinition of an existing SBML default unit. Named units can be used in the expression of quantities in a model.
- Compartment Type: A type of location where reacting entities such as chemical substances may be located.
- Species type: A type of entity that can participate in reactions. Examples of species types include ions such as Ca², molecules such as glucose or ATP, binding sites on a protein, and more.
- Compartment: A well-stirred container of a particular type and finite size where species may be located. A model may contain multiple compartments of the same compartment type. Every species in a model must be located in a compartment.
- Species: A pool of entities of the same species type located in a specific compartment.
- Parameter: A quantity with a symbolic name. In SBML, the term parameter is used in a generic sense to refer to named quantities regardless of whether they are constants or variables in a model. SBML Level 2 Version 2 provides the ability to define parameters that are global to a model as well as parameters that are local to a single reaction.
- Initial Assignment: A mathematical expression used to determine the initial conditions of a model. This type of structure can only be used to define how the value of a variable can be calculated from other values and variables at the start of simulated time.
- Rule: A mathematical expression used in combination with the differential equations constructed based on the set of reactions in a model. It can be used to define how a variable's value can be calculated from other variables, or used to define the rate of change of a variable. The set of rules in a model can be used with the reaction rate equations to determine the behavior of the model with respect to time. The set of rules constrains the model for the entire duration of simulated time.
- Constraint: A mathematical expression that defines a constraint on the values of model variables. The constraint applies at all instants of simulated time. The set of constraints in model should not be used to determine the behavior of the model with respect to time.
- Reaction: A statement describing some transformation, transport or binding process that can change the amount of one or more species. For example, a reaction may describe how certain entities (reactants) are transformed into certain other entities (products). Reactions have associated kinetic rate expressions describing how quickly they take place.
- Event: A statement describing an instantaneous, discontinuous change in a set of variables of any type (species concentration, compartment size or parameter value) when a triggering condition is satisfied.
[edit] Community
As of June, 2006, more than 100 software systems support SBML. A current list can be found at sbml.org.
SBML has been and continues to be developed by the community of people making software platforms for systems biology, through active email discussion lists and biannual workshops, often held in conjunction with other biology conferences, especially the International Conference on Systems Biology.
Tools such as an on-line model validator and open-source libraries for incorporating SBML into C, C++, Mathematica, and MATLAB are developed partly by The SBML Team and partly by the broader SBML community.
SBML is an official IETF MIME type ("RFC3823 MIME Media Type for the Systems Biology Markup Language (SBML)")
[edit] References
- Hucka M, Finney A, Sauro HM, Bolouri H, Doyle JC, Kitano H, Arkin AP, Bornstein BJ, Bray D, Cornish-Bowden A, Cuellar AA, Dronov S, Gilles ED, Ginkel M, Gor V, Goryanin II, Hedley WJ, Hodgman TC, Hofmeyr JH, Hunter PJ, Juty NS, Kasberger JL, Kremling A, Kummer U, Le Novere N, Loew LM, Lucio D, Mendes P, Minch E, Mjolsness ED, Nakayama Y, Nelson MR, Nielsen PF, Sakurada T, Schaff JC, Shapiro BE, Shimizu TS, Spence HD, Stelling J, Takahashi K, Tomita M, Wagner J, Wang J. "The systems biology markup language (SBML): a medium for representation and exchange of biochemical network models." Bioinformatics. 2003 19: 524-531.
- Finney A, Hucka M. "Systems biology markup language: Level 2 and beyond." Biochem Soc. Trans. 2003 31: 1472-1473.
- Hucka M, Finney A, Bornstein BJ, Keating SM, Shapiro BE, Matthews J, Kovitz BL, Schilstra MJ, Funahashi A, Doyle JC, and Kitano H, “Evolving a Lingua Franca and Associated Software Infrastructure for Computational Systems Biology: The Systems Biology Markup Language (SBML) Project”, Systems Biology 1:41-53 (2004).
- Finney A, Hucka M, Bornstein BJ, Keating SM, Shapiro BE, Matthews J, Kovitz BL, Schilstra MJ, Funahashi A, Doyle JC, Kitano H, Software Infrastructure for Effective Communication and Reuse of Computational Models. In System Modeling in Cellular Biology: From Concepts to Nuts and Bolts, ed. Szallasi Z, Stelling J, Periwal V, MIT Press, 2006.
[edit] External links
- http://sbml.org Home site of SBML