Skip to main content

PERSPECTIVE article

Front. Bioeng. Biotechnol., 24 February 2015
Sec. Computational Physiology and Medicine
Volume 3 - 2015 | https://doi.org/10.3389/fbioe.2015.00019

Promoting coordinated development of community-based information standards for modeling in biology: the COMBINE initiative

  • 1Computing and Mathematical Sciences, California Institute of Technology, Pasadena, CA, USA
  • 2Auckland Bioengineering Institute, University of Auckland, Auckland, New Zealand
  • 3The Donnelly Centre, University of Toronto, Toronto, ON, Canada
  • 4BioQuant/Centre for Organismal Studies (COS), University of Heidelberg, Heidelberg, Germany
  • 5Department of Computer Science, University of Oxford, Oxford, UK
  • 6Computational Biology, Memorial Sloan-Kettering Cancer Center, New York, NY, USA
  • 7Scientific Databases and Visualization, Heidelberg Institute for Theoretical Studies (HITS), Heidelberg, Germany
  • 8Department of Electrical and Computer Engineering, University of Utah, Salt Lake City, UT, USA
  • 9Faculty of Information Technology, Monash University, Melbourne, VIC, Australia
  • 10Institute of Computer Science, University Halle-Wittenberg, Halle, Germany
  • 11Department of Systems Biology and Bioinformatics, University of Rostock, Rostock, Germany
  • 12Babraham Institute, Cambridge, UK
  • 13European Molecular Biology Laboratory-European Bioinformatics Institute, Cambridge, UK

The Computational Modeling in Biology Network (COMBINE) is a consortium of groups involved in the development of open community standards and formats used in computational modeling in biology. COMBINE’s aim is to act as a coordinator, facilitator, and resource for different standardization efforts whose domains of use cover related areas of the computational biology space. In this perspective article, we summarize COMBINE, its general organization, and the community standards and other efforts involved in it. Our goals are to help guide readers toward standards that may be suitable for their research activities, as well as to direct interested readers to relevant communities where they can best expect to receive assistance in how to develop interoperable computational models.

Introduction

Interpreting the staggering amount of biological data available today is a daunting challenge. In response, many biologists have turned to computational methods to organize their data in a coherent fashion, synthesize formal descriptions of their theories, analyze their hypotheses mathematically, and use the results to develop testable predictions. A wealth of resources is available to support these activities. For example, a large number of electronic data sources exist with content ranging from experimentally derived properties of molecular entities and biochemical reactions, through molecular interaction pathways, up to fully specified computational simulations. Many software systems also exist for supporting all parts of the spectrum of relevant activities from data processing to advanced simulation, analysis, and visualization.

The availability of appropriate data formats and process descriptions is an essential enabler for reproducible science. Researchers must be able to build on each other’s work to develop a deeper understanding of biological phenomena, but this task is greatly impeded if they do not use common languages to describe their work. In the past two decades, this has led to the development of several formats and minimum information guidelines to facilitate the exchange of data and models. However, the existence of uncoordinated standards risks creating silos that induce new interoperability problems. In an effort to prevent this, a number of community standardization efforts created COMBINE, the COmputational Modeling in BIology NEtwork.

Mission and Organization of COMBINE

The Computational Modeling in Biology Network was formed in 2009 following the observation that many efforts shared similar goals and sometimes even involved the same individuals, yet organized separate workshops year after year and rarely attempted to coordinate activities or reuse common resources. The leaders of the efforts realized that many benefits could accrue from co-locating meetings, as well as cooperating on the creation of common infrastructure, common operating procedures, and potentially, a common voice to seek additional financial support.

The primary aim of COMBINE is to act as a coordinator, facilitator, and resource for different community-based standardization efforts in the area of computational biology. In this respect, it shares similar goals as other consortia in biology, such as the Genomics Standards Consortium (Sterk et al., 2010), but with a greater emphasis on standards applicable to modeling of biological phenomena. COMBINE helps foster greater interaction and awareness of the activities in different standards’ development, which encourages the federated projects to develop standards that are more likely to be interoperable and less likely to overlap substantially than if the efforts proceeded separately. COMBINE offers an infrastructure for specification documents, announcement lists, and more, as discussed below. Building on the experience of mature standards, which already have stable specifications, software support, user bases, and community governance, COMBINE also supports emerging efforts aimed at filling gaps or addressing new needs in the overall interoperability landscape. However, COMBINE does not dictate what individual standardization efforts should do; ultimately, the implementation of standards development processes is up to the leaders and members of the communities involved in the individual efforts.

