The Etch-a-Sketch project aims to create a lawn of bacteria that can be drawn on with a laser pointer.
Read more...
The Full Adder project seeks to create bacteria that can mimic a digital full adder.
Read more...
Rutgers iGEM software team strives to provide a tool to improve the standard parts registry by checking, and if need be modifying, the BioBrick parts.
Read more...
Rutgers 2011 iGEM Team: Complex Circuits in Synthetic Biology
RUTGERS iGEM TEAM WIKI
Modeling
Synthetic biologists engineer bacteria to carry out logical operations and functions that are not found in nature. In order model genetically engineered functions, synthetic biologists use computer aided design (CAD) applications to bridge the gap between computational modeling and biological data.
In order to accomplish this, we have modeled our circuit in two ways:
1. Ordinary Differential Equations
2. Tinker Cell
Tinker Cell is a CAD software used by synthetic biologists to determine the rates of activity in bacteria.
Tinker Cell makes it possible to design and model synthetic networks based upon reaction rates and DNA sequences. It is a visual tool that allows scientists to input custom algorithms for biological circuits they have developed.
Modeling the Etch-a-Sketch Circuit using MATLAB
MATLAB is a programming language commonly used by engineers solve technical computing problems in a wide variety of applications. MATLAB provides an interactive workspace that allows programmers to work with image processing, control design, financial modeling and computational biology. With our project, MATLAB would be the best way to graph Ordinary Differential Equations (ODEs).