Team:HUST-China/Modeling/CAL/manual

From 2012.igem.org

(Difference between revisions)
Line 23: Line 23:
In the "Options" combobox shown in red box, there are two options concerning initializing states of cells.<br />
In the "Options" combobox shown in red box, there are two options concerning initializing states of cells.<br />
"<dfn>Random</dfn>" together with "<dfn>Density</dfn>" will initialize the states of cells randomly, creating a given cell density. Density ranges from 0 to 1, with a precision of 1/2500 <br />
"<dfn>Random</dfn>" together with "<dfn>Density</dfn>" will initialize the states of cells randomly, creating a given cell density. Density ranges from 0 to 1, with a precision of 1/2500 <br />
-
"<dfn>From File</dfn>" options will initialize with a .txt file, in which there's a 50X50 matrix with "0" indicating a dead cell and "1" indicating a living cell. An example of such a .txt file is given in the source code pack, "data.txt"/<br />
+
"<dfn>From File</dfn>" options will initialize with a .txt file, in which there's a 50X50 matrix with "0" indicating a dead cell and "1" indicating a living cell. An example of such a .txt file is given in the source code pack, "data.txt".<br />
 +
 
 +
<h3>Parameters</h3>
 +
"Density" works with "Random" mode.<br />
 +
"<dfn>AHLThreshold</dfn>" define the AHL Threshold.Once the intracellular AHL reach such a threshold, the CcdB concentrations will be high enough to kill a cell.
 +
"<dfn>HThreshold</dfn>" define the Proton Threshold. Once such threshold is reached, the cell will automatically moving towards the place with higher proton concentration.
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 01:51, 27 September 2012

logo

HUST CHINA


Get a copy of CAL(for Windows users)

  1. Download a .exe file here.
  2. Download source codes from https://code.google.com/p/caliteral/.
Qt SDK and Qt add-in is needed. It's all free and available on the Internet. We recommend you to compile with VS2010 since that's the only environment we use to build CAL. But we heard that Qt can also work with GCC.
We have to say sorry to Linux users and Mac users, for we didn't provide a Linux or Mac version. Nevertheless, you can get CAL running by compiling it using Qt SDK and addin. You will need to make a few adjustments on the source code in order to get CAL running under Linux and Mac environment.
For more information, please visit project on Google Code.

How to use it

First , let's meet the interface of CAL. GUI of CAL

Initializing states of cells

In the "Options" combobox shown in red box, there are two options concerning initializing states of cells.
"Random" together with "Density" will initialize the states of cells randomly, creating a given cell density. Density ranges from 0 to 1, with a precision of 1/2500
"From File" options will initialize with a .txt file, in which there's a 50X50 matrix with "0" indicating a dead cell and "1" indicating a living cell. An example of such a .txt file is given in the source code pack, "data.txt".

Parameters

"Density" works with "Random" mode.
"AHLThreshold" define the AHL Threshold.Once the intracellular AHL reach such a threshold, the CcdB concentrations will be high enough to kill a cell. "HThreshold" define the Proton Threshold. Once such threshold is reached, the cell will automatically moving towards the place with higher proton concentration.