The Major Standards in COMBINE Today

Table 1 summarizes the standardization efforts in COMBINE today. The following sections describe the six core COMBINE standards in greater detail.

TABLE 1
www.frontiersin.org

Table 1. Standardization efforts in COMBINE today.

Biological Pathway Exchange

The Biological Pathway Exchange (BioPAX)1 is an RDF/XML (Lassila and Swick, 1999) based format that focuses on exchanging and integrating large biological process maps (Demir et al., 2010). There are currently more than 500 pathway databases that curate this information from the literature and other sources (Bader et al., 2006). Many of these groups originally developed their own representations, conventions, and controlled vocabularies, making it extremely difficult to combine and use pathway information from multiple sources. BioPAX was created by a community of pathway database groups, tool developers, and scientists to facilitate data exchange and integration.

Biological Pathway Exchange Level 3, released in 2010, can represent metabolic and signaling pathways, gene regulation networks, and molecular complexes as well as molecular and genetic interactions. BioPAX can capture detailed information about these processes including post-translational modifications and subcellular location of participants. BioPAX also stores information about the scientific support for pathway data including references to articles, experimental evidence, and confidence. Whenever possible, BioPAX uses existing controlled vocabularies for annotating entities, such as Gene Ontology (The Gene Ontology Consortium, 2000) for cellular locations, the PSI-MOD (Montecchi-Palazzi et al., 2008) controlled vocabulary for describing post-translational modification and the PSI-MI (Hermjakob et al., 2004b) controlled vocabularies for experimental evidence.

Biological Pathway Exchange-formatted pathway data can be used to explore pathways and interactions, to analyze high-throughput omics data in the context of pathways, and as a blueprint for the development of models that can be simulated. BioPAX can be visualized best in SBGN-PD and can be converted to SBML for quantitative analysis.

CellML

CellML2 is an XML-based format that provides a modular framework for the encoding of mathematical models (Cuellar et al., 2003). The primary focus of CellML is the encoding of models consisting of differential algebraic equations. The mathematical model, expressed using MathML (Ausbrooks et al., 2003), is considered to be the primary data and biological context is provided by annotating the variables and equations with metadata using RDF (Lassila and Swick, 1999). All numerical values and variables used in a CellML document are required to unambiguously define their physical units.

At its core, CellML defines lightweight XML constructs that group mathematical relationships within modules. The variables used in the mathematics are defined within each module and connections between variables in different modules can be specified. Due to the requirement for physical units, numerical quantities can vary between modules and software is expected to convert units automatically. CellML models are able to define hierarchies of modules to enable mathematical abstraction, and hierarchical modules are able to be imported from external CellML models. This enables the reuse of models, or parts of models, in a generic manner.

Systems Biology Graphical Notation

The Systems Biology Graphical Notation (SBGN)3 standardizes the visual notation used to depict biological networks and processes (Le Novère et al., 2009). The use of a standard visual notation is vital to ensure that diagrams are unambiguous and consistent; it also promotes the development of better software tools for authoring diagrams.

Systems biology graphical notation defines three languages: Process Description, Activity Flow, and Entity Relationship. PD can describe each process in a network in great detail (e.g., biochemical reaction, binding/unbinding of proteins, and the like) and is useful to represent chemical kinetics models. However, some biological phenomena entail a combinatorial explosion of possible interrelated states, making them extremely difficult to depict at this level of detail. ER maps are more suitable to these cases because they abstract away the notion of time and focus on depicting only the relationships between elements, independent of each other. ER is useful to represent rule-based models. Finally, AF maps focus on the influences between elements rather than the actual processes, and are useful for representing qualitative models.

Systems Biology Graphical Notation can be used to visualize data and models in BioPAX, SBML, and CellML formats; work is currently underway to connect SBGN and SBOL as well. The SBGN website provides an overview of many software systems supporting SBGN, and a large collection of SBGN diagrams can be found at the Path2Models project website (Büchel et al., 2013).

Systems Biology Markup Language

