Team:MIT/Tools/

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
= ''mcell'' - A Multicellular Modeling Framework =
= ''mcell'' - A Multicellular Modeling Framework =
-
'''''mcell''''' ''is a lightweight python framework for the''  '''management''' ''and'' '''analysis''' ''of flexible'' '''multicellular syn-biological models.''' ''mcell'' uses CompuCell3D to simulate cell dynamics using the Glazier-Graner-Hogeweg(CITE) method,  and BionetSolver to simulate the internal states of cells with ODE models. As CompuCell3D is a mature, powerful system, this gives ''mcell'' highly sophisticated cell dynamics modeling capabilities.
+
''mcell'' is a small set of Python classes that allows the enterprising modeler to:
 +
* Easily create very flexible models of of multicellular dynamics
 +
* Manage the models already created through a simple command-line interface
 +
* Easily change defined parameters in models
 +
* Render the runs of the models in a convenient, simple way
 +
* Analyze the runs of the models through histograms and clustering
 +
 
 +
''mcell'' is a thin layer on top of the combination of [BionetSolver], which model internal cell states through ODE systems, and [CompuCell3D], which models cell shape dynamics through the Glazier-Graner-Hogeweg. It was created largely in reaction to inconveniences experienced when using BionetSolver and CompuCell3D as detailed [here].  
 +
 
 +
== How it works ==
 +
 
 +
== Model Management ==
 +
 
 +
== Rendering and Analysis ==

Revision as of 01:48, 28 September 2011

mcell - A Multicellular Modeling Framework

mcell is a small set of Python classes that allows the enterprising modeler to:

  • Easily create very flexible models of of multicellular dynamics
  • Manage the models already created through a simple command-line interface
  • Easily change defined parameters in models
  • Render the runs of the models in a convenient, simple way
  • Analyze the runs of the models through histograms and clustering

mcell is a thin layer on top of the combination of [BionetSolver], which model internal cell states through ODE systems, and [CompuCell3D], which models cell shape dynamics through the Glazier-Graner-Hogeweg. It was created largely in reaction to inconveniences experienced when using BionetSolver and CompuCell3D as detailed [here].

How it works

Model Management

Rendering and Analysis