TABASCO: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:


== People ==
== People ==
[[Sriram Kosuri]] & [[Jason Kelly]]
[[Sriram Kosuri]]
[[Jason Kelly]]
[[Drew Endy]]
[[Drew Endy]]



Revision as of 14:06, 24 May 2005

Summary

TABASCO is a simulator created to address the problem of simulating gene expression at single-base resolution. By defining the logic of transcription and translation rules a priori such as initiation, elongation, termination, and interactions of polymerases and proteins, TABASCO automatically traverses the state of the system as it develops and thus makes simulation at such high resolution computationally feasible. TABASCO was designed to allow us to better understand bacteriophage gene expression. In general, TABASCO would be useful to those interested in explicitly simulating hypotheses of protein-DNA interactions and their relation to gene expression (e.g., eukaryotic gene expression initiation).

People

Sriram Kosuri Jason Kelly Drew Endy

Methods

Tabasco avoids previous ‘combinatorial explosion’ problems by tracking the position and state of proteins and genetic elements on the DNA to dynamically generate appropriate reactions, such as promoters being blocked by traversing polymerases. In order to improve computational efficiency, Tabasco makes use of a Gibson-accelerated Gillespie SSA to compute the reaction event timing and the resultant time-evolution of the genetic system.

Code

Code will be made available soon