The Systems Biology Markup Language (SBML)4 is a machine-readable representation format for computational models in systems biology (Hucka et al., 2003). In SBML, models are decomposed into explicitly labeled constituent elements (e.g., substances involved in processes, compartments where they are located); models are not cast directly into a specific form such as differential equations. SBML also neither encode what is done with a model nor the results of doing something with it – these are aspects addressed by other COMBINE standards such as SED-ML. This abstract approach makes it possible for a software tool to translate the SBML form of a model into whatever internal form the tool actually uses, whether that be differential equations, stochastic systems, or some other framework; it also makes it possible to use the same model for other types of analyses besides dynamical simulation. Support for SBML has been implemented in over 260 software systems (both open-source and commercial) to date.

The evolution of SBML proceeds in stages in which each “Level” is an attempt to achieve a consistent language at a certain level of complexity. SBML Level 3 is modular, with the core usable in its own right and Level 3 packages being additional “layers” that add features to the core. By itself, core SBML Level 3 is well suited to representing such things as classical metabolic models and cell signaling models, involving well-mixed substances and spatially homogeneous compartments where they are located. Other model types can also be expressed using SBML’s core constructs, but SBML Level 3 packages add more natural support for such types as qualitative models (e.g., Boolean network models), constraint-based models, rule-based models, and spatially inhomogeneous processes. The list of SBML Level 3 package activities (over a dozen today) can be found on the SBML website.

Synthetic Biology Open Language

The Synthetic Biology Open Language (SBOL)5 is a proposed standard for describing genetic parts and engineered designs in synthetic biology (Galdzicki et al., 2014). SBOL consists of collections of annotated DNA component sequences. For example, a DNA component may be a segment of DNA that has a particular function such as a promoter, open reading frame (i.e., gene), ribosome binding site, terminator, etc. The type of a component is indicated using a type from the sequence ontology (Eilbeck et al., 2005). A component can also be a sequence that is composed of other components hierarchically. Each annotation indicates the start and end point of the annotation within the sequence, and also the strand on which it is located in the case of DNA components. The order of annotations can also be given using the SBOL precedes relation when the sequence is not yet known.

Synthetic Biology Open Language is the youngest standard in COMBINE, but it is rapidly gaining new followers beyond the 40 organizations currently in the SBOL community. Current major directions for evolution include extending SBOL beyond its current support for only structural information about DNA components. For example, extensions now under development include modules and their connections, with modules having associated models defined in SBML or CellML format and interactions defined by terms drawn from the Systems Biology Ontology (SBO).

Simulation Experiment Description Markup Language

The Simulation Experiment Description Markup Language (SED-ML)6 is an XML format to encode descriptions of simulation protocols (Waltemath et al., 2011). These standardized descriptions ensure that virtual experiments, when applied to a computational model, reproduce a given result. Similarly to SBML, SED-ML evolves in Levels and Versions.

Simulation Experiment Description Markup Language comprises a reference to the models being used in the simulation; descriptions of modifications applied to the model before simulation; descriptions of the simulation steps, including the configuration of the software tool or numerical algorithm; descriptions of the post-processing of result data after simulation; and specifications of the results to be provided to the users. Simulation algorithms are characterized with terms from the Kinetic Simulation Algorithm Ontology KiSAO (Courtot et al., 2011). Modifications before and after simulation are described using MathML (Ausbrooks et al., 2003), the web standard for describing mathematical expressions in XML form.

Simulation Experiment Description Markup Language files can be linked to model descriptions in other formats, notably SBML or CellML, to ensure reproducibility of experiments presented in scientific publications. The links can, for example, be instantiated on the storage layer (Henkel et al., 2015), via the provision of files in a COMBINE archive (Bergmann et al., 2014), or through provision via public model repositories such as BioModels Database (Li et al., 2010) or the Physiome Repository (Yu et al., 2011).

Activities Performed by COMBINE

How does COMBINE fulfill its aim of promoting greater awareness, discussion, and collaboration in the development of information standards for computational biology applications? The following are the consortium’s main activities:

Organize meetings: COMBINE organizes open meetings where interested people can gather for face-to-face discussions and work on standards. The primary meetings are the annual COMBINE Forum and the annual HARMONY (HAckathon on Resources for MOdeliNg in biologY) workshop, held approximately 6 months apart. The joint meetings help the different standardization efforts work together; they also make financial sense by reducing the overall number of meetings, travel, and money spent on hosting meetings. (However, COMBINE does not currently have any funding of its own, and the meetings must be organized by groups that volunteer to host them.) The leaders of the various standards also endeavor to write meeting reports that summarize the outcomes of the meetings (e.g., Le Novère et al., 2011; Waltemath et al., 2014).

