REWERSE-RP-2006-109

François Fages, Sylvain Soliman:
Type Inference in Systems Biology.


Complete Text [
.pdf, 276KB]
In: Proceedings of International Conference on Computational Methods in Systems Biology (CMSB'06), Trento, Italy (18th - 19th October 2006), LNBI 4210, 48-62, October 2006
© Springer

Abstract
Type checking and type inference are important concepts and methods of programming languages and software engineering. Type checking is a way to ensure some level of consistency, depending on the type system, in large programs and in complex assemblies of software components. Type inference provides powerful static analyses of preexisting programs without types, and facilitates the use of type systems by freeing the user from entering type information. In this paper, we investigate the application of these concepts to systems biology. More specifically, we consider the Systems Biology Markup Language SBML and the Biochemical Abstract Machine BIOCHAM with their repositories of models of biochemical systems. We study three type systems: one for checking or inferring the functions of proteins in a reaction model, one for checking or inferring the activation and inhibition effects of proteins in a reaction model, and another one for checking or inferring the topology of compartments or locations. We show that the framework of abstract interpretation elegantly applies to the formalization of these abstractions and to the implementation of linear time type checking as well as type inference algorithms. Through some examples, we show that the analysis of biochemical models by type inference provides accurate and useful information. Interestingly, such a mathematical formalization of the abstractions used in systems biology already provides some guidelines for the extensions of biochemical reaction rule languages.

URL:
http://rewerse.net/publications/rewerse-publications.html#REWERSE-RP-2006-109

BibTeX:

@inproceedings{REWERSE-RP-2006-109,
	author = {Fran\c{c}ois Fages and Sylvain Soliman},
	title = {Type Inference in Systems Biology},
	booktitle = {Proceedings of International Conference on Computational Methods in Systems Biology, Trento, Italy (18th--19th October 2006)},
	year = {2006},
	volume = {4210},
	series = {LNBI},
	pages = {48--62},
	url = {http://rewerse.net/publications/rewerse-publications.html#REWERSE-RP-2006-109}
}