C-ImmSim


C-ImmSim started, in 1995, as the C-language "version" of IMMSIM, the IMMune system SIMulator, a program written back in 1991 in APL-2 by the astrophysicist Phil E. Seiden together with the immunologist Franco Celada to implement the Celada-Seiden model. The porting was mainly conducted and further developed by Filippo Castiglione with the help of few other people.

The Celada-Seiden model

The Celada-Seiden model is a logical description of the mechanisms making up the adaptive immune humoral and cellular response to a genetic antigen at the mesoscopic level.
The computational counterpart of the Celada-Seiden model is the IMMSIM code.
The Celada-Seiden model, as well as C-ImmSim, is best viewed as a collection of models in a single program. In fact, there are various components realising a particular function which can be turned on or off. At its current stage, C-ImmSim incorporates the principal "core facts" of today's immunological knowledge, e.g.
Since the first release of C-ImmSim, the code has been modified many times. The actual version now includes features that were not in the original Celada-Seiden model.
C-ImmSim has been recently customised to simulate the HIV-1 infection. Moreover, it can simulate the immunotherapy to generic solid tumours. These features are all present in the code and people can choose to turn them on and off at compiling time. However, the present user guide deals with the description of the standard immune system response and gives no indication on the features of HIV-1 and cancer.

Contributors

The porting was possible thank to the aid of Seiden, especially during the initial validation phase. Massimo Bernaschi contributed to the development of C-ImmSim starting as the "beta" release. Most of the optimization of the memory usage and I/O has been possible thanks to Bernaschi in particular for what concerns the development of the parallel version. Other few people contributed to the further development of the code in the coming years.

Related projects

There are other two computational models developed on the tracks of the Celada-Seiden model which derive from the first porting in C-language of IMMSIM. They are IMMSIM++ developed by S. Kleinstein and IMMSIM-C developed by R. Puzone.
SimTriplex is a customized version of the same model and derives from version 6 of C-ImmSim. It has been developed to simulate cancer immunoprevention.
C-ImmSim has been partially described in a series of publications but never extensively, in part because of the availability of other references for the IMMSIM code which could serve as manuals for C-ImmSim as well, in part because it is impractical to compress a full description of C-ImmSim in a regular paper.
IMMSIM, in the authors' minds, was built around the idea of developing a computerized system to perform experiments similar to the real laboratory in vivo and in vivo experiments; a tool developed and maintained to help biologists to test theories and hypothesis about how the immune system works. They called it "in Machina" or "in silico" experiments. IMMSIM was in part developed keeping an eye on the educational potentialities of these kind of tools, in order to provide to students of biology/immunology courses, a way to play with the immune mechanisms to get a grasp on the fundamental concepts of the cellular and/or molecular interactions in the immune response.
For this purpose, IMMSIM++ was developed for Microsoft Windows® and offers the chance to explore various features of the Celada-Seiden model. However, since only the executable is available that code is not open for testing/development.