Help coordinate standards development: Thanks in large part to the meetings that COMBINE organizes, the discussion forums it provides, and the involvement of many of the same people in multiple standardization efforts, COMBINE helps coordinate the activities of the different efforts. This reduces duplication of effort, user confusion, and non-interoperability among the efforts.

Identify missing standards and initiate efforts to develop them: COMBINE’s meta-community is in an ideal position to identify what is missing from the current constellation of standards in computational systems biology. This has already yielded benefits: we have recently developed the COMBINE archive, a format that fills the need for a simple, consistent way of bundling multiple files related to a modeling project7 (Bergmann et al., 2014); and we have also begun to identify missing minimal requirements for common annotations across the spectrum of data used in biological modeling, such as parameter identifiability (tentatively called the Minimal Information for Model Inference and Parametrization – MIMIP) and mathematical classification (the Mathematical Modeling Ontology – MAMO).

Provide a specification infrastructure: COMBINE provides a consistent framework for cataloging the definitions of COMBINE standards. This framework includes a consistent, hierarchical identifier scheme for identifying standard specifications; a URI scheme for locating specifications and standards using Identifiers.org to provide permanent, resolvable URIs for standards (Juty et al., 2012) and a web page structure for the description of each standard.

Develop common procedures: Many standardization efforts are started by academics, which have little experience with community organization. Effective organization is something that takes time and experience to learn. In COMBINE, we are documenting our experiences and collecting them into a collection of examples, recommendations, and best practices8. We hope to provide would-be standards developers with a set of off-the-shelf “standard operating procedures” for different situations and goals.

Organize tutorials: Educating biologists about available standards and compatible software tools is another important activity pursued by COMBINE. We organize tutorials at the primary COMBINE meetings as well as at international conferences, in particular the annual International Conference on Systems Biology (ICSB).

Maintain collective online forums/groups: COMBINE maintains mailing lists and online discussion forums9. A discussion list cover the topic of general interest for all COMBINE members, while dedicated lists cover specific issues such as the COMBINE archive, metadata, etc. General announces are done via social media (e.g., Twitter feed @combine_coord).

An additional activity that we hope to undertake soon is fund-raising. This will require COMBINE to become a legal entity that can accept funding. Once this is in place, we hope to be able to fund the meetings and online infrastructure, and perhaps also seek funding for further standards development.

Conclusion

Computational modeling has been used to help elucidate biological phenomena for decades, with some work worthy of Nobel prizes (Hodgkin and Huxley, 1952). In this data-driven age of biology, modeling has become more relevant than ever as a means of drawing insight from data. Maximum reusability of models is paramount, in all situations from publications to public databases. However, reusability is practically impossible without agreement about the formats used to store and exchange the models. Without standards, the diversity of software tools available today would make it difficult for researchers to use multiple software tools in their work. Different software tools today are implemented in different programing languages, run on different operating systems, express models using different mathematical frameworks, provide different analysis methods, present different user interfaces, and support different file and data formats. Exporting a model from one tool and importing it in another is difficult or impossible unless both tools understand the same format. Better coordination of formats used by software tools thus removes obstacles to research. In so doing, it enhances opportunities in computational modeling, a challenging activity that requires careful formulation of questions, selection of appropriate methods, and a certain “computational” way of thinking (Wing, 2006; Rubinstein and Chor, 2014).

The standardization efforts involved in COMBINE strive to facilitate greater reusability by developing tool-independent, open standards for a range of needs, including models, metadata, ontologies, and protocols. The COMBINE umbrella also facilitates interactions between new standards initiatives and established standardization efforts, enabling the new initiatives to take advantage of the existing experiences and expertise. Finally, COMBINE performs an advocacy role by promoting the adoption of standards-based methods and software tools via tutorials, workshops, and focused sessions at international conferences. Members of COMBINE also work with journal editors and publishers to promote the adoption of standards-based guidelines for the publication of modeling studies.

All of the community standards in COMBINE have open and freely available specifications, and have no licensing or other restrictions. The COMBINE consortium has begun to liaise with official national standardization bodies (e.g., the German DIN), as well as the International Organization for Standardization (ISO) with the aim to promote and distribute the COMBINE standards to a broader user community that includes industries and governmental organizations. As these user communities often rely on certification of standards by official standardization bodies, COMBINE is seeking to find ways of getting official recognition of de facto standards that are already accepted and used in academic research. If successful, such efforts will expand the reach of COMBINE standards and widen their user community beyond the academic world; it may also help open new avenues for obtaining long-term support for the standards. Throughout this undertaking, we are committed to maintaining the openness of COMBINE standards, to ensure that anyone may freely use them without restrictions due to licensing or other intellectual property encumbrances.

