GenoCAD


GenoCAD is one of the earliest computer assisted design tools for synthetic biology. The software is a bioinformatics tool developed and maintained by . GenoCAD facilitates the design of protein expression vectors, artificial gene networks and other genetic constructs for genetic engineering and is based on the theory of formal languages. GenoCAD can be used online by accessing the GenoFAB Client Portal at

History

GenoCAD originated as an offshoot of an attempt to formalize functional constraints of genetic constructs using the theory of formal languages. In 2007, the website genocad.org was set up as a proof of concept by researchers at Virginia Bioinformatics Institute, Virginia Tech. Using the website, users could design genes by repeatedly replacing high-level genetic constructs with lower level genetic constructs, and eventually with actual DNA sequences.
On August 31, 2009, the National Science Foundation granted a three-year $1,421,725 grant to Dr. Jean Peccoud, an associate professor at the Virginia Bioinformatics Institute at Virginia Tech, for the development of GenoCAD. GenoCAD was and continues to be developed by , a company founded by Peccoud, who was also one of the authors of the originating study.
Source code for GenoCAD was originally released on Sourceforge in December 2009.
GenoCAD version 2.0 was released in November 2011 and included the ability to simulate the behavior of the designed genetic code. This feature was a result of a collaboration with the team behind COPASI.
In April, 2015, Peccoud and colleagues published a library of biological parts, called GenoLIB, that can be incorporated into the GenoCAD platform.

Goals

The four aims of the project are to develop a:
  1. computer language to represent the structure of synthetic DNA molecules used in E.coli, yeast, mice, and Arabidopsis thaliana cells
  2. compiler capable of translating DNA sequences into mathematical models in order to predict the encoded phenotype
  3. collaborative workflow environment which allow to share parts, designs, fabrication resource
  4. means to forward the results to the user community through an external advisory board, an annual user conference, and outreach to industry

    Features

The main features of GenoCAD can be organized into three main categories.
GenoCAD is rooted in the theory of formal languages; in particular, the design rules describing how to combine different kinds of parts and form context-free grammars.
A context free grammar can be defined by its terminals, variables, start variable and substitution rules. In GenoCAD, the terminals of the grammar are sequences of DNA that perform a particular biological purpose. The variables are less homogeneous: they can represent longer sequences that have multiple functions or can represent a section of DNA that can contain one of multiple different sequences of DNA but perform the same function. GenoCAD includes built in substitution rules to ensure that the DNA sequence is biologically viable. Users can also define their own sets of rules for other purposes.
Designing a sequence of DNA in GenoCAD is much like creating a derivation in a context free grammar. The user starts with the start variable and repeatedly selects a variable and a substitution for it until only terminals are left.

Alternatives

The most common alternatives to GenoCAD are Proto, GEC and EuGene
ToolAdvantagesDisadvantages
GEC
  • Designer only needs to know basic part types and determine constraints
  • Does not support SBOL
  • EuGene
  • Interfacing with other simulation and assembly tools
  • No graphical user interface
  • No web based interface
  • Proto
  • Choice of molecules and sequences can be made by other programs
  • Integration capability with some other languages
  • Relatively hard to learn
  • Results are less efficient