Difference between revisions of "CometWiki"

From CometWiki
Jump to: navigation, search
m
m
 
(10 intermediate revisions by one user not shown)
Line 6: Line 6:
 
|width="700" valign="top"|
 
|width="700" valign="top"|
  
This wiki describes the set up and usage of `comet', an actin-based bead motility simulator.  
+
This wiki describes how to set up and use the `comet' program.
  
==Introduction==
+
You can read [http://www.dayel.com/research/comet/ an introduction to the comet project here](to return here, click on 'cometwiki' rather than using the browser back button).
=====Cell Movement=====
+
Cells in our body use [http://en.wikipedia.org/wiki/Actin actin] to move.  Unlike the actin-myosin interaction that produces muscle movement, this kind of movement is on a much smaller scale---the scale of individual cells---and allows, for example, neurons to migrate and wire up to the right part of the brain, and cells in our immune system to track down and engulf bacteria.  To achieve this movement, cells lay down actin polymer networks that produce force.
+
  
=====Bead Motility=====
 
One popular way to study how our cells use actin networks to produce force and move is using a simplified system---''actin-based bead motility''---which recreates motility ''in vitro''.  To do this, we coat a bead with proteins that normally tell the cell to polymerize actin, then put the bead a solution similar to that inside of the cell, which causes an actin network to build around the bead.  Surprisingly, even when the bead is spherically symmetric, rather than just building a symmetric shell that gets bigger and bigger, the bead moves off in 'comet tail' of actin.    This bead motility simulator help us understand how this process works, by recreating the process ''in silico''.
 
 
|valign="top"|
 
|valign="top"|
 
|}
 
|}
Line 19: Line 15:
 
|width=300px valign="top"|
 
|width=300px valign="top"|
 
==Essential Information==
 
==Essential Information==
 
+
===How the Program Works===
===How the program works===
+
 
+
 
*[[Description of the Model]]
 
*[[Description of the Model]]
 
*[[Program Flow|Overview of Program Flow]]
 
*[[Program Flow|Overview of Program Flow]]
  
===Installing the program===
+
===Video Tutorials===
 +
*[http://www.dayel.com/research/comet/comet-tutorial-1/  How to run the comet  program on OS X]
 +
*[http://www.dayel.com/research/comet/comet-tutorial-2/  How to make 3D isosurfaces].
 +
 
 +
===Installing the Program===
  
 
<code>comet</code> runs on any unix-like operating system, including OS X, Linux or Windows (under cygwin).
 
<code>comet</code> runs on any unix-like operating system, including OS X, Linux or Windows (under cygwin).
Line 31: Line 29:
 
*[[Installing|Instructions for downloading and installing comet]]
 
*[[Installing|Instructions for downloading and installing comet]]
  
===Running the program===
+
===Running the Program===
  
 
The program is called from the command line.  The command line parameters tell the program what to do (calculate a new run, re-process existing data, interactive 3D view etc.).  A <code>cometparams.ini</code> file in the working directory tells the program detailed information about the model parameters to use for calculation and display.
 
The program is called from the command line.  The command line parameters tell the program what to do (calculate a new run, re-process existing data, interactive 3D view etc.).  A <code>cometparams.ini</code> file in the working directory tells the program detailed information about the model parameters to use for calculation and display.
Line 61: Line 59:
 
*[[Implementation in C++]]
 
*[[Implementation in C++]]
  
===Making Measurments===
+
===Making Measurements===
  
 
*[[Node Tracks|Tracking network movement and making measurements]]
 
*[[Node Tracks|Tracking network movement and making measurements]]
Line 72: Line 70:
 
==Code Status==
 
==Code Status==
  
*[http://www.dayel.com/git/comet.git Source Repository]
+
*[http://github.com/markdayel/comet Source Repository]
*[http://www.dayel.com/git/comet.git?a=tree;h=refs/heads/master;hb=master Source Files]
+
*[http://github.com/markdayel/comet/archives/master Latest Source]
 
*[http://www.dayel.com/comet/Paper/SupportingInformation/code/comet_osx_binary_v0.2.dmg Download OS X Binaries]
 
*[http://www.dayel.com/comet/Paper/SupportingInformation/code/comet_osx_binary_v0.2.dmg Download OS X Binaries]
  

Latest revision as of 18:35, 15 November 2009

FigS2_Fig1_x_proj.mov.png FigS3_Fig1vtkx1.mov.png FigS7b_Symmetric_Capsule.mov.png

This wiki describes how to set up and use the `comet' program.

You can read an introduction to the comet project here(to return here, click on 'cometwiki' rather than using the browser back button).

Essential Information

How the Program Works

Video Tutorials

Installing the Program

comet runs on any unix-like operating system, including OS X, Linux or Windows (under cygwin).

Running the Program

The program is called from the command line. The command line parameters tell the program what to do (calculate a new run, re-process existing data, interactive 3D view etc.). A cometparams.ini file in the working directory tells the program detailed information about the model parameters to use for calculation and display.

Simulator Output

Example Results

Model Robustness

In Vitro

In Depth Information

Inner workings of the code

Making Measurements


Code Status