The ultimate goal of improved interoperability between data and software resources is to improve scientists’ ability to reuse data and models from a range of sources, both public and private. This kind of reuse in turn significantly enhances scientists’ ability to repeat or reproduce previous studies, thereby aiding verification and validation. COMBINE is an open organization and we invite everyone who is interested in pursuing these goals to join the organization, get involved, and help improve the community standards for modeling in biology.

Author Contributions

All authors contributed to the conception and writing of this manuscript and have reviewed and approved the submitted version.

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

AG would like to thank the Asclepios team at Inria, France, for kindly hosting him. The authors also thank the reviewers for their helpful suggestions. Funding: DN and AG are supported by The Virtual Physiological Rat Project (NIH P50-GM094503). DN is also supported by the Maurice Wilkins Centre for Molecular Biodiversity. JC gratefully acknowledges research support from the “2020 Science” program funded through the EPSRC Cross-Disciplinary Interface Programme (EP/I017909/1) and supported by Microsoft Research. DW is funded through the Junior Research Group SEMS, BMBF e:Bio program, grant no. FKZ0316194. CM and SBOL are supported by the National Science Foundation under Grant Nos. DBI-1356041 and DBI-1355909. FB and MH are supported by NIH grant R01GM070923. FS is supported by BMBF grant FKZ0316181 and ARC grant DP140100077. NN is supported by the BBSRC Signalling Institute Strategic Programme (BBS/E/B/000C0419). MG is supported by the German Federal Ministry for Economic Affairs and Energy (BMWi) through the NormSys project (FKZ01FS14019) and by the German Federal Ministry of Education and Research (BMBF) through the Virtual Liver Network. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the US National Science Foundation or the US National Institutes of Health.

Footnotes

References

Ausbrooks, R., Buswell, S., Dalmas, S. A., Devitt, S., Diaz, A., Hunter, R., et al. (2003). Mathematical Markup Language (MathML) Version 2.0 (Second Edition) W3C Recommendation. Available at: http://www.w3.org/TR/2003/REC-MathML2-20031021/

Google Scholar

Bader, G. D., Cary, M. P., and Sander, C. (2006). Pathguide: a pathway resource list. Nucleic Acids Res. 34, D504–D506. doi: 10.1093/nar/gkj126

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Bergmann, F. T., Adams, R., Moodie, S., Cooper, J., Glont, M., Golebiewski, M., et al. (2014). One file to share them all: using the COMBINE archive and the OMEX format to share all information about a modeling project. BMC Bioinformatics 15:369. doi:10.1186/s12859-014-0369-z

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Britten, R. D., Christie, G. R., Little, C., Miller, A. K., Bradley, C., Wu, A., et al. (2013). FieldML, a proposed open standard for the physiome project for mathematical model representation. Med. Biol. Eng. Comput. 51, 1191–1207. doi:10.1007/s11517-013-1097-7

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Büchel, F., Rodriguez, N., Swainston, N., Wrzodek, C., Czauderna, T., Keller, R., et al. (2013). Path2Models: large-scale generation of computational models from biochemical pathway maps. BMC Syst. Biol. 7:116. doi:10.1186/1752-0509-7-116

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Courtot, M., Juty, N., Knüpfer, C., Waltemath, D., Zhukova, A., Dräger, A., et al. (2011). Controlled vocabularies and semantics in systems biology. Mol. Syst. Biol. 7, 543. doi:10.1038/msb.2011.77

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Cuellar, A. A., Lloyd, C. M., Nielsen, P. F., Bullivant, D. P., Nickerson, D. P., and Hunter, P. J. (2003). An overview of CellML 1.1, a biological model description language. Simulation 79, 740–747. doi:10.1177/0037549703040939

CrossRef Full Text | Google Scholar

