Difference between revisions of "Team:Czech Republic/Software"

(Modeling)
(Download)
Line 33: Line 33:
 
* [[Media:Czech_Republic_CeCe_Linux.zip | Ubuntu/Mint x64]]
 
* [[Media:Czech_Republic_CeCe_Linux.zip | Ubuntu/Mint x64]]
  
Package contains simulator binary, examples, manual and tutorial (HTML).
+
Package contains simulator binary, examples, [[Team:Czech_Republic/Software/Manual|manual]] and [[Team:Czech_Republic/Software/Tutorial|tutorial]] (HTML).
  
 
== Source code ==
 
== Source code ==

Revision as of 11:01, 15 September 2015

Software

Introduction

CeCe is a simulation environment capturing in one setting the key processes that influence cell-cell signal transmission.The underlying scene is a simple 2D world. Cells enter and exit this world through predefined channels of arbitrary shape. Each cell executes its own stochastic biochemical reactions and based on its state interacts with the rest of the population. As such, CeCe is easy to setup, intuitive to interpret, and fast to run.

Motivation

Until now, modeling of microfluidic channels has been difficult. And because we use microfluidics as a tool to confirm our designs we made a decision to create an instrument which allows easy and completely boundless simulation of any microfluidic scene. We decided to name the instrument CeCe.

Architecture

Error creating thumbnail: File missing
Simulation iteration scheme

The simulator is designed to be highly modular. The core contains almost no functionality and missing functionality is provided by plugins. This design allows to extend simulator functionality by adding plugins written by someone else. Plugins are loaded on demand by simulation file so unnecessary functionality is not used.

Simulation is computed by stepping over independent iterations. Each iteration is defined by time step and all modules and objects (provided by plugins) are updated. Module is unit that is updated in each iteration and provides some global functionality (e.g. diffusion). Only one of same type is allowed to be in simulation. Objects are simulation entities that provides some local functionality (e.g. Yeast cells).

Demo

Modeling

Default simulator package contains several plugins that offer some additional functionality.

Read more...

Download

Simulator binaries are available to download for following platforms:

Package contains simulator binary, examples, manual and tutorial (HTML).

Source code

The CeCe simulator source code is available on [http://github.com/GeorgievLab/CeCe GitHub].