Dada, J. O., Spasic, I., Paton, N. W., and Mendes, P. (2010). SBRML: a markup language for associating systems biology data with models. Bioinformatics 26, 932–938. doi:10.1093/bioinformatics/btq069

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Demir, E., Cary, M. P., Paley, S., Fukuda, K., Lemer, C., Vastrik, I., et al. (2010). The BioPAX community standard for pathway data sharing. Nat. Biotechnol. 28, 935–942. doi:10.1038/nbt.1666

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Eilbeck, K., Lewis, S. E., Mungall, C. J., Yandell, M., Stein, L., Durbin, R., et al. (2005). The sequence ontology: a tool for the unification of genome annotations. Genome Biol. 6, R44. doi:10.1186/gb-2005-6-5-r44

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Galdzicki, M., Clancy, K. P., Oberortner, E., Pocock, M., Quinn, J. Y., Rodriguez, C. A., et al. (2014). The synthetic biology open language (SBOL) provides a community standard for communicating designs in synthetic biology. Nat. Biotechnol. 32, 545. doi:10.1038/nbt.2891

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Gleeson, P., Crook, S., Cannon, R. C., Hines, M. L., Billings, G. O., Farinella, M., et al. (2010). NeuroML: a language for describing data driven models of neurons and networks with a high degree of biological detail. PLoS Comput. Biol. 6:e1000815. doi:10.1371/journal.pcbi.1000815

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Henkel, R., Wolkenhauer, O., and Walthemath, D. (2015). Combining computational models, semantic annotations, and associated simulation experiments in a graph database. Database 2015. doi:10.7287/peerj.preprints.376v2

CrossRef Full Text | Google Scholar

Hermjakob, H., Montecchi-Palazzi, L., Bader, G., Wojcik, J., Salwinski, L., Ceol, A., et al. (2004a). The HUPO PSI’s molecular interaction format–a community standard for the representation of protein interaction data. Nat. Biotechnol. 22, 177–183. doi:10.1038/nbt926

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Hermjakob, H., Montecchi-Palazzi, L., Bader, G., Wojcik, R., Salwinski, L., Ceol, A., et al. (2004b). The HUPO PSI’s molecular interaction format–a community standard for the representation of protein interaction data. Nat. Biotechnol. 22, 177–183. doi:10.1038/nbt926

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Hodgkin, A. L., and Huxley, A. F. (1952). A quantitative description of membrane current and its application to conduction and excitation in nerve. J. Physiol. 117, 500. doi:10.1113/jphysiol.1952.sp004764

CrossRef Full Text | Google Scholar

Hucka, M., Finney, A., Sauro, H. M., Bolouri, H., Doyle, J. C., Kitano, H., et al. (2003). The systems biology markup language (SBML): a medium for representation and exchange of biochemical network models. Bioinformatics 19, 524–531. doi:10.1093/bioinformatics/btg015

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Juty, N., Novère, N. L., and Laibe, C. (2012). Identifiers.org and MIRIAM registry: community resources to provide persistent identification. Nucleic Acids Res. 40, D580–D586. doi:10.1093/nar/gkr1097

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Lassila, O., and Swick, R. (1999). Resource Description Framework (RDF) Model and Syntax Specification. Available at: http://www.w3.org/TR/REC-rdf-syntax/

Google Scholar

Le Franc, Y., Davison, A. P., Gleeson, P., Imam, F. T., Kriener, B., Larson, S. D., et al. (2012). Computational neuroscience ontology: a new tool to provide semantic meaning to your models. BMC Neurosci. 13(Suppl. 1):149. doi:10.1186/1471-2202-13-S1-P149

CrossRef Full Text | Google Scholar

Le Novère, N., Hucka, M., Anwar, N., Bader, G. D., Demir, E., Moodie, S., et al. (2011). Meeting report from the first meetings of the computational modeling in biology network (COMBINE). Stand. Genomic Sci. 5, 230. doi:10.4056/sigs.2034671

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Le Novère, N., Hucka, M., Mi, H., Moodie, S., Schreiber, F., Sorokin, A., et al. (2009). The systems biology graphical notation. Nat. Biotechnol. 27, 735–741. doi:10.1038/nbt.1558

CrossRef Full Text | Google Scholar

Li, C., Donizelli, M., Rodriguez, N., Dharuri, H., Endler, L., Chelliah, V., et al. (2010). BioModels database: an enhanced, curated and annotated resource for published quantitative kinetic models. BMC Syst. Biol. 4:92. doi:10.1186/1752-0509-4-92

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Montecchi-Palazzi, L., Beavis, R., Binz, P.-A., Chalkley, R. J., Cottrell, J., Creasy, D., et al. (2008). The PSI-MOD community standard for representation of protein modification data. Nat. Biotechnol. 26, 864–866. doi:10.1038/nbt0808-864

CrossRef Full Text | Google Scholar

Richmond, P., Cope, A., Gurney, K., and Allerton, D. J. (2014). From model specification to simulation of biologically constrained networks of spiking neurons. Neuroinformatics 12, 307–323. doi:10.1007/s12021-013-9208-z

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Rubinstein, A., and Chor, B. (2014). Computational thinking in life science education. PLoS Comput. Biol. 10:e1003897. doi:10.1371/journal.pcbi.1003897

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Sansone, S.-A., Rocca-Serra, P., Field, D., Maguire, E., Taylor, C., Hofmann, O., et al. (2012). Toward interoperable bioscience data. Nat. Genet. 44, 121–126. doi:10.1038/ng.1054

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Sterk, P., Hirschman, L., Field, D., and Wooley, J. C. (2010). “Genomic standards consortium workshop: metagenomics, metadata and metaanalysis (M3),” in Pacific Symposium on Biocomputing, Vol. 15. eds R. B. Altman, A. K. Dunker, L. Hunter, T. A. Murray, and T. E. Klein (World Scientific Publishing Co.), 481–484. doi:10.1142/9789814295291_0050

CrossRef Full Text | Google Scholar

The Gene Ontology Consortium. (2000). Gene ontology: tool for the unification of biology. Nat. Genet. 25, 25–29. doi:10.1038/75556

CrossRef Full Text | Google Scholar

van Iersel, M. P., Kelder, T., Pico, A. R., Hanspers, K., Coort, S., Conklin, B. R., et al. (2008). Presenting and exploring biological pathways with PathVisio. BMC Bioinformatics 9:399. doi:10.1186/1471-2105-9-399

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Waltemath, D., Adams, R., Bergmann, F. T., Hucka, M., Kolpakov, F., Miller, A. K., et al. (2011). Reproducible computational biology experiments with SED-ML—the simulation experiment description markup language. BMC Syst. Biol. 5:198. doi:10.1186/1752-0509-5-198

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Waltemath, D., Bergmann, F. T., Chaouiya, C., Czauderna, T., Gleeson, P., Goble, C., et al. (2014). Meeting report from the fourth meeting of the computational modeling in biology network (COMBINE). Stand. Genomic Sci. 9, 1285–1301. doi:10.4056/sigs.2034671

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text | Google Scholar

Wing, J. M. (2006). Computational thinking. Commun. ACM 49, 33–35. doi:10.1145/1118178.1118215

CrossRef Full Text | Google Scholar

Yu, T., Lloyd, C. M., Nickerson, D. P., Cooling, M. T., Miller, A. K., Garny, A., et al. (2011). The physiome model repository 2. Bioinformatics 27, 743–744. doi:10.1093/bioinformatics/btq723

CrossRef Full Text | Google Scholar

Zhukova, A., Waltemath, D., Swat, M. J., Vik, J. O., Rodriguez, N., and Le Novère, N. (2014). Mathematical Modelling Ontology (MAMO). Available at: https://sourceforge.net/p/mamo-ontology/wiki/Home/.

Google Scholar

Keywords: standardization, data sharing, reproducible science, computational modeling, biology, file formats

Citation: Hucka M, Nickerson DP, Bader GD, Bergmann FT, Cooper J, Demir E, Garny A, Golebiewski M, Myers CJ, Schreiber F, Waltemath D and Le Novère N (2015) Promoting coordinated development of community-based information standards for modeling in biology: the COMBINE initiative. Front. Bioeng. Biotechnol. 3:19. doi: 10.3389/fbioe.2015.00019

Received: 10 November 2014; Accepted: 08 February 2015;
Published online: 24 February 2015.

Edited by:

Steve McKeever, Uppsala University, Sweden

Reviewed by:

Scott H. Harrison, North Carolina A&T State University, USA
Henrique De Amorim Almeida, Polytechnic Institute of Leiria, Portugal

Copyright: © 2015 Hucka, Nickerson, Bader, Bergmann, Cooper, Demir, Garny, Golebiewski, Myers, Schreiber, Waltemath and Le Novère. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Michael Hucka, California Institute of Technology, 1200 E. California Blvd., Pasadena, CA 91125, USA e-mail: mhucka@caltech.edu

Download